summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/platforms.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cloud_tests/platforms.yaml')
-rw-r--r--tests/cloud_tests/platforms.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/cloud_tests/platforms.yaml b/tests/cloud_tests/platforms.yaml
new file mode 100644
index 00000000..5972b32b
--- /dev/null
+++ b/tests/cloud_tests/platforms.yaml
@@ -0,0 +1,17 @@
+# ============================= Platform Config ===============================
+default_platform_config:
+ # all disabled by default
+ enabled: false
+ # maximum time to retrieve image
+ get_image_timeout: 300
+ # maximum time to create instance (before waiting for cloud-init)
+ create_instance_timeout: 60
+
+platforms:
+ lxd:
+ enabled: true
+ get_image_timeout: 600
+ ec2: {}
+ azure: {}
+
+# vi: ts=4 expandtab