aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-09-24 22:51:32 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-09-24 22:51:32 +0200
commit1ab7a53dab08a6f67ff2cf54f33b70dea0e82bfb (patch)
treeba36987b4b840555a69635a46238603963dff659
parenta51d42200d94643314ece1a833181a7193ce2265 (diff)
Update juju agents
It conforms with last juju update. Change-Id: I4941aac66e5ac96045090f10f197f6ee2712caac Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 fb3c587ca..644911bd7 100644
--- a/functest/opnfv_tests/vnf/epc/juju_epc.py
+++ b/functest/opnfv_tests/vnf/epc/juju_epc.py
@@ -230,7 +230,7 @@ class JujuEpc(singlevm.VmReady2):
self.cloud.region_name if self.cloud.region_name else (
'RegionOne')),
'abot-controller',
- '--agent-version', '2.2.9',
+ '--agent-version', '2.3.9',
'--metadata-source', '/root',
'--constraints', 'mem=2G',
'--bootstrap-series', 'xenial',