Unverified Commit 199115ee authored by Fernando Rodrigues's avatar Fernando Rodrigues
Browse files

xen: add xtf to README



Indicates that XTF should be used as a baseline test suite for any Xen
update from now on.

Signed-off-by: default avatarFernando Rodrigues <alpha@sigmasquadron.net>
parent b452c2cd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ Some other notable packages that compose the Xen Ecosystem include:
- `ocamlPackages.xenstore-tool`: XAPI's `oxenstore` utilities.
- `xen-guest-agent`: Guest drivers for UNIX domUs.
- `win-pvdrivers`: Guest drivers for Windows domUs.
- `xtf`: The Xen Test Framework.

## Updating

@@ -99,6 +100,8 @@ open a PR fixing the script, and update Xen manually:
   ```

   Change the value of `xenToEvaluate` to evaluate all relevant Xen packages.
1. Run `xtf --all --host` as root when booted into the Xen update, and make
   sure no tests fail.
1. Clean up your changes and commit them, making sure to follow the
   [Nixpkgs Contribution Guidelines](../../../../CONTRIBUTING.md).
1. Open a PR and await a review from the current maintainers.