Stop relying on internal Functest utils 83/52683/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 26 Feb 2018 18:40:43 +0000 (19:40 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 26 Feb 2018 19:43:15 +0000 (20:43 +0100)
commitfe077e8bbd41907db20765174a2bff388a1321a3
tree63c7902d57c5746ccabf14f61d432165f4cec8b9
parent016b6d88f287e5d709ef1e796b9d71a545d6c809
Stop relying on internal Functest utils

It switches from functest_utils.get_functest_config() to
config.CONF(). download_url is now hosted in sfc as it's unused by
Functest.

The next functions will be considered as part of Functest framework
(then it must be well covered and documented):
  - ft_utils.execute_command_raise()
  - ft_utils.execute_command()
  - ft_utils.get_parameter_from_yaml()

Change-Id: I076c6ced430df8387de8eaeac6f3a94d93201b19
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
sdnvpn/lib/openstack_utils.py
sdnvpn/test/functest/testcase_3.py