Specify one more group for detach-rabbitmq tests for the plugin CI

We want to test detach-rabbitmq on Plugin CI. To do that, we need to
outline a set of tests we want to run on each commit. That is done with
the new 'detach-rabbitmq-ci-group' group, covering a couple of already
existing test cases. The group is intended for Plugin CI use only.

Change-Id: Ia75a39f1a3e889f4635909fdb52d993fcb11974d
This commit is contained in:
Dmitry Mescheryakov 2016-05-24 16:01:04 +03:00 committed by Dennis Dmitriev
parent 056efdccb4
commit 7cfeedf68e
1 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,8 @@ from fuelweb_test.tests.base_test_case import SetupEnvironment
from fuelweb_test.tests.base_test_case import TestBasic
@test(groups=["thread_separate_services", "thread_2_separate_services"])
@test(groups=["thread_separate_services", "thread_2_separate_services",
"detach-rabbitmq-ci-group"])
class SeparateRabbit(TestBasic):
"""SeparateRabbit""" # TODO documentation
@ -120,7 +121,8 @@ class SeparateRabbit(TestBasic):
self.env.make_snapshot("separate_rabbit_service", is_make=True)
@test(groups=["thread_separate_services", "thread_2_separate_services"])
@test(groups=["thread_separate_services", "thread_2_separate_services",
"detach-rabbitmq-ci-group"])
class SeparateRabbitFailover(TestBasic):
"""SeparateRabbitFailover""" # TODO documentation