diff options
author | Hunter Haugen <hunter@puppetlabs.com> | 2014-05-20 18:15:03 -0700 |
---|---|---|
committer | Hunter Haugen <hunter@puppetlabs.com> | 2014-05-21 16:49:26 -0700 |
commit | 0d9e938e92a25673c3712866e2d2108a255b67d5 (patch) | |
tree | 9b183ce838cb37823ec525407050a362b1eedf1c /spec/acceptance/beaker/git/clone/negative | |
parent | 93e0c80f38efbd1317fc3b71218cc7fd047d639a (diff) | |
download | puppet-vcsrepo-0d9e938e92a25673c3712866e2d2108a255b67d5.tar.gz puppet-vcsrepo-0d9e938e92a25673c3712866e2d2108a255b67d5.tar.bz2 |
Update specs and fix FM-1361
- Add install.rb for pre-suite
- Add catches for failures/changes to manifest application
- Correct root ssh key copying
- Add sleeps for killing processes releasing ports
- Fix FM-1361
Diffstat (limited to 'spec/acceptance/beaker/git/clone/negative')
-rw-r--r-- | spec/acceptance/beaker/git/clone/negative/clone_over_different_exiting_repo.rb | 3 | ||||
-rw-r--r-- | spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/spec/acceptance/beaker/git/clone/negative/clone_over_different_exiting_repo.rb b/spec/acceptance/beaker/git/clone/negative/clone_over_different_exiting_repo.rb index 67fea06..8adb1af 100644 --- a/spec/acceptance/beaker/git/clone/negative/clone_over_different_exiting_repo.rb +++ b/spec/acceptance/beaker/git/clone/negative/clone_over_different_exiting_repo.rb @@ -31,7 +31,8 @@ hosts.each do |host| } EOS - apply_manifest_on(host, pp) + apply_manifest_on(host, pp, :catch_failures => true) + apply_manifest_on(host, pp, :catch_changes => true) end step 'verify original repo was not replaced' do diff --git a/spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb b/spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb index b994a6a..2264015 100644 --- a/spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb +++ b/spec/acceptance/beaker/git/clone/negative/clone_repo_with_exec_excludes.rb @@ -28,8 +28,8 @@ hosts.each do |host| } EOS - apply_manifest_on(host, pp) - apply_manifest_on(host, pp) + apply_manifest_on(host, pp, :catch_failures => true) + apply_manifest_on(host, pp, :catch_changes => true) end step 'verify excludes are known to git' do |