aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-11-18 14:58:00 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-11-18 14:02:12 +0000
commit6eea34bc9c4134b723ff32d8635eb28dd733c743 (patch)
treeda609c808cf1eed6f77ffb5868416389f88bdb34 /test/vcpe
parent64b363b11bb84be77806b82ee03aba4f5f7cc595 (diff)
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 <b.grzybowski@partner.samsung.com> Issue-ID: INT-1345
Diffstat (limited to 'test/vcpe')
-rwxr-xr-xtest/vcpe/vcpecommon.py4
1 files changed, 2 insertions, 2 deletions
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