1. 18 6月, 2013 9 次提交
  2. 17 6月, 2013 1 次提交
  3. 14 6月, 2013 6 次提交
  4. 13 6月, 2013 8 次提交
  5. 12 6月, 2013 3 次提交
  6. 11 6月, 2013 1 次提交
  7. 10 6月, 2013 4 次提交
  8. 08 6月, 2013 4 次提交
    • F
      qemu.tests: Make qmp_command suitable for more host · e78b789e
      Feng Yang 提交于
      List some case only Host_RHEL.6
      Do not run these case in RHEL3, RHEL4 guest.
      Reconfig qmp_query-mice test case.
      Rename qmp_device_add to qmp_redhat_device_add.
      Re-design qmp_command.qmp_query-version test case
      Signed-off-by: NFeng Yang <fyang@redhat.com>
      e78b789e
    • F
      qemu.tests.cfg: Add config for qmp_command.py test script. · 1389cbc1
      Feng Yang 提交于
      Signed-off-by: NFeng Yang <fyang@redhat.com>
      1389cbc1
    • F
      KVM Test: Add qmp_command test. · 81253de1
      Feng Yang 提交于
      This script have coverd following qmp command:
      query-hpet, query-kvm, query-mice, query-status
      query-name, query-uuid, query-version, query-chardev
      query-blockstats, memsave, pmemsave, query-cpus
      cpu, query-vnc, query-block, query-commands
      query-balloon, balloon, cont, stop
      and a negative test with wrong command.
      
      This script will check result by following way:
      cmd_result_check = equal, will compare cmd_return_value with qmp command output.
      cmd_result_check = contain, will try to find cmd_return_value in qmp command output.
      cmd_result_check = m_equal_q, will compare key value in monitor command output and qmp command output.
      cmd_result_check = m_in_q, will try to find monitor command output's key value in qmp command output.
      cmd_result_check = post_contain, will try to find cmd_return_value in post command output.
      
      This update is base on upstream QMP patchset.
      
      Changes from v1:
      Bug fix and update according to ldoktor's comment
      Signed-off-by: NFeng Yang <fyang@redhat.com>
      KVM-test: Add format check for qmp_command test
      Signed-off-by: NYiqiao Pu <ypu@redhat.com>
      81253de1
    • Y
      qemu.control.kernel-version: Bug fix for control.kernel-version · 0b3533dc
      Yiqiao Pu 提交于
      This patch fix three problems in control.kernel-version:
        - Fix the wrong variable name.
        - Remove the parse_file inside control file for host-kernel.cfg
          Just in clude it as other cfg files in your tests-example.cfg
          which is more flexible. And this also can work with the situation
          that without host-kernel.cfg.
        - Don't get the package version if there is no need for package
          version check.
      
      Also add some docstring for how to use the package filter.
      Signed-off-by: NYiqiao Pu <ypu@redhat.com>
      0b3533dc
  9. 07 6月, 2013 2 次提交
    • F
      virttest.qemu_vm: Remove init_pci_addr from VM. · 1ebdfeec
      Feng Yang 提交于
      Now vm.init_pci_addr is effected by previous vm.
      
      We set init_pci_addr to 3 in multi_disk.max_disk, but this case still
      fail for:
      VMPCIOutOfRangeError: Too many PCI devices added on vm 'virt-tests-vm1',
       max supported '31'
      
      because previous case use default value 4.
      
      As init_pci_addr only used in get_free_pci_addr, so remove it from vm
       and only get init_pci_addr in get_free_pci_addr().
      Also set default for init_pci_addr to 3.
      Signed-off-by: NFeng Yang <fyang@redhat.com>
      1ebdfeec
    • L
      Merge pull request #525 from zhouqt/usb · cb26d986
      Lukáš Doktor 提交于
      qemu: Add 3 tests steps for usb testing
      
      * Check dmesg output after booting with usb device.
      * Negative testing for usb hotplug
      * Assign max number of devices (8) to usb-hub and check if qemu works well.
      cb26d986
  10. 06 6月, 2013 2 次提交