summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-20 11:09:38 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-20 11:09:38 +0000
commitfe032f045ecc8dfdda996ddf652922a8cd5bb01d (patch)
tree0c822e17c0db6ae6ac8e8146f2a7c032183afc75
parent512758d5c0fd25e609ccae9b91680c60914278b3 (diff)
downloadsystem-tests-fe032f045ecc8dfdda996ddf652922a8cd5bb01d.tar.gz
Add TODO
-rwxr-xr-xtest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.py b/test.py
index d1ccb7c..b481a7a 100755
--- a/test.py
+++ b/test.py
@@ -10,6 +10,9 @@ import tempfile
TROVE_ADMIN_USER = 'richardipsum'
+# TODO: we need to make sure we remove existing host identities
+# in .ssh/known_hosts
+
def remote_runcmd(url, command):
#print 'Running: ' + string.join(command)
subprocess.check_output(['ssh', url] + command)
@@ -143,7 +146,6 @@ def reconf_lorry(trove_id, workspace_dir):
run_git(['commit', '-m', 'New lorry config'], repodir)
run_git(['push', 'origin', 'master'], repodir)
-
trove_id = 'ct-ri-4'
project = 'test-proj'
repo = 'test-repo'