Change test group for separate haproxy test

- Change multiracks_2 group of separate_haproxy test
because multiracks_2 group is used for the tests
with other devops template

Change-Id: Ic38890a7cadc2869b30be0f92ae879fd1a5823a9
This commit is contained in:
asledzinskiy 2016-05-27 16:09:43 +03:00 committed by Andrey Sledzinskiy
parent f5dbf3708d
commit 9656668749
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ from fuelweb_test.tests.test_net_templates_base import TestNetworkTemplatesBase
from gates_tests.helpers import exceptions
@test(groups=["multiracks_2"])
@test(groups=["thread_separate_haproxy"])
class TestSeparateHaproxy(TestNetworkTemplatesBase):
"""Test for verification of deployment with detached haproxy role."""