Skip to content

Commit

Permalink
Fix: test error of nmcli in the datasource ethernet (#3468)
Browse files Browse the repository at this point in the history
Signed-off-by: Xinting Li <[email protected]>

Co-authored-by: Xinting Li <[email protected]>
  • Loading branch information
TZ3070 and Xinting Li authored Jul 14, 2022
1 parent 921182e commit 998129a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion insights/tests/datasources/test_ethernet.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
team0 bf000427-d9f1-432f-819d-257edb86c6fb team --
"""

NMCLI_C_SHOW_EMPTY = ""
NMCLI_C_SHOW_EMPTY = """
NAME UUID TYPE DEVICE
"""

EXPECTED = ['enp1s0', 'enp8s0', 'enp1s0.2']

Expand Down

0 comments on commit 998129a

Please sign in to comment.