Skip to content

Commit

Permalink
disable alarmgen(kafka) tests in R22
Browse files Browse the repository at this point in the history
Partial-Bug: 1428271

Change-Id: I8f5776b24c50ab6228d153168151f6bb043fb6df
  • Loading branch information
anishmehta committed Sep 29, 2015
1 parent cc4719d commit 17c8a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/opserver/test/analytics_uvetest.py
Expand Up @@ -325,7 +325,7 @@ def test_05_collector_ha(self):
num_vm_ifs=5, msg_count=5)
# end test_05_collector_ha

#@unittest.skip('Skipping AlarmGen basic test')
@unittest.skip('Skipping AlarmGen basic test')
def test_06_alarmgen_basic(self):
'''
This test starts the analytics processes.
Expand Down Expand Up @@ -481,7 +481,7 @@ def test_07_alarm(self):
alarm_gen1.alarms[BGP_ROUTER_TABLE][keys[0]].data)))
# end test_07_alarm

#@unittest.skip('Skipping UVE/Alarm Filter test')
@unittest.skip('Skipping UVE/Alarm Filter test')
def test_08_uve_alarm_filter(self):
'''
This test verifies the filter options kfilt, sfilt, mfilt and cfilt
Expand Down

0 comments on commit 17c8a86

Please sign in to comment.