X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fopnfv_tests%2Fvnf%2Frouter%2Ftest_controller%2Ffunction_test_exec.py;h=9303aecaeaaa0ef5052b1759c1d31a33961947c5;hb=3fa62219bb5a9e928fe94d95314c7c00d5f06e66;hp=236447e0c2437ebc929d17aacdc8119cc931877c;hpb=a6e9a6fa2da17f84de91d2d47cb8ccb7e66a8836;p=functest.git diff --git a/functest/opnfv_tests/vnf/router/test_controller/function_test_exec.py b/functest/opnfv_tests/vnf/router/test_controller/function_test_exec.py index 236447e0c..9303aecae 100644 --- a/functest/opnfv_tests/vnf/router/test_controller/function_test_exec.py +++ b/functest/opnfv_tests/vnf/router/test_controller/function_test_exec.py @@ -40,8 +40,7 @@ class FunctionTestExec(object): self.util.set_credentials(credentials["username"], credentials["password"], credentials["auth_url"], - credentials["tenant_name"], - credentials["region_name"]) + credentials["tenant_name"]) with open(self.util.test_env_config_yaml) as file_fd: test_env_config_yaml = yaml.safe_load(file_fd)