Skip to content

Commit

Permalink
Revert "Merge branch 'fix_unit_test_failing' into bugfix/serial_conne…
Browse files Browse the repository at this point in the history
…ction"

This reverts commit a93aa89, reversing
changes made to 9f9695b.
  • Loading branch information
Aaron-MJohn committed Apr 13, 2024
1 parent a93aa89 commit ea13744
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/unit/factory/test_cmdtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,10 @@ 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"},
Expand Down Expand Up @@ -2376,7 +2379,7 @@ def test_textfsm_table_mutli_key(self, mock_execute):
ARPview:
fields:
mac: MAC_ADDRESS
mac: MAC
ip: IP_ADDRESS
interface: INTERFACE
flag: FLAGS
Expand Down

0 comments on commit ea13744

Please sign in to comment.