From 85f5ddeb7664e2f17ee886b68635c788eacf6333 Mon Sep 17 00:00:00 2001 From: hajipour <shajipour@cttc.es> Date: Sat, 4 Jan 2025 21:07:08 +0100 Subject: [PATCH] device_drivers of nce changed to enum 15 --- src/nbi/tests/data/camara-e2e-topology.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/nbi/tests/data/camara-e2e-topology.json b/src/nbi/tests/data/camara-e2e-topology.json index b8fcf338a..9cddb88d5 100644 --- a/src/nbi/tests/data/camara-e2e-topology.json +++ b/src/nbi/tests/data/camara-e2e-topology.json @@ -428,7 +428,6 @@ }, "device_operational_status": 1, "device_drivers": [ - 0, 15 ], "device_config": { @@ -501,7 +500,6 @@ }, "device_operational_status": 1, "device_drivers": [ - 0, 15 ], "device_config": { @@ -567,7 +565,6 @@ }, "device_operational_status": 1, "device_drivers": [ - 0, 15 ], "device_config": { -- GitLab