Explorar o código

Add test data for GCE placement.

baizhang %!s(int64=10) %!d(string=hai) anos
pai
achega
4e1e6241b8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/helpers.py

+ 1 - 0
test/helpers.py

@@ -61,6 +61,7 @@ TEST_DATA_CONFIG = {
     },
     "GCECloudProvider": {
         "instance_type": os.environ.get('CB_INSTANCE_TYPE_OS', 'f1-micro'),
+        "placement": os.environ.get('CB_PLACEMENT_GCE', 'us-central1-a'),
     }
 }