- 25 6月, 2013 10 次提交
-
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
- 22 6月, 2013 5 次提交
-
-
由 Qingtang Zhou 提交于
Changes from V1: * Disable RHEL.5.i386 guest for this test since there is no iasl package for this platform. * Update the cmd for RHEL/Fedora guests separately. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
These 2 files (guest_s3.cfg and guest_s4.cfg) are out of date and should not be in here. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Mike Qiu 提交于
ppc64 platform does not support isa serial, so disable this. Signed-off-by: NMike Qiu <qiudayu@linux.vnet.ibm.com>
-
- 20 6月, 2013 25 次提交
-
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Satheesh Rajendran 提交于
-
由 Satheesh Rajendran 提交于
-
由 Satheesh Rajendran 提交于
-
由 Chris Evich 提交于
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Xu Tian 提交于
new test to verify image file no backingfile after stream done; changes from v1: update test steps in doc string; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
raise TestFail doesn't make sense in get_backingfile function, it should be verify in test script according case; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Chris Evich 提交于
Also added unittest Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Accessing any vm_xml.devices member requiring an undefined device xml module resulted in an extremely unhelpful error: AttributeError: "type object 'exceptions.NotImplementedError' has no attribute 'new_from_element'" This commit adds a stub-class generating metaclass for undefined devices. The generated stub-class provides the minimal required interface for the higher-level vm_xml.VMXMLDevices class. Each stub class will raise one-warning upon first use. This is to notify and make clear to all uses of these devices, that the interface will likely change in the future. Added unittests to verify functionality of stub-class metaclass. Also added plenty of docstrings and docstring updates. Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
* added del_seclabel accessor method so we have a complete set. * get_seclabel() accessor method should raise exception for non-existant value instead of returning None value. * set_seclabel() accessor method should not set unspecified imput attribute values. * set_seclabel() should not perform non-data manipulation actions (self.define/undefine) since can introduce hidden side-effects. * Made libvirt_xml_unittests fail tests for any subject-call which uses undefined dummy_virsh commands. * Extended seclabel unittests for multi-mode access and exception checking. Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Shuping Cui 提交于
This patch add the restart vm function. Changes from v2: update some parameter name. Signed-off-by: NShuping Cui <scui@redhat.com> Signed-off-by: NYiqiao Pu <ypu@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com>
-
由 Xu Tian 提交于
Check some advance commands not include qemu-kvm package changes from v1: 1. instead private code with function in framework 2. fixed typo 3. calll monitor.verify_supported_cmds driectly to check commands unavaliable changes from v2: 1. add notes in docstring 2. instead filter function Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
autotest.scrashme test is duplicate with autotest.flail, remove autotest.scrashme test but no autotest.flail test because flail test's "syscall_table" newer than scrashme test used; Old syscalls that won't be tested anymore: newstat newfstat newlstat ni_syscall (uselib) sysctl umount ni_syscall (create_module) ni_syscall (get_kernel_syms) ni_syscall (query_module) ni_syscall (getpmsg) ni_syscall (putpmsg) ni_syscall (afs) ni_syscall (tux) ni_syscall (security) ni_syscall (set_thread_area) ni_syscall (get_thread_area) ni_syscall (epoll_ctl_old) ni_syscall (epoll_wait_old) clock_retres ni_syscall (vserver) fstatat timerfd rt_tgsigqueueinfo perf_counter_open New syscalls that will be tested: stat fstat lstat uselib _sysctl umount2 create_module get_kernel_syms query_module getpmsg putpmsg afs_syscall tuxcall security set_thread_area get_thread_area epoll_ctl_old epoll_wait_old clock_getres vserver newfstatat timerfd_create Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Feng Yang 提交于
Mainly test steps: 1. Check if the NIC number in guest matches that specified in config file. 2. Get the ip-mac pair in guest. 3. Gather the ping info by tcpdump. 4. Check if the ip-mac info matches in the tcpdump output. 5. Check if the ping count matches the given number. Signed-off-by: NBear <byang@redhat.com> Signed-off-by: NKen Cao <kcao@redhat.com> Signed-off-by: NYolkfull Chow <yzhou@redhat.com> Signed-off-by: NFeng Yang <fyang@redhat.com> KVM-test: Multi nic test case improve Signed-off-by: NYiqiao Pu <ypu@redhat.com> KVM Test: multi_nics: Fix argument order for scp_between_remotes Signed-off-by: NQingtang Zhou <qzhou@redhat.com> KVM Test: Refactor multi_nics.py test script Rename multi_nics.py to multi_vms_nics.py Support multi vms and multi nics. Signed-off-by: NFeng Yang <fyang@redhat.com> qemu: Fix syntax error in multi_nics.py Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Golita Yue 提交于
The nic driver directory is different for rhel4.9 guest so make it configurable and update it to correct one. Signed-off-by: NGolita Yue <gyue@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com> KVM-Test: Boot/shutdown rebased image Signed-off-by: NSuqin Huang <shuang@redhat.com> KVM Test: check the image after image creation. KVM test: qemu_img: Pre-allocated metadata qcow2 format support KVM Test: Raw device support for qemu_img test KVM test: qemu_img add the qcow2 over LVM checking Signed-off-by: NJason Wang <jasowang@redhat.com> KVM Test: Add cluster_size_2048 test case. Bug fix and add error.context in qemu_img.py script Fix bug that guest start twice. Signed-off-by: NFeng Yang <fyang@redhat.com> KVM-Test: qemu_img.py: update case with new autotest api virt: Update 'guest_name' to 'os_type' in all scripts Signed-off-by: NQingtang Zhou <qzhou@redhat.com> KVM-test: Update qemu_img commit test command to support Windows Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Golita Yue 提交于
Add two parameters to let test case timedift.with_load can be configured. When need run long time testing, can reset the value "test_duration" & "interval_gettime". Signed-off-by: NGolita Yue <gyue@redhat.com>
-
由 Qingtang Zhou 提交于
changes from v1: - add boot options for remove. changes from v2: - also fix guest kernel cmdline in other timedrift testcases. changes from v3: - add a judgement for boot options, don't run this step if there is nothing to be add or remove Signed-off-by: NQingtang Zhou <qzhou@redhat.com> Signed-off-by: NAmos Kong <akong@redhat.com> Signed-off-by: NYiqiao Pu <ypu@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com> Acked-by: Suqin Huang<shuang@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com> Acked-by: Feng Yang<fyang@redhat.com> Acked-by: NYiqiao Pu <ypu@redhat.com>
-
由 Golita Yue 提交于
Add timedrift with cpu online/offline test case. Check the guest time after offline the cpu Check the guest time after online the cpu change from v1: 1. fix typo 2. add more error.context for other steps Signed-off-by: NGolita Yue <gyue@redhat.com>
-