Skip to content

Commit

Permalink
[ test_autonegotiation ] Added missing topology mark (sonic-net#3780)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Savchuk <romanx.savchuk@intel.com>
  • Loading branch information
roman_savchuk authored and vmittal-msft committed Sep 28, 2021
1 parent 47f9714 commit 2132782
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/platform_tests/test_auto_negotiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
from tests.common.utilities import wait_until
from tests.platform_tests.link_flap.link_flap_utils import build_test_candidates

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

logger = logging.getLogger(__name__)

STATE_DB = 'STATE_DB'
Expand Down

0 comments on commit 2132782

Please # to comment.