summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/platforms.yaml
blob: 5972b32b22101dd25d6da30098e8186faadc7576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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