From 0408be41eb9977c90793bfbc4f396353b0866a52 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Tue, 30 Jul 2024 16:14:18 +0200
Subject: [PATCH] Fix Netbox device type for tier 2

---
 gso/utils/device_info.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gso/utils/device_info.py b/gso/utils/device_info.py
index 03b911f7..cfc81d06 100644
--- a/gso/utils/device_info.py
+++ b/gso/utils/device_info.py
@@ -26,7 +26,7 @@ class TierInfo:
             total_10g_interfaces=80,
         )
         self.tier2 = ModuleInfo(
-            device_type="7750-SR7s",
+            device_type="7750 SR-7s",
             module_bays_slots=[1, 2],
             module_type="XMA2-s-36p-400g",
             breakout_interfaces_per_slot=[36, 35, 34, 33],
-- 
GitLab