From: Bartek Grzybowski Date: Fri, 18 Oct 2019 11:54:21 +0000 (+0200) Subject: Switch oom_mode to False by default X-Git-Tag: 6.0.0-ONAP~310 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b969dafa44fb228a236a359e3767973ae5702f24;p=integration.git Switch oom_mode to False by default Vcpe scripts should be run from Rancher node where it has direct access to k8s cluster ips and service endpoints so that calls for oom_mode to be set to 'False'. Change-Id: I8edc0f363d7d32f28b070b0de87a3e2eab8223ff Signed-off-by: Bartek Grzybowski Issue-ID: INT-1339 --- diff --git a/test/vcpe/vcpecommon.py b/test/vcpe/vcpecommon.py index 4a393f53d..bfdd58b88 100755 --- a/test/vcpe/vcpecommon.py +++ b/test/vcpe/vcpecommon.py @@ -30,7 +30,7 @@ class VcpeCommon: ############################################################################################# # set the openstack cloud access credentials here - oom_mode = True + oom_mode = False ########################### # set Openstack credentials