From fe032f045ecc8dfdda996ddf652922a8cd5bb01d Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 20 Feb 2014 11:09:38 +0000 Subject: Add TODO --- test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' -- cgit v1.2.1