Skip to content

Commit

Permalink
[tests]: skip some dynamic port breakout unit tests (#1677)
Browse files Browse the repository at this point in the history
re-enable after fix those tests

Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed Jun 16, 2021
1 parent 25669c3 commit d1c1c61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/config_dpb_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ def test_config_breakout_negative_cases(self, sonic_db):
return

@pytest.mark.usefixtures('mock_func')
@pytest.mark.skip(reason="not stable")
def test_config_breakout_various_modes(self, sonic_db):
'''
Test different combination of breakout port.
Expand Down
3 changes: 3 additions & 0 deletions tests/config_mgmt_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from copy import deepcopy
from unittest import mock, TestCase

import pytest
from utilities_common.general import load_module_from_source

# Import file under test i.e., config_mgmt.py
Expand Down Expand Up @@ -56,6 +57,7 @@ def test_search_keys(self):
len(out['ACL_TABLE'][k]) == 1
return

@pytest.mark.skip(reason="not stable")
def test_break_out(self):
# prepare default config
self.writeJson(portBreakOutConfigDbJson,
Expand All @@ -78,6 +80,7 @@ def test_break_out(self):
self.dpb_port4_4x25G_2x50G_f_l(curConfig)
return

@pytest.mark.skip(reason="not stable")
def test_shutdownIntf_call(self):
'''
Verify that _shutdownIntf() is called with deleted ports while calling
Expand Down

0 comments on commit d1c1c61

Please sign in to comment.