1. 20 3月, 2020 1 次提交
  2. 11 4月, 2018 1 次提交
  3. 10 4月, 2018 1 次提交
  4. 20 7月, 2016 1 次提交
    • L
      qemu.tests.usb_storage: Fix serial params errors · 1eb492e5
      Lin Ma 提交于
      The usb_storage tests report couple of errors, says:
      * missing blk_extra_params_stg
      * Expected: '520fa169-32f8-431f-9f1e-70992671d2e5', Actual: 'TARGET_DISK0'
      ('520fa169-..' is generated dynamically, 'TARGET_..' is my blk_extra_params_stg)
      * Can not get drive path by id 'NO_EQUAL_STRING
      * Can not get drive path by id 'EMPTY_STRING'
      
      This patch fixes above issues.
      Signed-off-by: NLin Ma <lma@suse.com>
      1eb492e5
  5. 19 1月, 2016 1 次提交
  6. 13 1月, 2016 1 次提交
    • X
      Replace the method of getting target drive path · f83f3367
      Xu Han 提交于
      qemu.test: format_disk, block_resize
      generic.test: lvm, dd_test
      
      These above cases assumed the target drive path is "/dev/*db". However,
      it would not be true in rhel ppc guest with using virtio-blk interface.
      The fix will make these cases to get the target drive by serial or wwn.
      Signed-off-by: NXu Han <xuhan@redhat.com>
      f83f3367
  7. 18 9月, 2015 1 次提交
  8. 27 6月, 2015 1 次提交
  9. 28 9月, 2014 1 次提交
  10. 19 12月, 2013 1 次提交
    • C
      virt: change test entry point method name · 6124219f
      Cleber Rosa 提交于
      There's no need to have the name of the "run_<name>" method (main
      test entry point) depend on the test name. So, for simplicity sake,
      let's just name the test entry point "run".
      
      I have decided to not fallback gracefully to the previous naming
      convention as I believe this can lead to confusion in the future.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      6124219f
  11. 10 9月, 2013 1 次提交
  12. 09 9月, 2013 2 次提交
  13. 06 6月, 2013 3 次提交
  14. 17 5月, 2013 1 次提交
    • S
      qemu.tests: Add a kvm subtest format_disk. · c3ab3c60
      sshang 提交于
      This test will simply create a file system on disk, mount it and write
      a file with some content to the disk. Check whether the write could be
      succeeded.
      Signed-off-by: Nsshang <sshang@redhat.com>
      
      Checking guest os type with 'guest_name' parameter may not
      always work for all guests, and not supported by upstream.
      Thus update all these places to using 'os_type'.
      Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
      
      In the format disk test, the status of the harddisk is different in different
      env in Windows guest. Should check if the disk plused is offline and writeable.
      Signed-off-by: NYiqiao Pu <ypu@redhat.com>
      
      This patch try to fix all the tab and trailing space problems.
      Signed-off-by: NJason Wang <jasowang@redhat.com>
      
      Make command timeout of format_disk.py scirpt longer and configurable
      Signed-off-by: NFeng Yang <fyang@redhat.com>
      c3ab3c60