Skip to content

Commit 59b19a7

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_crm.py

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

721+
''' ipmc test case commented till vslib gets updated
721722
def test_CrmIpmcEntry(self, dvs, testlog):
722723
723724
# get counters
724725
used_counter = getCrmCounterValue(dvs, 'STATS', 'crm_stats_ipmc_entry_used')
725726
avail_counter = getCrmCounterValue(dvs, 'STATS', 'crm_stats_ipmc_entry_available')
726727
assert used_counter == 0
727728
assert avail_counter != 0
729+
'''
728730

729731
def test_Configure(self, dvs, testlog):
730732

0 commit comments

Comments
 (0)