Skip to content

Commit

Permalink
Merge branch 'fix_unit_test_failing' into bugfix/serial_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-MJohn committed Apr 13, 2024
2 parents 9f9695b + 98455b4 commit a93aa89
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/unit/factory/test_cmdtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a93aa89

Please sign in to comment.