summaryrefslogtreecommitdiff
path: root/systest
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-29 13:06:33 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-29 13:06:33 +0100
commit99fabeafd4d6307c24437e1a35a626abc952c709 (patch)
tree5058db0244fd2943ba264dd14ddac4b4d46880e4 /systest
parent2850e67282fa59c2c99aa8d3d924b5306167fdf5 (diff)
downloadsystest-99fabeafd4d6307c24437e1a35a626abc952c709.tar.gz
Set up a known hosts file, and use provided ssh private key for logging in.HEADmaster
Diffstat (limited to 'systest')
-rwxr-xr-xsystest2
1 files changed, 2 insertions, 0 deletions
diff --git a/systest b/systest
index 1d5d673..577adc1 100755
--- a/systest
+++ b/systest
@@ -32,6 +32,8 @@ class SystemTest(cliapp.Application):
self.settings.integer(['ssh-port'], 'target ssh port', default=22)
self.settings.string(['user'], 'user on target')
self.settings.string(['user-password'], 'password for target user')
+ self.settings.string(['user-ssh-private-key'],
+ 'user\'s private key for logging in')
def process_args(self, args):
loader = unittest.defaultTestLoader