diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/vcpe/vcpecommon.py | 4 |
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 |