summaryrefslogtreecommitdiff
path: root/test/integration/rackspace.yml
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2015-01-09 14:50:23 -0600
committerMatt Martz <matt@sivel.net>2015-01-09 15:08:58 -0600
commitf5d2f8e382e6eebcd4fc398f946ace137c241b0f (patch)
tree6254de07f9a751781b9b684a611e5bd9fa525c0e /test/integration/rackspace.yml
parent1544dde932f57bee63ca4e9b43b4a95963aa832c (diff)
downloadansible-f5d2f8e382e6eebcd4fc398f946ace137c241b0f.tar.gz
Add integration tests for the rax module
Diffstat (limited to 'test/integration/rackspace.yml')
-rw-r--r--test/integration/rackspace.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/test/integration/rackspace.yml b/test/integration/rackspace.yml
index a6ba60c13e..fd3079e9de 100644
--- a/test/integration/rackspace.yml
+++ b/test/integration/rackspace.yml
@@ -1,4 +1,9 @@
-- hosts: testhost
- gather_facts: True
- roles: []
-
+---
+- hosts: localhost
+ connection: local
+ gather_facts: false
+ tags:
+ - rackspace
+ roles:
+ - role: test_rax
+ tags: test_rax