aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-08-06 11:46:52 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-08-06 11:53:17 +0200
commit27bc4acea711b5e6e09102bdc4209c9ef13283f3 (patch)
tree216b85fd362c5501c68d180e65ca3ee4583be342 /functest/opnfv_tests/vnf
parent8faf2e3365fc5acc0167a05a919eef564f11491a (diff)
Change juju_epc cidr
juju cannot bootstrap if cidr already exists which now happens only if a shared network with the same cidr is defined (it should be considered as a bug about juju). By allocation its own cidr, it protects vs remaining rally or tempest remaining shared networks or vs parallel testing. juju_epc can already run twice in parallel as it creates a new project and a private network. Change-Id: I76c4971d631f763307315478e6cf5a383c91ed36 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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/epc/juju_epc.py b/functest/opnfv_tests/vnf/epc/juju_epc.py
index b43675544..fb3c587ca 100644
--- a/functest/opnfv_tests/vnf/epc/juju_epc.py
+++ b/functest/opnfv_tests/vnf/epc/juju_epc.py
@@ -65,6 +65,8 @@ class JujuEpc(singlevm.VmReady2):
__logger = logging.getLogger(__name__)
+ cidr = '192.168.121.0/24'
+
filename = ('/home/opnfv/functest/images/'
'ubuntu-16.04-server-cloudimg-amd64-disk1.img')
filename_alt = ('/home/opnfv/functest/images/'