Skip to content
Snippets Groups Projects
Commit 7c50154f authored by Ville Hallivuori's avatar Ville Hallivuori
Browse files

Update emulated XR network to work with newer TF baseline

parent 693c01f3
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!35XR Device Driver update for newer IPM and update for tests to work with current Tera Flow version
...@@ -9,8 +9,19 @@ ...@@ -9,8 +9,19 @@
"topologies": [ "topologies": [
{ {
"topology_id": {"topology_uuid": {"uuid": "admin"}, "context_id": {"context_uuid": {"uuid": "admin"}}}, "topology_id": {"topology_uuid": {"uuid": "admin"}, "context_id": {"context_uuid": {"uuid": "admin"}}},
"device_ids": [], "device_ids": [
"link_ids": [] {"device_uuid": {"uuid": "R1-EMU"}},
{"device_uuid": {"uuid": "R2-EMU"}},
{"device_uuid": {"uuid": "R3-EMU"}},
{"device_uuid": {"uuid": "R4-EMU"}},
{"device_uuid": {"uuid": "X1-XR-CONSTELLATION"}}
],
"link_ids": [
{"link_uuid": {"uuid": "R1-EMU/13/0/0==XR HUB 1|XR-T4"}},
{"link_uuid": {"uuid": "R2-EMU/13/0/0==XR HUB 1|XR-T3"}},
{"link_uuid": {"uuid": "R3-EMU/13/0/0==XR1-XR LEAF 1|XR-T1"}},
{"link_uuid": {"uuid": "R4-EMU/13/0/0==XR LEAF 2|XR-T1"}}
]
} }
], ],
"devices": [ "devices": [
......
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