0e85f88f8e
Includes: * Tests to create, delete, resize, recreate and configure an Autoscaler * Tests for parameters only. Use TEST_FLAGS="--tags 'param-check'" to execute only these tests. Requires: * An instance template to be configured in your project.
7 lines
235 B
YAML
7 lines
235 B
YAML
- hosts: testhost
|
|
gather_facts: true
|
|
roles:
|
|
- { role: test_gce, tags: test_gce }
|
|
- { role: test_gce_pd, tags: test_gce_pd }
|
|
- { role: test_gce_mig, tags: test_gce_mig }
|
|
# TODO: tests for gce_lb, gce_net, gc_storage
|