summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2016-09-29 13:46:34 -0400
committerGitHub <noreply@github.com>2016-09-29 13:46:34 -0400
commit1f03801fccd5b3eceb91e3d4b70177304e5da874 (patch)
treef0de0927eed21fbf94e7919a7cc15adc51fcfaab
parent11ae3793d5e7f3dcbb22a9327463facf89967b72 (diff)
downloadansible-1f03801fccd5b3eceb91e3d4b70177304e5da874.tar.gz
mv test_git to 'destructive' integration tests (#17526)
The test_git role removes ~/.ssh/known_hosts currently and that is destructive.
-rw-r--r--test/integration/destructive.yml2
-rw-r--r--test/integration/non_destructive.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/destructive.yml b/test/integration/destructive.yml
index 9097df203d..e49cde6650 100644
--- a/test/integration/destructive.yml
+++ b/test/integration/destructive.yml
@@ -21,3 +21,5 @@
- { role: test_uri, tags: test_uri }
- { role: test_get_url, tags: test_get_url }
- { role: test_apache2_module, tags: test_apache2_module }
+ # This removes ~/.ssh/known_hosts and /etc/ssh/known_hosts
+ - { role: test_git, tags: test_git }
diff --git a/test/integration/non_destructive.yml b/test/integration/non_destructive.yml
index 5ee1b8c6e6..024d6abd65 100644
--- a/test/integration/non_destructive.yml
+++ b/test/integration/non_destructive.yml
@@ -29,7 +29,6 @@
- { role: test_synchronize, tags: test_synchronize }
- { role: test_assemble, tags: test_assemble }
- { role: test_subversion, tags: test_subversion }
- - { role: test_git, tags: test_git }
- { role: test_hg, tags: test_hg }
- { role: test_lineinfile, tags: test_lineinfile }
- { role: test_unarchive, tags: test_unarchive }