1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 15:40:47 +00:00

add --qind to scripts/run and scripts/ssh

also add `--fresh` to `scripts/run` to run with a clean state HDD,
make `--qemu` the default in `scripts/run` and `scripts/ssh`
This commit is contained in:
Ivan Mikushin
2015-09-18 20:58:42 +05:00
parent 88cf8be580
commit 25fa1b769d
9 changed files with 207 additions and 118 deletions

View File

@@ -5,8 +5,7 @@ import subprocess
import yaml
ssh_command = ['ssh', '-p', '2222', '-F', './assets/scripts_ssh_config', '-i', './tests/integration/assets/test.key',
'rancher@localhost']
ssh_command = ['./scripts/ssh', '--qemu', '--key', './tests/integration/assets/test.key']
cloud_config_path = './tests/integration/assets/test_01/cloud-config.yml'