From: jose.lausuch Date: Tue, 19 Apr 2016 22:52:59 +0000 (+0200) Subject: Remove RALLY_REPO in config_functest since it is not used X-Git-Tag: 0.2~1588 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=082973e67c6d5c22b6a8dc64cbed13c0d4b80a16;p=functest-xtesting.git Remove RALLY_REPO in config_functest since it is not used Change-Id: Ifb3b338543b4ce3b961564a6e9cb1e943634af3d Signed-off-by: jose.lausuch --- diff --git a/testcases/config_functest.py b/testcases/config_functest.py index 8edb3edb..211f927c 100755 --- a/testcases/config_functest.py +++ b/testcases/config_functest.py @@ -63,7 +63,6 @@ DATA_DIR = functest_yaml.get("general").get("directories").get("dir_functest_dat # Tempest/Rally configuration details DEPLOYMENT_MAME = functest_yaml.get("rally").get("deployment_name") -RALLY_COMMIT = functest_yaml.get("general").get("repositories").get("rally_commit") #Image (cirros) IMAGE_FILE_NAME = functest_yaml.get("general").get("openstack").get("image_file_name")