summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-13 16:55:16 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-02-13 16:55:16 +0000
commit5496534c2246c9653ce91f30c05dd80967a3fdf8 (patch)
tree90c891ccc0576dcbd94bce594eb6164515b3c9fc
parentee8330e0adfa821e50e6b0ac8de05fa6522a2f02 (diff)
downloadsystem-tests-5496534c2246c9653ce91f30c05dd80967a3fdf8.tar.gz
Revert "don't change the version of lighttpd"
This reverts commit ee8330e0adfa821e50e6b0ac8de05fa6522a2f02.
-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 bb4a36d..b18195d 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()