1. 02 8月, 2016 1 次提交
  2. 01 8月, 2016 6 次提交
  3. 31 7月, 2016 1 次提交
  4. 28 7月, 2016 1 次提交
    • W
      ethtool: fix wrong assignment for global variable · 682cb8ff
      Wei Jiangang 提交于
      In python, variables that are only referenced inside a function
      are implicitly global. And if a variable is assigned a new value
      anywhere within the function's body, it's assumed to be a local.
      
      so ethtool_save_params() doesn't truely store the ethtool status
      into global variable 'pretest_status'. we can simply make use of
      by 'global' to fix the problem, but it's not a good method.
      Signed-off-by: NWei Jiangang <weijg.fnst@cn.fujitsu.com>
      682cb8ff
  5. 27 7月, 2016 3 次提交
  6. 22 7月, 2016 3 次提交
  7. 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
  8. 19 7月, 2016 1 次提交
  9. 18 7月, 2016 5 次提交
  10. 15 7月, 2016 3 次提交
  11. 14 7月, 2016 2 次提交
  12. 12 7月, 2016 3 次提交
  13. 11 7月, 2016 4 次提交
  14. 08 7月, 2016 4 次提交
  15. 07 7月, 2016 2 次提交