From: Cédric Ollivier Date: Mon, 24 Sep 2018 20:51:32 +0000 (+0200) Subject: Update juju agents X-Git-Tag: opnfv-8.0.0~27 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0a876a4d2991b9a30bd6428d49f026bde8c0f598;p=functest.git Update juju agents It conforms with last juju update. Change-Id: I4941aac66e5ac96045090f10f197f6ee2712caac Signed-off-by: Cédric Ollivier (cherry picked from commit 1ab7a53dab08a6f67ff2cf54f33b70dea0e82bfb) --- 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',