diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-07-14 14:57:27 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2016-07-14 16:08:26 -0700 |
commit | b7e6105be27b5d386bd7b81c9f6554f4d6a812bf (patch) | |
tree | d9a008a8e597c95134357a187961f24599764249 /tests | |
parent | f75110ac6abc965caea8a8c147141ec41ec8fa36 (diff) |
Update userguide
Change-Id: I3c816a7a1770c0fae8d8000a4d24e2516e94978a
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'tests')
-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 |