Update docker.#Run definition and tests

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-06-11 19:01:33 +02:00
parent 8a2fc9aa72
commit b8a97fb6e7
9 changed files with 38 additions and 248 deletions

View File

@@ -14,7 +14,7 @@ TestConfig: {
TestSSH: client: docker.#Command & {
command: #"""
docker $CMD
docker version
"""#
ssh: {
host: TestConfig.host
@@ -22,5 +22,4 @@ TestSSH: client: docker.#Command & {
key: TestConfig.key
keyPassphrase: TestConfig.keyPassphrase
}
env: CMD: "version"
}