From 98455b47a58462aad0c11a6db02648b43f906fae Mon Sep 17 00:00:00 2001 From: Aaron John Date: Sat, 13 Apr 2024 22:10:58 +0000 Subject: [PATCH] Fixed field name to match template --- tests/unit/factory/test_cmdtable.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/unit/factory/test_cmdtable.py b/tests/unit/factory/test_cmdtable.py index 177c6e6a0..bde3a578d 100644 --- a/tests/unit/factory/test_cmdtable.py +++ b/tests/unit/factory/test_cmdtable.py @@ -2214,10 +2214,7 @@ def test_table_eval_with_filters(self, mock_execute): "L2ALM Manager": {"cpu": "0", "state": "asleep"}, "L2PD": {"cpu": "0", "state": "asleep"}, "L2TP-SF KA Transmit": {"cpu": "0", "state": "asleep"}, - "LKUP ASIC UCODE Rebalance Service": { - "cpu": "1", - "state": "asleep", - }, + "LKUP ASIC UCODE Rebalance Service": {"cpu": "1", "state": "asleep",}, "LKUP ASIC Wedge poll thread": {"cpu": "0", "state": "asleep"}, "LU Background Service": {"cpu": "4", "state": "asleep"}, "LU-CNTR Reader": {"cpu": "0", "state": "asleep"}, @@ -2379,7 +2376,7 @@ def test_textfsm_table_mutli_key(self, mock_execute): ARPview: fields: - mac: MAC + mac: MAC_ADDRESS ip: IP_ADDRESS interface: INTERFACE flag: FLAGS