commit | 852446ed7716b4b863d4e31eb87bf6b639deac86 | [log] [tgz] |
---|---|---|
author | gordon chung <gord@live.ca> | Mon Jun 29 16:35:02 2015 -0400 |
committer | gordon chung <gord@live.ca> | Mon Jun 29 16:35:02 2015 -0400 |
tree | 0058789d3a3ada8cc360ea53c6d221d19fa6f14e | |
parent | ee23ddbae6ebe9819abe899eb0898ea15aef7b67 [diff] |
use services decorator to enable telemetry test switch to use services decorator as opposed to testtools.skipIf Change-Id: I0e87fc0f76a4c9cfac308d685230da59787a3e7b
diff --git a/tempest/api/telemetry/test_telemetry_notification_api.py b/tempest/api/telemetry/test_telemetry_notification_api.py index 7057910..bf1e046 100644 --- a/tempest/api/telemetry/test_telemetry_notification_api.py +++ b/tempest/api/telemetry/test_telemetry_notification_api.py
@@ -29,8 +29,7 @@ "is disabled") @test.idempotent_id('d7f8c1c8-d470-4731-8604-315d3956caad') - @testtools.skipIf(not CONF.service_available.nova, - "Nova is not available.") + @test.services('compute') def test_check_nova_notification(self): body = self.create_server()