Skip to content
Snippets Groups Projects
Commit ec61adb1 authored by Shayan Hajipour's avatar Shayan Hajipour
Browse files

debug: port changed to 9092 in agg-net e2e test

parent a74ee4bf
No related branches found
No related tags found
4 merge requests!359Draft: Release TeraFlowSDN 5.0,!346Draft: support for restconf protocol,!345Draft: support ipinfusion devices via netconf,!321Resolve: "(CTTC) CAMARA Demo Integration tests"
...@@ -84,7 +84,7 @@ NBI_USERNAME = "admin" ...@@ -84,7 +84,7 @@ NBI_USERNAME = "admin"
NBI_PASSWORD = "admin" NBI_PASSWORD = "admin"
IP_ADDRESS = "localhost" 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" 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" IP_L3VPN_URL = f"http://{IP_ADDRESS}:{IP_PORT}/restconf/data/ietf-l3vpn-svc:l3vpn-svc/vpn-services"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment