Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tests/show_techsupport/test_techsupport_no_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

logger = logging.getLogger(__name__)


pytestmark = [
pytest.mark.topology('any')
]


@pytest.fixture
def check_image_version(duthost):
"""Skips this test if the SONiC image installed on DUT is older than 202112
Expand Down