Skip to content

Commit 04ab199

Browse files
Prabhu SreenivasanPrabhuSreenivasan
Prabhu Sreenivasan
authored andcommitted
comment ipmc test case
Signed-off-by: Prabhu Sreenivasan <[email protected]>
1 parent f4d439b commit 04ab199

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

tests/test_crm.py

+10-9
Original file line numberDiff line numberDiff line change
@@ -718,13 +718,14 @@ def test_CrmDnatEntry(self, dvs, testlog):
718718
assert used_counter == 0
719719
assert avail_counter != 0
720720

721-
def test_CrmIpmcEntry(self, dvs, testlog):
722-
723-
# get counters
724-
used_counter = getCrmCounterValue(dvs, 'STATS', 'crm_stats_ipmc_entry_used')
725-
avail_counter = getCrmCounterValue(dvs, 'STATS', 'crm_stats_ipmc_entry_available')
726-
assert used_counter == 0
727-
assert avail_counter != 0
721+
# commented ipmc test case till vslib is updated
722+
# def test_CrmIpmcEntry(self, dvs, testlog):
723+
#
724+
# # get counters
725+
# used_counter = getCrmCounterValue(dvs, 'STATS', 'crm_stats_ipmc_entry_used')
726+
# avail_counter = getCrmCounterValue(dvs, 'STATS', 'crm_stats_ipmc_entry_available')
727+
# assert used_counter == 0
728+
# assert avail_counter != 0
728729

729730
def test_Configure(self, dvs, testlog):
730731

@@ -929,7 +930,7 @@ def test_Configure_fdb(self, dvs, testlog):
929930
threshold_type = getCrmConfigStr(dvs, 'Config', 'fdb_entry_threshold_type')
930931
assert threshold_type == 'percentage'
931932

932-
''' commented snat, dnat and ipmc CLI tests till Azure/sonic-utilities/pull/1258 becomes available
933+
""" commented snat, dnat and ipmc CLI tests till Azure/sonic-utilities/pull/1258 becomes available
933934
def test_Configure_snat(self, dvs, testlog):
934935
935936
#thresholds snat low/high threshold/type
@@ -974,7 +975,7 @@ def test_Configure_ipmc(self, dvs, testlog):
974975
assert threshold_high == 90
975976
threshold_type = getCrmConfigStr(dvs, 'Config', 'ipmc_entry_threshold_type')
976977
assert threshold_type == 'percentage'
977-
'''
978+
"""
978979

979980
# Add Dummy always-pass test at end as workaroud
980981
# for issue when Flaky fail on final test it invokes module tear-down before retrying

0 commit comments

Comments
 (0)