mirror of
https://github.com/rancher/os.git
synced 2025-09-03 15:54:24 +00:00
test_ssh_authorized_keys
This commit is contained in:
@@ -31,9 +31,9 @@ def test_system_boot(qemu):
|
||||
|
||||
@pytest.mark.timeout(60)
|
||||
def test_run_system_container(qemu):
|
||||
assert qemu.returncode is None
|
||||
|
||||
assert qemu is not None
|
||||
u.wait_for_ssh()
|
||||
|
||||
ssh = subprocess.Popen(
|
||||
'./scripts/ssh sudo system-docker run --rm busybox /bin/true', shell=True,
|
||||
stdout=subprocess.PIPE, stderr=subprocess.STDOUT, universal_newlines=True)
|
||||
|
Reference in New Issue
Block a user