download xml for junit

This commit is contained in:
Daniel Wallace 2017-12-29 15:00:54 -07:00
parent 7cc342a5d6
commit f56f062a6a
No known key found for this signature in database
GPG Key ID: 5FA5E5544F010D48
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -97,3 +97,4 @@ tests/integration/cloud/providers/pki/minions
.kitchen/
.bundle/
Gemfile.lock
/artifacts/

View File

@ -53,7 +53,6 @@ provisioner:
base:
"*":
- git.salt
- kitchen
<% if File.exists?(platformsfile) %>
<%= ERB.new(File.read(platformsfile)).result %>
<% else %>
@ -198,6 +197,11 @@ verifier:
transport: zeromq
types:
- ssh
xml: /tmp/xml-unittests
xml: /tmp/xml-unittests-output/
coverage_xml: /tmp/coverage.xml
save:
/tmp/xml-unittests-output/: artifacts/unittests
/tmp/coverage.xml: artifacts/coverage/coverage.xml
/var/log/salt/minion: artifacts/logs/minion
/tmp/salt-runtests.log: artifacts/logs/salt-runtests.log
<% end %>

View File

@ -2,7 +2,7 @@
source 'https://rubygems.org'
gem 'test-kitchen'
gem 'test-kitchen', :git => 'https://github.com/test-kitchen/test-kitchen.git'
gem 'kitchen-salt', :git => 'https://github.com/saltstack/kitchen-salt.git'
gem 'kitchen-sync'
gem 'git'