Skip to content

Commit

Permalink
Merge pull request #605 from ruda/final_updates_for_release
Browse files Browse the repository at this point in the history
Final updates for release 0.24.0
  • Loading branch information
lmr committed May 18, 2015
2 parents c8518bc + e096294 commit 40fef32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ clean:
rm -rf docs/build
rm -f docs/source/api/*.rst
test -L avocado/virt && rm -f avocado/virt || true
test -L avocado/plugins/virt.py && rm -f avocado/plugins/virt.py || true
test -L avocado/plugins/virt_bootstrap.py && rm -f avocado/plugins/virt_bootstrap.py || true
test -L avocado/core/plugins/virt.py && rm -f avocado/core/plugins/virt.py || true
test -L avocado/core/plugins/virt_bootstrap.py && rm -f avocado/core/plugins/virt_bootstrap.py || true

check:
selftests/checkall
Expand All @@ -71,8 +71,8 @@ check_cyclical:

link:
test -d ../avocado-virt/avocado/virt && ln -s ../../avocado-virt/avocado/virt avocado || true
test -f ../avocado-virt/avocado/plugins/virt.py && ln -s ../../../avocado-virt/avocado/plugins/virt.py avocado/plugins/ || true
test -f ../avocado-virt/avocado/plugins/virt_bootstrap.py && ln -s ../../../avocado-virt/avocado/plugins/virt_bootstrap.py avocado/plugins/ || true
test -f ../avocado-virt/avocado/core/plugins/virt.py && ln -s ../../../../avocado-virt/avocado/core/plugins/virt.py avocado/core/plugins/ || true
test -f ../avocado-virt/avocado/core/plugins/virt_bootstrap.py && ln -s ../../../../avocado-virt/avocado/core/plugins/virt_bootstrap.py avocado/core/plugins/ || true

man: man/avocado.1 man/avocado-rest-client.1

Expand Down
2 changes: 1 addition & 1 deletion examples/testplans/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"description": "Now that the `virt_bootstrap` plugin and action `virt-bootstrap` is available run `$ avocado virt-bootstrap`. Expected result: `Your system appears to be all set to execute tests`"},

{"name": "Avocado Virt Boot Test Run and HTML report",
"description": "Now that your system is setup to run virtualization tests, run the boot test with `$ avocado run avocado-virt-tests/qemu/boot.py --open-browser`. Expected result: `PASS`, followed by a web browser showing an HTML report"},
"description": "Now that your system is setup to run virtualization tests, run the boot test with `$ avocado run avocado-virt-tests/qemu/boot.py --sysinfo on --open-browser`. Expected result: `PASS`, followed by a web browser showing an HTML report"},

{"name": "Avocado HTML report sysinfo",
"description": "On the HTML report, click on `Sysinfo (pre job, click to expand)` and verify that system information such as `hostname` and `cpuinfo` are present and accurate"},
Expand Down

0 comments on commit 40fef32

Please sign in to comment.