Skip to content

Commit

Permalink
Fixed intfstat_test.py
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Hlushko <[email protected]>
  • Loading branch information
vadymhlushko-mlnx committed Sep 1, 2021
1 parent 37be8f9 commit 02c7265
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/intfstat_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
IFACE RX_OK RX_BPS RX_PPS RX_ERR TX_OK TX_BPS TX_PPS TX_ERR
--------------- ------- ----------- -------- -------- ------- ---------- -------- --------
Ethernet20 4 3.00 B/s 4.00/s 2 8 754.00 B/s 8.00/s 6
PortChannel0001 883 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0002 883 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0001 883 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0002 883 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0003 0 0.00 B/s 0.00/s 0 0 0.00 B/s 0.00/s 0
PortChannel0004 883 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0004 883 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
Vlan1000 0 0.00 B/s 0.00/s 0 0 0.00 B/s 0.00/s 0
"""

Expand All @@ -30,10 +30,10 @@
IFACE RX_OK RX_BPS RX_PPS RX_ERR TX_OK TX_BPS TX_PPS TX_ERR
--------------- ------- ----------- -------- -------- ------- ---------- -------- --------
Ethernet20 4 3.00 B/s 4.00/s 2 8 754.00 B/s 8.00/s 6
PortChannel0001 883 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0002 883 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0001 883 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0002 883 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0003 0 0.00 B/s 0.00/s 0 0 0.00 B/s 0.00/s 0
PortChannel0004 883 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0004 883 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
Vlan1000 0 0.00 B/s 0.00/s 0 0 0.00 B/s 0.00/s 0
"""

Expand All @@ -42,10 +42,10 @@
IFACE RX_OK RX_BPS RX_PPS RX_ERR TX_OK TX_BPS TX_PPS TX_ERR
--------------- ------- ----------- -------- -------- ------- ---------- -------- --------
Ethernet20 0 3.00 B/s 4.00/s 0 0 754.00 B/s 8.00/s 0
PortChannel0001 0 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0002 0 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0001 0 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0002 0 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0003 0 0.00 B/s 0.00/s 0 0 0.00 B/s 0.00/s 0
PortChannel0004 0 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0004 0 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
Vlan1000 0 0.00 B/s 0.00/s 0 0 0.00 B/s 0.00/s 0
"""

Expand Down Expand Up @@ -102,10 +102,10 @@
IFACE RX_OK RX_BPS RX_PPS RX_ERR TX_OK TX_BPS TX_PPS TX_ERR
--------------- ------- ----------- -------- -------- ------- ---------- -------- --------
Ethernet20 0 3.00 B/s 4.00/s 0 0 754.00 B/s 8.00/s 0
PortChannel0001 0 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0002 0 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0001 0 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0002 0 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0003 0 0.00 B/s 0.00/s 0 0 0.00 B/s 0.00/s 0
PortChannel0004 0 594.71 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
PortChannel0004 0 608.99 KB/s 0.00/s 0 0 883.00 B/s 0.00/s 0
Vlan1000 0 0.00 B/s 0.00/s 0 0 0.00 B/s 0.00/s 0
"""

Expand Down

0 comments on commit 02c7265

Please sign in to comment.