move tests up a directory

This commit is contained in:
Daniel Wallace 2017-10-12 13:59:45 -06:00
parent f55986c087
commit 5e47788756
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48
4 changed files with 2 additions and 2 deletions

View file

@ -80,8 +80,8 @@ verifier:
name: shell
remote_exec: false
<% if ENV['TESTS_JUNIT_XML_PATH'].nil? %>
command: pytest -v tests/integration/$KITCHEN_SUITE
command: pytest -v tests/$KITCHEN_SUITE
<% else %>
command: pytest --junit-xml <%= ENV['TESTS_JUNIT_XML_PATH'] %> -v tests/integration/$KITCHEN_SUITE
command: pytest --junit-xml <%= ENV['TESTS_JUNIT_XML_PATH'] %> -v tests/$KITCHEN_SUITE
<% end %>
<% end %>