提交 ced499cd 编写于 作者: C Cleber Rosa

Merge remote-tracking branch 'lmr/update-test-plan-avocado-vt'

......@@ -33,8 +33,8 @@
{"name": "Avocado Server Functional Test",
"description": "On the same machine used during 'Avocado Server Run', on another console, run `$ avocado run selftests/all/functional/avocadoserver/api.py`. Expected result: `PASS`"},
{"name": "Avocado Virt Source Checkout",
"description": "On a virtualization capable machine, checkout a copy of the avocado-virt and avocado-virt-tests repositories with `$ git clone git://github.com/avocado-framework/avocado-virt.git` followed by `$ git clone git://github.com/avocado-framework/avocado-virt-tests.git`. On the Avocado (non-virt) repo, run `make link`. Now run `$ avocado plugins`. Expected result: `virt_bootstrap` and `virt` plugins enabled."},
{"name": "Avocado Virt and VT Source Checkout",
"description": "On a virtualization capable machine, checkout a copy of the avocado-vt, avocado-virt, avocado-virt-tests repositories with `$ git clone git://github.com/avocado-framework/avocado-vt.git`, `$ git clone git://github.com/avocado-framework/avocado-virt.git` and `$ git clone git://github.com/avocado-framework/avocado-virt-tests.git`. On the Avocado (non-virt) repo, run `make link`. Now run `$ avocado plugins`. Expected result: `virt_bootstrap`, `virt`, `virt_test_compat_runner` and `virt_test_compat_lister` plugins enabled."},
{"name": "Avocado Virt Bootstrap",
"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`"},
......@@ -48,6 +48,15 @@
{"name": "Avocado Virt - Migration test",
"description": "Run the boot test with `$ avocado run avocado-virt-tests/qemu/migration/migration.py --sysinfo on --open-browser`. Expected result: `PASS`, followed by a web browser showing an HTML report"},
{"name": "Avocado VT - Bootstrap",
"description": "Configure avocado vt as described in http://avocado-vt.readthedocs.org/en/latest/GetStartedGuide.html. Expected result: No errors."},
{"name": "Avocado VT - List tests",
"description": "Run `avocado list`. Expected result: The output should list avocado VT tests, such as `io-github-autotest-qemu.unattended_install.cdrom.extra_cdrom_ks.default_install.aio_native`"},
{"name": "Avocado VT - Run test",
"description": "Run `.avocado run type_specific.io-github-autotest-qemu.migrate.default.tcp --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"},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册