Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion tests/console/test_console_availability.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


@pytest.mark.parametrize("target_line", ["1", "2", "3", "4"])
def test_console_availability(duthost, creds, target_line, cleanup_modules):
def test_console_availability(duthost, creds, target_line):
"""
Test console are well functional.
Verify console access is available after connecting from DUT
Expand Down
2 changes: 1 addition & 1 deletion tests/console/test_console_udevrule.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from tests.common.helpers.assertions import pytest_assert

pytestmark = [
pytest.mark.topology('any')
pytest.mark.topology('c0', 'c0-lo')
]


Expand Down
Loading