Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaeumer committed Feb 11, 2020
1 parent ef53add commit 7935bac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ test-coverage:

test-coverage-all: export COMMANDER_SSH_TEST = 1
test-coverage-all: export COMMANDER_TEST_SSH_HOST = localhost:2222
#test-coverage-all: export COMMANDER_TEST_SSH_PASS = password
test-coverage-all: export COMMANDER_TEST_SSH_USER = root
test-coverage-all: export COMMANDER_TEST_SSH_IDENTITY_FILE = $(CWD)/integration/containers/ssh/id_rsa
test-coverage-all:
Expand Down
2 changes: 1 addition & 1 deletion commander_linux.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tests:
test nodes:
command: ./commander test integration/lunix/nodes.yaml
command: ./commander test integration/linux/nodes.yaml
stdout:
contains:
- ✓ [ssh-host] it should test ssh host
Expand Down

0 comments on commit 7935bac

Please sign in to comment.