Skip to content

Commit

Permalink
added transport docker for MacOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Jul 1, 2024
1 parent 8a942ba commit 64c2558
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kitchen.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ suites:

verifier:
command: pytest --cache-clear -v -s -ra --log-cli-level=debug -k "not test_ping" tests/integration/

transport:
name: docker
3 changes: 3 additions & 0 deletions kitchen.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ suites:

verifier:
command: pytest --cache-clear -v -s -ra --log-cli-level=debug -k "not test_ping" tests/integration/

transport:
name: docker

0 comments on commit 64c2558

Please sign in to comment.