Commit e9c69355 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tests - Tools - Mock NCE-FAN Controller

- Corrected stratup config
parent 9b99222a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@
                        ]
                    },
                    {
                        "node-id": "OLT", "ietf-te-topology:te-node-id": "172.16.58.10",
                        "ietf-te-topology:te": {"te-node-attributes": {"name": "OLT", "admin-status": "up"}, "oper-status": "up"},
                        "node-id": "OLT-A", "ietf-te-topology:te-node-id": "172.16.58.10",
                        "ietf-te-topology:te": {"te-node-attributes": {"name": "OLT-A", "admin-status": "up"}, "oper-status": "up"},
                        "ietf-network-topology:termination-point": [
                            {"tp-id": "500", "ietf-te-topology:te": {"name": "500"}, "ietf-te-topology:te-tp-id": "0.0.0.0"}, 
                            {"tp-id": "501", "ietf-te-topology:te": {"name": "501"}, "ietf-te-topology:te-tp-id": "0.0.0.0"},
@@ -40,8 +40,8 @@
                    }
                ],
                "ietf-network-topology:link": [
                    {"link-id": "L1", "source": {"source-node": "ONT1", "source-tp": "500"}, "destination": {"dest-node": "OLT", "dest-tp": "200"}},
                    {"link-id": "L2", "source": {"source-node": "ONT2", "source-tp": "500"}, "destination": {"dest-node": "OLT", "dest-tp": "201"}}
                    {"link-id": "L1", "source": {"source-node": "ONT1", "source-tp": "500"}, "destination": {"dest-node": "OLT-A", "dest-tp": "200"}},
                    {"link-id": "L2", "source": {"source-node": "ONT2", "source-tp": "500"}, "destination": {"dest-node": "OLT-A", "dest-tp": "201"}}
                ]
            }
        ]