Skip to content

Commit

Permalink
CI: increase integration with test providers coverage
Browse files Browse the repository at this point in the history
By expanding the number of tests from test providers that we run, we
increase the level of confidence that Avocado-VT API changes are not
breaking tests.

The list of tests added was curated by attempting to add tests that
are known to be stable on other testing scenarios, but adapted to the
Cirrus CI environment (based on JeOS, different KVM host environment,
etc).

This list is not set in stone, and can and should be continually
curated to represent a better sampling of tests and thus a better
integration coverage.

Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Jul 13, 2022
1 parent 5b99d20 commit 60d0409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ fedora_35_task:
- python3 -m avocado vt-list-archs --vt-type=$VT_TYPE
dry_run_script: &dry_run_scr
- PATH=~/.local/bin:$PATH python3 -m avocado --show all run --vt-type=$VT_TYPE --dry-run -- io-github-autotest-qemu.boot
run_boot_script: &run_boot_scr
- test $VT_TYPE == "libvirt" || PATH=$HOME/.local/bin:$PATH python3 -m avocado --show all run --vt-type=$VT_TYPE --vt-extra-params nettype=user -- io-github-autotest-qemu.boot
run_tests_script: &run_tests_scr
- test $VT_TYPE == "libvirt" || PATH=$HOME/.local/bin:$PATH python3 -m avocado --show all run --vt-type=$VT_TYPE --vt-extra-params nettype=user -- io-github-autotest-qemu.boot io-github-autotest-qemu.qemu_disk_img.convert.base_to_raw io-github-autotest-qemu.commit_with_backing.default

centos_8_1_task:
container:
Expand Down

0 comments on commit 60d0409

Please sign in to comment.