add comment to Gemfile and move copyartifacts

moved copyartifacts.py to tests/support

Also added a comment to the Gemfile that this is only used to run the testsuite with kitchen-salt
This commit is contained in:
Daniel Wallace 2017-10-24 12:01:05 -06:00
parent b4c8f7eb57
commit 4add666db1
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# This file is only used for running the test suite with kitchen-salt.
source "https://rubygems.org"
gem "test-kitchen"