We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef53add commit 7935bacCopy full SHA for 7935bac
2 files changed
Makefile
@@ -34,7 +34,6 @@ test-coverage:
34
35
test-coverage-all: export COMMANDER_SSH_TEST = 1
36
test-coverage-all: export COMMANDER_TEST_SSH_HOST = localhost:2222
37
-#test-coverage-all: export COMMANDER_TEST_SSH_PASS = password
38
test-coverage-all: export COMMANDER_TEST_SSH_USER = root
39
test-coverage-all: export COMMANDER_TEST_SSH_IDENTITY_FILE = $(CWD)/integration/containers/ssh/id_rsa
40
test-coverage-all:
commander_linux.yaml
@@ -1,6 +1,6 @@
1
tests:
2
test nodes:
3
- command: ./commander test integration/lunix/nodes.yaml
+ command: ./commander test integration/linux/nodes.yaml
4
stdout:
5
contains:
6
- ✓ [ssh-host] it should test ssh host
0 commit comments