1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

revive integration tests

This commit is contained in:
Ivan Mikushin
2015-09-01 19:11:02 +05:00
parent e9371a67cb
commit e94f8d8a1f
11 changed files with 32 additions and 59 deletions

View File

@@ -3,6 +3,9 @@ import subprocess
import time
def iter_lines(s):
return iter(s.readline, '')
def run_qemu(request, run_args=[]):
subprocess.check_call('rm -f ./state/empty-hd.img', shell=True)
print('\nrm ./state/*')