Skip to content

Releases: xapi-project/xen-test-vm

0.1.7: Fix Travis build

22 Sep 13:43
Compare
Choose a tag to compare

Changes:

  • CP-17133 update key in .travis.yml for release of binary
  • CP-17113 Fix typos in README
  • CP-17113 Adding updated .travis.yml
  • CP-17113 Pin cstruct package to fix build

New JSON Interface

23 May 08:27
Compare
Choose a tag to compare

The behaviour of the VM is now controlled by a JSON object that is passed to the VM via control/testing in the Xen Store. It describes how to react to the next control message. Compared to the previous releases, the more aspects of the behaviour can be controlled. See the README for details.

{ "when":       "now"           // when to react
, "ack":        "ok"            // how to ack control/shutdown
, "action":     "reboot"        // how to react to control/shutdown
}

0.0.5

13 Apr 12:35
Compare
Choose a tag to compare
Updated documentation and Travis setup to point to github.com/xen-pro…

0.0.4

13 Apr 08:05
Compare
Choose a tag to compare
Debugging Travis deploy problems; adding sudo