mirror of
https://github.com/rancher/os.git
synced 2025-09-09 02:31:36 +00:00
cleanup tests using SSH
This commit is contained in:
@@ -11,9 +11,9 @@ def qemu(request):
|
||||
|
||||
|
||||
def test_system_docker_survives_custom_docker_install(qemu):
|
||||
SSH(qemu).check_call('bash', '-c', '''
|
||||
set -x -e
|
||||
mkdir x
|
||||
sudo mount $(sudo ros dev LABEL=RANCHER_STATE) x
|
||||
[ -d x/ros_subdir/home/rancher ]
|
||||
SSH(qemu).check_call('''
|
||||
set -x -e
|
||||
mkdir x
|
||||
sudo mount $(sudo ros dev LABEL=RANCHER_STATE) x
|
||||
[ -d x/ros_subdir/home/rancher ]
|
||||
'''.strip())
|
||||
|
Reference in New Issue
Block a user