Set gra_api to 'False' by default 06/98506/2
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 18 Nov 2019 13:58:00 +0000 (14:58 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 18 Nov 2019 14:02:12 +0000 (14:02 +0000)
It can be True only after DGs are updated
for GRA-API infrastructure.

Change-Id: Ibda82ae14680387e07c5bd5525259b7cc9dfd092
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1345

test/vcpe/vcpecommon.py

index 7ce223a..7a54d1b 100755 (executable)
@@ -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