Merge pull request #47670 from gtmanfred/2017.7

add a pytest.ini and update a dependency for kitchen
This commit is contained in:
Daniel Wallace 2018-05-15 20:56:16 -05:00 committed by GitHub
commit b0446aab07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

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

4
pytest.ini Normal file
View file

@ -0,0 +1,4 @@
[pytest]
addopts = --ssh-tests -ra -sv
testpaths = tests
norecursedirs = tests/kitchen

View file

@ -105,7 +105,7 @@ def pytest_addoption(parser):
test_selection_group.addoption(
'--proxy',
'--proxy-tests',
dest='ssh',
dest='proxy',
action='store_true',
default=False,
help='Run proxy tests'