Skip to content

Commit 2c92347

Browse files
wangxinAzarack
authored andcommitted
Add topology mark for test_fwutil.py (sonic-net#6231)
The topology mark is missing from the test_fwutil.py. The script could be skipped unintentionally when topology requirement is specified. This change added the "any" topology mark. Signed-off-by: Xin Wang <[email protected]>
1 parent 70fa10b commit 2c92347

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/platform_tests/fwutil/test_fwutil.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
from fwutil_common import call_fwutil, show_firmware, upload_platform, find_pattern
77

8+
pytestmark = [
9+
pytest.mark.topology("any")
10+
]
11+
812
DEVICES_PATH="/usr/share/sonic/device"
913

1014
def test_fwutil_show(duthost):

0 commit comments

Comments
 (0)