From: Bartek Grzybowski Date: Mon, 18 Nov 2019 13:58:00 +0000 (+0100) Subject: Set gra_api to 'False' by default X-Git-Tag: 6.0.0-ONAP~286 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F98506%2F2;p=integration.git Set gra_api to 'False' by default It can be True only after DGs are updated for GRA-API infrastructure. Change-Id: Ibda82ae14680387e07c5bd5525259b7cc9dfd092 Signed-off-by: Bartek Grzybowski Issue-ID: INT-1345 --- diff --git a/test/vcpe/vcpecommon.py b/test/vcpe/vcpecommon.py index 7ce223ac9..7a54d1b1e 100755 --- a/test/vcpe/vcpecommon.py +++ b/test/vcpe/vcpecommon.py @@ -34,8 +34,8 @@ class VcpeCommon: ############################################################################################# # set the gra_api flag - #gra_api_flag= False - gra_api_flag= True + # Mustn't be set to True until Frankfurt DGs are updated for GRA-API infrastructure + gra_api_flag= False ########################### # set Openstack credentials