Skip to content

Commit

Permalink
Skipping enable_queue_counterpoll_type fixture for Marvell platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-kalyanaraman committed Dec 11, 2024
1 parent 2cb805c commit 42d206e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/snmp/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ def check_redis_output(duthost, key):
@pytest.fixture(scope="module", autouse=True)
def enable_queue_counterpoll_type(duthosts):
for duthost in duthosts:
duthost.command('counterpoll queue enable')
if duthost.facts['platform'] not in ['armhf-nokia_ixs7215_52x-r0']:
duthost.command('counterpoll queue enable')


def pytest_addoption(parser):
Expand Down

0 comments on commit 42d206e

Please sign in to comment.