aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functest/odl-sfc/config.py
diff options
context:
space:
mode:
authorManuel Buil <manuelbuil87@gmail.com>2016-12-09 14:29:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-09 14:29:58 +0000
commitcf27d8c61ee456fdd05f5e7d558bb8fadbff2fdc (patch)
tree58f97648d368788a75fc1954187d014355b484d1 /tests/functest/odl-sfc/config.py
parent4cf88806b7342d6e9674664799a906d18520a06b (diff)
parent04443eaf16effe54eff8eba35d04bfc1a1960d32 (diff)
Merge "remove dependancy of prepare_odl_sfc.py"
Diffstat (limited to 'tests/functest/odl-sfc/config.py')
-rw-r--r--tests/functest/odl-sfc/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functest/odl-sfc/config.py b/tests/functest/odl-sfc/config.py
index b1a2ec09..d7498327 100644
--- a/tests/functest/odl-sfc/config.py
+++ b/tests/functest/odl-sfc/config.py
@@ -29,6 +29,11 @@ class CommonConfig(object):
"defaults.fuel_master_uname", self.config_file)
self.fuel_master_passwd = ft_utils.get_parameter_from_yaml(
"defaults.fuel_master_passwd", self.config_file)
+ self.fuel_proxy = {
+ 'ip': self.fuel_master_ip,
+ 'username': self.fuel_master_uname,
+ 'password': self.fuel_master_passwd
+ }
self.flavor = ft_utils.get_parameter_from_yaml(
"defaults.flavor", self.config_file)
self.image_name = ft_utils.get_parameter_from_yaml(