1
0
mirror of https://github.com/rancher/os.git synced 2025-09-04 16:21:07 +00:00

Integration tests: make sure qemu exits in fixture finalizer

Also, make sure qemu is alive in wait_for_ssh.
This commit is contained in:
Ivan Mikushin
2015-12-17 14:59:52 +05:00
parent d57c9ecd81
commit ac3d7afca6
8 changed files with 66 additions and 61 deletions

View File

@@ -1,6 +1,7 @@
import subprocess
import os
import pytest
import subprocess
@pytest.fixture(scope="session", autouse=True)