Hi Lucas, The new structure of virt test looks great and I have noticed a small thing which might require changes.
Currently the cfg files are getting created inside the cfg(client/tests/virt/[kvm,libvirt,virt_v2v]/cfg) folder itself after invoking get_started.py but the .gitignore has the added path for cfg files as "client/tests/virt/[kvm,libvirt,virt_v2v]/*.cfg", rather it has to be "client/tests/virt/[kvm,libvirt,virt_v2v]/cfg/*.cfg" or if the earlier one is intentional then the get_started.py would require a change, i guess. Hope this helps. Regards, -Satheesh. On Wed, 2012-09-05 at 01:57 -0300, Lucas Meneghel Rodrigues wrote: > Hi guys, I'm in the verge of committing the consolidation of all current > virt tests into client/tests/virt. I ask you guys to review > > https://github.com/autotest/autotest/pull/533 > > And also test the result. To test under autotest > > # cd /path/to/autotest/client/tests/virt > > # kvm/get_started.py > ... > # ../../autotest-local kvm/control --verbose > > # libvirt/get_started.py > ... > # ../../autotest-local libvirt/control --verbose > > There's the new test runner, which is straightforward to run. The output > is fairly minimal and colored (PASS shows as green, FAIL as red). The > only argument you pass to it currently is 'kvm' or 'libvirt'. > > Please help me to review this, as I'd like to get it in the repo this > week, and get over with the test split by early next week tops. > > # export AUTOTEST_PATH="/path/to/autotest"; ./run kvm > DEBUG LOG: > /path/to/autotest/client/tests/virt/logs/run-2012-09-05-01.33.48/debug.log > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.tcp: PASS (63.13 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.unix: PASS (33.25 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.exec: PASS (29.11 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.fd: PASS (33.00 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.mig_cancel: PASS > (27.19 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.with_speed_measurement.tcp: > > PASS (59.63 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.with_speed_measurement.unix: > > PASS (88.24 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.with_speed_measurement.exec: > > FAIL (93.16 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.with_speed_measurement.fd: > > PASS (90.55 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.with_set_speed.tcp: > PASS (59.52 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.with_set_speed.unix: > PASS (27.52 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.with_set_speed.exec: > PASS (29.22 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.with_set_speed.fd: > PASS (27.48 s) > kvm.virtio_blk.smp2.virtio_net.Fedora.17.64.migrate.with_reboot.tcp: > PASS (80.13 s) > > Cheers, > > Lucas > > _______________________________________________ > Autotest-kernel mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/autotest-kernel > _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
