summaryrefslogtreecommitdiff
path: root/oslo_messaging/tests/functional/test_functional.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_messaging/tests/functional/test_functional.py')
-rw-r--r--oslo_messaging/tests/functional/test_functional.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/oslo_messaging/tests/functional/test_functional.py b/oslo_messaging/tests/functional/test_functional.py
index e2eb6d7..69e26bd 100644
--- a/oslo_messaging/tests/functional/test_functional.py
+++ b/oslo_messaging/tests/functional/test_functional.py
@@ -153,7 +153,8 @@ class CallTestCase(utils.SkipIfNoTransportURL):
self.assertEqual(10, server.endpoint.ival)
def test_monitor_long_call(self):
- if not self.url.startswith("rabbit://"):
+ if not (self.url.startswith("rabbit://")
+ or self.url.startswith("amqp://")):
self.skipTest("backend does not support call monitoring")
transport = self.useFixture(utils.RPCTransportFixture(self.conf,