commit | ec73e70317ec334e43d5db77f1d2d899a06760ae | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Apr 09 11:09:38 2021 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Apr 14 15:50:00 2021 +0000 |
tree | 09da0383e770310b93444fb6c74fe7597a6c7392 | |
parent | 3e3c994e78ac664161a3a03f6661532cba4519d5 [diff] |
Using ONOS NodePorts instead of port-forwarding in Scale test Change-Id: If29c7730d3a60a9eba57a665a5f2f586704232c9
diff --git a/tests/scale/Voltha_Scale_Tests.robot b/tests/scale/Voltha_Scale_Tests.robot index 04163a3..11c9abb 100644 --- a/tests/scale/Voltha_Scale_Tests.robot +++ b/tests/scale/Voltha_Scale_Tests.robot
@@ -56,9 +56,9 @@ *** Variables *** ${ONOS_SSH_IP} 127.0.0.1 -${ONOS_SSH_PORT} 8101 +${ONOS_SSH_PORT} 30115 ${ONOS_REST_IP} 127.0.0.1 -${ONOS_REST_PORT} 8181 +${ONOS_REST_PORT} 30120 ${BBSIM_REST_IP} 127.0.0.1 ${BBSIM_REST_PORT} 50071