summaryrefslogtreecommitdiff
path: root/test/integration/destructive.yml
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2014-02-20 19:11:15 -0500
committerMichael DeHaan <michael@ansibleworks.com>2014-02-20 19:11:15 -0500
commit2177b773c8d460f67582aa7fab1af08647816a79 (patch)
tree6b7e732bc471d6efe8689c142929d4ba1043e6a4 /test/integration/destructive.yml
parentde600f004018ec9ce81971a0d6fd55decacbb3f5 (diff)
downloadansible-2177b773c8d460f67582aa7fab1af08647816a79.tar.gz
Rename tests to test, use old directory name.
Diffstat (limited to 'test/integration/destructive.yml')
-rw-r--r--test/integration/destructive.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/destructive.yml b/test/integration/destructive.yml
new file mode 100644
index 0000000000..8d0b11c6ac
--- /dev/null
+++ b/test/integration/destructive.yml
@@ -0,0 +1,9 @@
+- hosts: testhost
+ gather_facts: True
+ roles:
+ - { role: test_service, tags: test_service }
+ - { role: test_pip, tags: test_pip }
+ - { role: test_gem, tags: test_gem }
+ - { role: test_yum, tags: test_yum }
+ - { role: test_apt, tags: test_apt }
+