Skip to content

Commit 7935bac

Browse files
committed
Fix path
1 parent ef53add commit 7935bac

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ test-coverage:
3434

3535
test-coverage-all: export COMMANDER_SSH_TEST = 1
3636
test-coverage-all: export COMMANDER_TEST_SSH_HOST = localhost:2222
37-
#test-coverage-all: export COMMANDER_TEST_SSH_PASS = password
3837
test-coverage-all: export COMMANDER_TEST_SSH_USER = root
3938
test-coverage-all: export COMMANDER_TEST_SSH_IDENTITY_FILE = $(CWD)/integration/containers/ssh/id_rsa
4039
test-coverage-all:

commander_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tests:
22
test nodes:
3-
command: ./commander test integration/lunix/nodes.yaml
3+
command: ./commander test integration/linux/nodes.yaml
44
stdout:
55
contains:
66
- ✓ [ssh-host] it should test ssh host

0 commit comments

Comments
 (0)