allows use same cassandra framework in test

Since we now have two version in the repo.
This commit is contained in:
Tamar Ben-Shachar
2016-03-02 16:05:37 -08:00
parent 806d7d9b95
commit 10b25e1d7e

View File

@@ -54,7 +54,7 @@ def test_service_table():
def test_service_inactive():
package_install('cassandra', True)
package_install('cassandra', True, ['--package-version=0.2.0-1'])
# wait long enough for it to register
time.sleep(5)
@@ -93,7 +93,7 @@ def test_service_inactive():
def test_service_completed():
package_install('cassandra', True)
package_install('cassandra', True, ['--package-version=0.2.0-1'])
time.sleep(5)