1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 23:34:57 +00:00

cleanup tests using SSH

This commit is contained in:
Ivan Mikushin
2016-03-31 18:56:18 -07:00
parent 2dd57c5f3a
commit e2f3ac78a7
6 changed files with 31 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ def qemu(request):
def test_network_conf(qemu):
SSH(qemu).check_call('bash', '-c', '''cat > test-merge << "SCRIPT"
SSH(qemu).check_call('''cat > test-merge << "SCRIPT"
set -x -e
ip link show dev br0
@@ -37,7 +37,7 @@ sudo bash test-merge
def test_network_dns_ros_set(qemu):
SSH(qemu).check_call('bash', '-c', '''
SSH(qemu).check_call('''
set -x -e
sudo ros config set rancher.network.dns.search '[a,b]'