From 6eea34bc9c4134b723ff32d8635eb28dd733c743 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 18 Nov 2019 14:58:00 +0100 Subject: 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 --- test/vcpe/vcpecommon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/vcpe') 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 -- cgit 1.2.3-korg