@@ -718,13 +718,14 @@ def test_CrmDnatEntry(self, dvs, testlog):
718
718
assert used_counter == 0
719
719
assert avail_counter != 0
720
720
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
728
729
729
730
def test_Configure (self , dvs , testlog ):
730
731
@@ -929,7 +930,7 @@ def test_Configure_fdb(self, dvs, testlog):
929
930
threshold_type = getCrmConfigStr (dvs , 'Config' , 'fdb_entry_threshold_type' )
930
931
assert threshold_type == 'percentage'
931
932
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
933
934
def test_Configure_snat(self, dvs, testlog):
934
935
935
936
#thresholds snat low/high threshold/type
@@ -974,7 +975,7 @@ def test_Configure_ipmc(self, dvs, testlog):
974
975
assert threshold_high == 90
975
976
threshold_type = getCrmConfigStr(dvs, 'Config', 'ipmc_entry_threshold_type')
976
977
assert threshold_type == 'percentage'
977
- '''
978
+ """
978
979
979
980
# Add Dummy always-pass test at end as workaroud
980
981
# for issue when Flaky fail on final test it invokes module tear-down before retrying
0 commit comments