From 5fbfe69a7078d1c14145f2400490c05d0eaeda63 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 13 Feb 2014 13:39:47 +0000 Subject: the things --- test_trove_upgrades.py | 6 +++--- 1 file 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 .... :( -- cgit v1.2.1