Etherpad: https://autotest.etherpad.mozilla.org/1?

Highlights

This week, CI testing is still hampered due to some technical grid problems. We're making good progress in simplifying virtnet in #1217, we're back to clean pylint/unittest runs on python 2.4, now the main entry point of tests is run() and the repo split is still being implemented.

Commits on master - autotest

Mostly a bunch of bugfixes and cleanups in autotest this week

Cleber Rosa (6):
      client/harness_ABAT.py: put a nail in ABAT's coffin
      get_os_vendor(): warn about its deprecated status
      client/shared/base_job.py: documentation style changes
      client/shared/base_utils.py: port archive utilities from virt-test
      software manager: log additional info
      client/base_sysinfo: Also log the installed packaged before each test

Lucas Meneghel Rodrigues (3):
      Merge pull request #773 from clebergnu/fixes_and_cleanups_v1
utils.unittest_suite: Remove the firewalld add unittest from short set Merge pull request #778 from autotest/remove-fwall-unittest-default-set

Rudá Moura (1):
      Merge pull request #770 from will-Do/vg-create

Commits on master - virt-test

74 commits this week, making it a fairly hectic week. A number of problems in running pylint and unittests in python 2.4 were fixed, and cleber made the big entry point change.

Chris Evich (1):
      Merge pull request #1247 from yangdongsheng/lvsbs

Cleber Rosa (3):
      virt: change test entry point method name
      virt: change missing references to run method name
      virt: introduce get_test_entrypoint_func

Dongsheng Yang (1):
      lvsb: Fix a bug of binary name for sandbox service.

Fergus Yu (2):
      Merge pull request #1239 from jferlan/virsh_migrate_stress
      Merge pull request #1238 from jferlan/virsh_migrate_multi_vms

John Ferlan (3):
      virsh_migrate_multi_vms: SKIP if srcuri and desturi not defined
      virsh_migrate_stress: SKIP test if src and dest URI not defined
      virsh_edit: Resolve random/obscure timing failure

Lucas Meneghel Rodrigues (51):
      Merge pull request #1142 from spiceqa/upstream
      run: Add --console-level option, fix issue #179
      Merge pull request #1231 from autotest/fix-179
      run: Make safe behavior the default, change options
      Merge pull request #1227 from autotest/change-defaults-runner
      qemu.tests.cpuinfo_query: Fix #1198
      Merge pull request #1237 from autotest/fix-1198
      tools/run_pylint.py: Handle unforseen exceptions running pylint
      Merge pull request #1241 from autotest/run-pylint-fix
      code checking: Drop exception handling for run_pylint
      Merge pull request #1245 from spcui/add_rhel.5.10
      libguestfs.tests.guestfs_operated_disk: Fix illegal py 2.4 construct
      tests.multi_queues_test: Fix py 2.4 incompatible construct
      qemu.tests.pktgen: Fix py 2.4 incompatible construct
      qemu.tests.baloon_check: Fix test exit condition
      Merge pull request #1246 from autotest/pylint-fixes
      Merge pull request #1202 from xiaoqing-wei/ahci-booting
      virttest.libvirt_network_unittest: Fix method valid only on py >= 2.7
      virttest unittests: Fix method valid only on py >= 2.7
      virttest.utils_conn: Fix wrong arguments passed to exception
      virttest.utils_conn_unittest: Fix method only valid on py >= 2.7
      Merge pull request #1249 from autotest/more-pylint-fixes
      Merge pull request #1162 from xutian/timedrift_new_case
      Merge pull request #1203 from humanux/bsod
      Add virttest.staging.backports module
      tests: Fix usage of functions available only on py versions > 2.4
      virttest.qemu_devices: Supress pylint warning
      virttest.ppm_utils: Replace conditional expressions
      Merge pull request #1254 from autotest/backports
      virttest/unittest_data: Fix mistake made on commit a5e55b7
      virttest: Replace itertools usage with backports version
      virttest.libvirt_storage_unittest: Fix py 2.4 incompatible construct
      virttest/versionable_class_unittest: Fix reference to base_utils
      virttest.qemu_devices: Use backport implementation of OrderedDict
virttest.qemu_devices: Replace use of .super() in Exception definitions
      virttest: Remove bad unittests
      Merge pull request #1256 from autotest/more-unittest-fixes
      Merge pull request #1263 from spcui/usb_storage_fix
      Fix backport bug -> Rename json to simplejson
      Fix undefined variable bug introduced in 10c60b61
      Merge pull request #1267 from autotest/fix-backport-bug
      Merge pull request #1255 from ruda/qemu-defunct
      Merge pull request #1262 from humanux/virtual_nic_send_buffer
      staging.backports.simplejson: Use all relative imports
      Merge pull request #1268 from autotest/fix-import-problem
      cfg: Fix tcpdump kill command to work on a wider variety of hosts
      Merge pull request #1270 from autotest/fix-tcpdump-kill
      Merge pull request #1269 from ruda/hypervisor-flag
      Merge pull request #1222 from ldoktor/add_device3
      Merge pull request #1243 from ldoktor/add_device2
      Merge pull request #1196 from clebergnu/subtest_run_method_name

Lukáš Doktor (4):
      virttest.qemu_devices: Split qemu_devices into separate submodules
      qemu.tests.multi_disk_random_hotplug: Update to latest qemu_devices
      qemu.tests.multi_disk_random_hotplug: Fix pseries only setting
      virttest.qemu_devices: Support for -drive drv_extra_params

Ruda Moura (2):
      qemu_vm, aexpect, utils_misc: attempt to catch qemu in defunct state.
      qemu.tests.hypervisor_flag: test for 'hypervisor' flag

Shuping Cui (2):
      guest-os: add RHEL5.10 config
      qemu.tests.cfg: add remove_image_stg for usb_storage

Xu Tian (3):
      qemu.tests: new case for timedrift testing
      qemu.tests: configuration for new timedrift testing
      shared.deps: script to adjust host/guest time

Yunping Zheng (2):
      virttest.env_process: try to catch windows guest bsod
      qemu.test: Not create test file when it is not necessary


Pull requests still in review

Autotest

No open pull requests for autotest as of now.

Virt Test

60 pull requests open in virt-test, a lot of them are libvirt related bugfixes. The main pull requests to keep an eye on:

https://github.com/autotest/virt-test/pull/1217 - After some time working on it, we've got to a point where tests in both user mode and bridge mode are functional. Needs more work, we may be able to get it to a mergeable state next week.

Repo split status

* Finished draft spec
* Implemented libs to maintain tests up to date

Libvirt updates

Questions Corner

TODO

lmr Finish repo split work

cevich

cleber

jzupka

rmoura

ldoktor

kvm-qe (BJ):

_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel

Reply via email to