Remove RALLY_REPO in config_functest since it is not used
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 19 Apr 2016 22:52:59 +0000 (00:52 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Tue, 19 Apr 2016 22:52:59 +0000 (00:52 +0200)
Change-Id: Ifb3b338543b4ce3b961564a6e9cb1e943634af3d
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
testcases/config_functest.py

index 8edb3ed..211f927 100755 (executable)
@@ -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")