summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-13 13:39:47 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-13 13:41:29 +0000
commit5fbfe69a7078d1c14145f2400490c05d0eaeda63 (patch)
tree72ccc1f34db05f045026a0938253ba8483ca60c3
parent4e4503254dd3628059f9f9094e39f9eadf0feb43 (diff)
downloadsystem-tests-5fbfe69a7078d1c14145f2400490c05d0eaeda63.tar.gz
the things
-rw-r--r--test_trove_upgrades.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test_trove_upgrades.py b/test_trove_upgrades.py
index 980ba81..5a2e35e 100644
--- a/test_trove_upgrades.py
+++ b/test_trove_upgrades.py
@@ -62,8 +62,8 @@ import yaml
# The test host must have passwordless access to this machine. The tests set
# set StrictHostKeyChecking=no for SSH connections so it does not need to be in
# '~/.ssh/known_hosts'.
-DEPLOY_URL = 'kvm+ssh://sam@landfill.ducie.codethink.co.uk/'
-DEPLOY_PATH = '/home/VIRT-IMAGES/'
+DEPLOY_URL = 'kvm+ssh://richardipsum@10.24.1.211'
+DEPLOY_PATH = '/home/richardipsum/Desktop/vm/ct-ri-test.img'
# Seconds to wait for machine to appear on network before assuming it didn't
# boot or connect to network successfully.
@@ -79,7 +79,7 @@ MORPH_COMMAND = ['/src/morph/morph', '--no-git-update']
BUILD_TEMPDIR = '/src/tmp'
#BRANCH = 'master'
-BRANCH = 'baserock/sam/trove-upgrades'
+BRANCH = 'baserock/richardipsum/gitano_http'
# For debugging. FIXME: would be better if cliapp's logging mechanism supported
# logging to stdout, but .... :(