Adds integration tests for gce module.

This commit is contained in:
Chris Conway
2014-03-29 17:27:48 -07:00
parent b0556ab1fb
commit 2cc4a372c5
6 changed files with 224 additions and 0 deletions

5
test/integration/gce.yml Normal file
View File

@@ -0,0 +1,5 @@
- hosts: testhost
gather_facts: true
roles:
- { role: test_gce, tags: test_gce }
# TODO: tests for gce_net, gce_pd, etc.