]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: remove pubsub from multisite tests 48928/head
authorYuval Lifshitz <ylifshit@redhat.com>
Sun, 16 Apr 2023 16:24:03 +0000 (16:24 +0000)
committerYuval Lifshitz <ylifshit@redhat.com>
Sun, 16 Apr 2023 16:24:03 +0000 (16:24 +0000)
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
qa/tasks/rgw_multisite_tests.py

index 53aedf79248dd8c1cfe924e744f08066b82d02fb..caa18578b325bcd11dec9c4053ab9756819106ab 100644 (file)
@@ -9,7 +9,7 @@ from teuthology.exceptions import ConfigError
 from teuthology.task import Task
 from teuthology import misc
 
-from tasks.rgw_multi import multisite, tests, tests_ps
+from tasks.rgw_multi import multisite, tests
 
 log = logging.getLogger(__name__)
 
@@ -67,9 +67,6 @@ class RGWMultisiteTests(Task):
         result = nose.run(defaultTest=tests.__name__, argv=argv, config=conf)
         if not result:
             error_msg += 'rgw multisite, '
-        result = nose.run(defaultTest=tests_ps.__name__, argv=argv, config=conf)
-        if not result:
-            error_msg += 'rgw multisite pubsub, '
         if error_msg:
             raise RuntimeError(error_msg + 'test failures')