aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-01-20 11:10:04 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-01-20 11:10:04 +0100
commitf28094ae0ecfedc3c7c3f32cc1cfc1eff12ea773 (patch)
treeeb783207b514209044a7f98b3ce0932f10336b79 /functest/opnfv_tests/vnf
parentbf976b4f606860630ffa967fe70a36a7e5954828 (diff)
Force the right external network if juju
It may select a falsy external network [1]. [1] https://build.opnfv.org/ci/job/functest-opnfv-functest-vnf-latest-juju_epc-run/4/console Change-Id: Ic403d0cfb4bc829275617d6b1338311e8e7ea894 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/opnfv_tests/vnf')
-rw-r--r--functest/opnfv_tests/vnf/epc/juju_epc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/epc/juju_epc.py b/functest/opnfv_tests/vnf/epc/juju_epc.py
index eda910a90..ad4591fd6 100644
--- a/functest/opnfv_tests/vnf/epc/juju_epc.py
+++ b/functest/opnfv_tests/vnf/epc/juju_epc.py
@@ -246,6 +246,7 @@ class JujuEpc(singlevm.VmReady2):
'--bootstrap-series', 'xenial',
'--config', 'network={}'.format(self.network.id),
'--config', 'ssl-hostname-verification=false',
+ '--config', 'external-network={}'.format(self.ext_net.id),
'--config', 'use-floating-ip=true',
'--config', 'use-default-secgroup=true',
'--debug']