Skip to content

Commit

Permalink
Fixing skip test message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Sousa committed Sep 25, 2019
1 parent c94fbce commit 730cd78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zaza/openstack/charm_tests/ceilometer/setup.py
Expand Up @@ -32,7 +32,8 @@ def basic_setup():
xenial_pike = openstack_utils.get_os_release('xenial_pike')

if current_release < xenial_pike:
raise unittest.SkipTest('Not checking ceilometer-upgrade')
raise unittest.SkipTest('Skipping ceilometer-upgrade as it is not '
'supported before Pike')

logging.debug('Checking ceilometer-upgrade')

Expand Down

0 comments on commit 730cd78

Please sign in to comment.