From ca65ef73f7870be1a38af02962bc2daa999abd98 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Tue, 18 Mar 2025 13:59:19 +0000 Subject: [PATCH] OFC25 tests: - Corrected Optical descriptors --- src/tests/ofc25/descriptors/topology_opt.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/tests/ofc25/descriptors/topology_opt.json b/src/tests/ofc25/descriptors/topology_opt.json index a39713821..6b6d5f260 100644 --- a/src/tests/ofc25/descriptors/topology_opt.json +++ b/src/tests/ofc25/descriptors/topology_opt.json @@ -165,12 +165,7 @@ {"device_id": {"device_uuid": {"uuid": "MGON1"}},"endpoint_uuid": {"uuid": "port-34-in"}} ], "optical_details": { - "length": 0, - "src_port": "2", - "dst_port": "port-34-in", - "local_peer_port": "2", - "remote_peer_port": "port-34-out", - "used": false, + "length": 0, "src_port": "2", "dst_port": "port-34-in", "local_peer_port": "2", "remote_peer_port": "port-34-out", "used": false, "c_slots": { "1": 1, "2": 1, "3": 1, "4": 1, "5": 1, "6": 1, "7": 1, "8": 1, "9": 1, "10": 1, "11": 1, "12": 1, "13": 1, "14": 1, "15": 1, "16": 1, "17": 1, "18": 1, "19": 1, "20": 1, -- GitLab