aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-07-11 14:32:26 +0200
committerCedric Ollivier <cedric.ollivier@orange.com>2019-07-11 17:57:18 +0000
commitedc839f2fb411938384240f5d8371079b795ae09 (patch)
tree648cc37a2bab5b055cf4063d35661ccb550de0cb /functest
parent70787173b8ed06466b93d27f7e7566598b0ba83d (diff)
Reuse same cidr in juju
It seems fine with latest juju updates and eases setting no_proxy rules. Change-Id: I30e66568ec7339fc038b27e5ca47b26959842bf8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest')
-rw-r--r--functest/opnfv_tests/vnf/epc/juju_epc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/epc/juju_epc.py b/functest/opnfv_tests/vnf/epc/juju_epc.py
index 058b32c9d..7c8a925bb 100644
--- a/functest/opnfv_tests/vnf/epc/juju_epc.py
+++ b/functest/opnfv_tests/vnf/epc/juju_epc.py
@@ -64,7 +64,7 @@ class JujuEpc(singlevm.VmReady2):
__logger = logging.getLogger(__name__)
- cidr = '192.168.121.0/24'
+ cidr = '192.168.120.0/24'
filename = ('/home/opnfv/functest/images/'
'ubuntu-16.04-server-cloudimg-amd64-disk1.img')