summaryrefslogtreecommitdiff
path: root/tests/integration_tests/integration_settings.py
diff options
context:
space:
mode:
authorJames Falcon <TheRealFalcon@users.noreply.github.com>2021-01-22 09:25:38 -0600
committerGitHub <noreply@github.com>2021-01-22 09:25:38 -0600
commit1527efa740ce7e66d9506ea62b0b8010d71a4104 (patch)
treec0f791ebb2a111d3edc507b720f5e06f66f8c69f /tests/integration_tests/integration_settings.py
parent2d0b63681ca411a606b7d4f4d316320395d30e82 (diff)
downloadvyos-cloud-init-1527efa740ce7e66d9506ea62b0b8010d71a4104.tar.gz
vyos-cloud-init-1527efa740ce7e66d9506ea62b0b8010d71a4104.zip
Use more cloud defaults in integration tests (#757)
Stop requiring compartment_id for OCI and project_id for GCE since they can now be inferred in pycloudlib.
Diffstat (limited to 'tests/integration_tests/integration_settings.py')
-rw-r--r--tests/integration_tests/integration_settings.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/integration_tests/integration_settings.py b/tests/integration_tests/integration_settings.py
index 6cabf3d8..22b4fdda 100644
--- a/tests/integration_tests/integration_settings.py
+++ b/tests/integration_tests/integration_settings.py
@@ -88,24 +88,6 @@ PUBLIC_SSH_KEY = None
KEYPAIR_NAME = None
##################################################################
-# GCE SPECIFIC SETTINGS
-##################################################################
-# Required for GCE
-GCE_PROJECT = None
-
-# You probably want to override these
-GCE_REGION = 'us-central1'
-GCE_ZONE = 'a'
-
-##################################################################
-# OCI SPECIFIC SETTINGS
-##################################################################
-# Compartment-id found at
-# https://console.us-phoenix-1.oraclecloud.com/a/identity/compartments
-# Required for Oracle
-OCI_COMPARTMENT_ID = None
-
-##################################################################
# USER SETTINGS OVERRIDES
##################################################################
# Bring in any user-file defined settings