Skip to content

Commit

Permalink
Fix issue with private key used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lkrcal committed Jun 29, 2019
1 parent d280689 commit e8080ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -42,7 +42,7 @@ CONNECTOR_IP=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddres

echoInfo "Running Test Runner..."
docker run --rm --name test-runner --network bridge \
-v ~/edgeworx/demo/test/conf/id_ecdsa:/root/.ssh/id_ecdsa \
-v "$(pwd)/test/conf/id_ecdsa:/root/.ssh/id_ecdsa" \
-e CONTROLLER="${CONTROLLER_IP}:51121" \
-e CONNECTOR="${CONNECTOR_IP}:8080" \
-e AGENTS="root@${AGENT_IP}:22" \
Expand Down

0 comments on commit e8080ef

Please sign in to comment.