- 02 5月, 2018 1 次提交
-
-
由 Xu Han 提交于
Add missing argument `shell=True` to function `process.run`. Signed-off-by: NXu Han <xuhan@redhat.com>
-
- 27 4月, 2018 2 次提交
-
-
由 Xu Han 提交于
tests: remove dropin test
-
由 Cleber Rosa 提交于
This determines the pass/fail of a test based on the execution of a command. This is the predecessor of Avocado SIMPLE tests, and as such, can be removed in favor of the former. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 25 4月, 2018 2 次提交
-
-
由 Xu Han 提交于
Fix issues of using avocado.utils.process.CmdError
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
- 20 4月, 2018 2 次提交
-
-
由 Xu Han 提交于
timedrift: Fix the issue of set_cpu_affinity
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
- 19 4月, 2018 2 次提交
-
-
由 Satheesh Rajendran 提交于
nic_hotplug: fix syntax error
-
由 Sitong liu 提交于
Signed-off-by: NSitong liu <sliu@localhost.localdomain>
-
- 18 4月, 2018 2 次提交
-
-
由 Xu Han 提交于
watchdog: remove unexpected argument 'retain_output' of system_output()
-
由 yama 提交于
Signed-off-by: Nyama <yama@redhat.com>
-
- 13 4月, 2018 28 次提交
-
-
由 Xu Han 提交于
multi_host_migration: To pass ci check for python 3
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Xu Han 提交于
[qemu] Python 3: Update unicode()
-
由 Xu Han 提交于
rv_connect: Fix typo
-
由 Xu Han 提交于
Python 3: Miscellaneous fixes
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Xu Han 提交于
[qemu] Python 3: Replace string
-
由 Xu Han 提交于
[qemu] Python 3: Replace commands
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Xu Han 提交于
Python 3: [openvswitch] a range fixer
-
由 Haotong Chen 提交于
Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Xu Han 提交于
Python 3: [generic] replaced file() with open()
-
由 Xu Han 提交于
[qemu] Python 3: Update file() and cmp()
-
由 Haotong Chen 提交于
Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
由 Xu Han 提交于
Python 3: [generic] replaced commands
-
由 Xu Han 提交于
[qemu] Python 3: Update map(), filter() and zip()
-
由 Xu Han 提交于
[qemu] Python 3: Update module name
-
由 Haotong Chen 提交于
Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Xu Han 提交于
[qemu] Python 3: Update xrange()
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Xu Han 提交于
Python 3: [generic] replaced foo.func_name
-
由 Xu Han 提交于
Signed-off-by: NXu Han <xuhan@redhat.com>
-
由 Haotong Chen 提交于
Python 3 dese not support foo.fucn_name, using foo.__name__ instead. Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
- 12 4月, 2018 1 次提交
-
-
由 Xu Han 提交于
[qemu] Python 3: Update custom class calls
-