summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-13 16:32:04 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-13 16:32:04 +0000
commitee8330e0adfa821e50e6b0ac8de05fa6522a2f02 (patch)
treec5a3caf4b9051ee20c6aabe7cf668525c8d7175d
parent16c5f7ba4344e53ad18bb2b3e4e5fc8a11b2cc5c (diff)
downloadsystem-tests-ee8330e0adfa821e50e6b0ac8de05fa6522a2f02.tar.gz
don't change the version of lighttpd
-rwxr-xr-xtest_trove_upgrades.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_trove_upgrades.py b/test_trove_upgrades.py
index b18195d..bb4a36d 100755
--- a/test_trove_upgrades.py
+++ b/test_trove_upgrades.py
@@ -502,7 +502,7 @@ class TestUpgrades(BaseTestSuite):
instance.admin_id = os.path.join(branch.morphs_dir, 'testuser.key')
else:
branch = self.create_system_branch(fixture_dir, 'old')
- self.set_lighttpd_version(branch, tag='lighttpd-1.3.14')
+ #self.set_lighttpd_version(branch, tag='lighttpd-1.3.14')
instance = TroveInitialDeployment(branch, vm_name)
instance.create_config()