From ec61adb1a02f481d8229a257516371bae88bfa16 Mon Sep 17 00:00:00 2001 From: hajipour <shajipour@cttc.es> Date: Sat, 1 Feb 2025 20:53:11 +0100 Subject: [PATCH] debug: port changed to 9092 in agg-net e2e test --- .../tests/test_agg_net_ietf_slice_operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/ofc25-camara-agg-net-controller/tests/test_agg_net_ietf_slice_operations.py b/src/tests/ofc25-camara-agg-net-controller/tests/test_agg_net_ietf_slice_operations.py index b2c086fd0..d15a8bbb6 100644 --- a/src/tests/ofc25-camara-agg-net-controller/tests/test_agg_net_ietf_slice_operations.py +++ b/src/tests/ofc25-camara-agg-net-controller/tests/test_agg_net_ietf_slice_operations.py @@ -84,7 +84,7 @@ NBI_USERNAME = "admin" NBI_PASSWORD = "admin" IP_ADDRESS = "localhost" -IP_PORT = 9090 +IP_PORT = 9092 BASE_IETF_SLICE_URL = f"http://{NBI_ADDRESS}:{NBI_PORT}/restconf/data/ietf-network-slice-service:network-slice-services" IP_L3VPN_URL = f"http://{IP_ADDRESS}:{IP_PORT}/restconf/data/ietf-l3vpn-svc:l3vpn-svc/vpn-services" -- GitLab