From 62f82651f2c29db5934f16afcb9f1e522f90588a Mon Sep 17 00:00:00 2001 From: James Falcon Date: Tue, 18 Jan 2022 09:10:36 -0600 Subject: testing: support pycloudlib config file (#1189) https://pycloudlib.readthedocs.io/en/latest/configuration.html#configuration --- tests/integration_tests/integration_settings.py | 26 ------------------------- 1 file changed, 26 deletions(-) (limited to 'tests/integration_tests/integration_settings.py') diff --git a/tests/integration_tests/integration_settings.py b/tests/integration_tests/integration_settings.py index 02037a88..f27e4f12 100644 --- a/tests/integration_tests/integration_settings.py +++ b/tests/integration_tests/integration_settings.py @@ -78,32 +78,6 @@ CLOUD_INIT_SOURCE = "NONE" COLLECT_LOGS = "ON_ERROR" LOCAL_LOG_PATH = "/tmp/cloud_init_test_logs" -################################################################## -# SSH KEY SETTINGS -################################################################## - -# A path to the public SSH key to use for test runs. (Defaults to pycloudlib's -# default behaviour, using ~/.ssh/id_rsa.pub.) -PUBLIC_SSH_KEY = None - -# For clouds which use named keypairs for SSH connection, the name that is used -# for the keypair. (Defaults to pycloudlib's default behaviour.) -KEYPAIR_NAME = None - -################################################################## -# OPENSTACK SETTINGS -################################################################## -# Network to use for Openstack. Should be one of the names/ids found -# in `openstack network list` -OPENSTACK_NETWORK = None - -################################################################## -# OCI SETTINGS -################################################################## -# Availability domain to use for Oracle. Should be one of the namess found -# in `oci iam availability-domain list` -ORACLE_AVAILABILITY_DOMAIN = None - ################################################################## # USER SETTINGS OVERRIDES ################################################################## -- cgit v1.2.3