diff options
author | Vijayendra Radhakrishna <vradhakrishna@mvista.com> | 2016-12-08 21:19:18 +0530 |
---|---|---|
committer | Vijayendra Radhakrishna <vradhakrishna@mvista.com> | 2016-12-09 19:02:47 +0530 |
commit | 04443eaf16effe54eff8eba35d04bfc1a1960d32 (patch) | |
tree | 755d0272285ccb10a5ad17a4ce7ee63ab1185452 /tests/functest/odl-sfc/config.py | |
parent | d3de20395d79daf9aa6b3c6fd4f9eea80791398e (diff) |
remove dependancy of prepare_odl_sfc.py
Pre setup files below are not required anymore
prepare_odl_sfc.py
compute_presetup_CI.bash
server_presetup_CI.bash
Files are not removed yet.
Change-Id: I26cc8ba1a7c61f84fa06809217963ebd7f6b4b20
Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
Diffstat (limited to 'tests/functest/odl-sfc/config.py')
-rw-r--r-- | tests/functest/odl-sfc/config.py | 5 |
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( |