From 10b25e1d7e425b70230222538bc298bfff9e5320 Mon Sep 17 00:00:00 2001 From: Tamar Ben-Shachar Date: Wed, 2 Mar 2016 16:05:37 -0800 Subject: [PATCH] allows use same cassandra framework in test Since we now have two version in the repo. --- cli/tests/integrations/test_service.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/tests/integrations/test_service.py b/cli/tests/integrations/test_service.py index 0737860..47294d5 100644 --- a/cli/tests/integrations/test_service.py +++ b/cli/tests/integrations/test_service.py @@ -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)