Skip to content

Commit

Permalink
Enable test_03_redis_uve_restart
Browse files Browse the repository at this point in the history
Change-Id: I8f0bee6ab69d1ac42af1f1c71650e69ab500c823
Closes-Bug: #1533989
  • Loading branch information
Sundaresan Rajangam committed Jan 27, 2016
1 parent 362ca7e commit a4d82ef
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/opserver/test/test_analytics_uve.py
Expand Up @@ -148,17 +148,10 @@ def test_02_vm_uve_with_password(self):
return True
# end test_02_vm_uve_with_password

@unittest.skip('verify redis-uve restart')
#@unittest.skip('verify redis-uve restart')
def test_03_redis_uve_restart(self):
logging.info('*** test_03_redis_uve_restart ***')

# Temporary explicit skip because not sure if unittest.skip works.
(PLATFORM, VERSION, EXTRA) = platform.linux_distribution()
if PLATFORM.lower() == 'ubuntu':
if VERSION.find('14.') == 0:
logging.info('Skipping redis_uve_restart because unittest.skip broken')
return True

vizd_obj = self.useFixture(
AnalyticsFixture(logging, builddir, -1, 0,
kafka_zk = self.__class__.zk_port))
Expand Down

0 comments on commit a4d82ef

Please sign in to comment.