Skip to content

Commit

Permalink
tests: put LLDPDUPower tests in a separate test set (#4444)
Browse files Browse the repository at this point in the history
to skip them when tshark isn't installed and `-K tshark` is passed.

Fixes
```
...
Traceback (most recent call last):
...
FileNotFoundError: Could not execute tshark, is it installed?
```

It's a follow-up to a28c089
  • Loading branch information
evverx committed Jun 26, 2024
1 parent 1e857c9 commit 2091f69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/contrib/lldp.uts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ try:
except:
assert False

+ Power via MDI
~ tshark

= Define check_tshark function
Expand Down

0 comments on commit 2091f69

Please sign in to comment.