X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Futils%2Ffunctest_utils.py;h=38a60d4953557f94b2a609516998fb54bb3c2194;hb=refs%2Fchanges%2F69%2F52469%2F2;hp=72c9d20762f85a40ab09ac5e1952d31757847b73;hpb=d701e9737f83ff29faba830df426b5a75c9746b1;p=functest.git diff --git a/functest/utils/functest_utils.py b/functest/utils/functest_utils.py index 72c9d2076..38a60d495 100644 --- a/functest/utils/functest_utils.py +++ b/functest/utils/functest_utils.py @@ -157,13 +157,13 @@ def get_parameter_from_yaml(parameter, yfile): def get_functest_config(parameter): - yaml_ = constants.Constants.CONFIG_FUNCTEST_YAML + yaml_ = constants.CONFIG_FUNCTEST_YAML return get_parameter_from_yaml(parameter, yaml_) def get_functest_yaml(): # pylint: disable=bad-continuation - with open(constants.Constants.CONFIG_FUNCTEST_YAML) as yaml_fd: + with open(constants.CONFIG_FUNCTEST_YAML) as yaml_fd: functest_yaml = yaml.safe_load(yaml_fd) return functest_yaml