diff options
Diffstat (limited to 'tests/run_multinode.sh')
-rwxr-xr-x | tests/run_multinode.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/run_multinode.sh b/tests/run_multinode.sh index fc2d394..26e7d98 100755 --- a/tests/run_multinode.sh +++ b/tests/run_multinode.sh @@ -12,8 +12,10 @@ # limitations under the License. USERNAME=ubuntu -SSH_KEY_PATH=/home/opnfv/repos/domino/tests/testkeys/id_rsa -DOMINO_CODE_PATH=/home/opnfv/repos/domino +#SSH_KEY_PATH=/home/opnfv/repos/domino/tests/testkeys/id_rsa +#DOMINO_CODE_PATH=/home/opnfv/repos/domino +SSH_KEY_PATH=./tests/testkeys/id_rsa +DOMINO_CODE_PATH=../domino CONTROLLER_NODE_1=192.168.2.165 CONTROLLER_NODE_2=192.168.2.180 CONTROLLER_NODE_3=192.168.2.181 |