X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Ftests%2FOSC_2.1.0%2Ftest_osc_2_1_0.py;h=9b53a27b935cc6b2767afffc5edd3b5d919ce650;hb=b72ea385c43f58120903da014aad65c1f25851f3;hp=5b8be30b323d0d739a67f9da6cab889af650a76b;hpb=f3fa332b64f0982b96613cbc254a5c523952191d;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/tests/OSC_2.1.0/test_osc_2_1_0.py b/near-rt-ric-simulator/tests/OSC_2.1.0/test_osc_2_1_0.py index 5b8be30..9b53a27 100644 --- a/near-rt-ric-simulator/tests/OSC_2.1.0/test_osc_2_1_0.py +++ b/near-rt-ric-simulator/tests/OSC_2.1.0/test_osc_2_1_0.py @@ -27,9 +27,9 @@ import json #Constants for the test case INTERFACE_VERSION="OSC_2.1.0" -PORT_NUMBER=2222 -HOST_IP="127.0.0.1" -SERVER_URL="http://127.0.0.1:"+str(PORT_NUMBER)+"/" +PORT_NUMBER="2222" +HOST_IP="localhost" +SERVER_URL="http://"+HOST_IP+":"+PORT_NUMBER+"/" cwd=os.getcwd()+"/" # Env TESTS_BASE_PATH is set when executed via tox.ini