Added huge_environments in run_tests

Change-Id: I474a2de1cf253d9a59bd25f7c602546bafd6a4fe
This commit is contained in:
NastyaUrlapova
2014-02-22 12:38:07 +04:00
parent 0b60380b24
commit 7a55161d6a

View File

@@ -11,6 +11,7 @@ def run_tests():
from tests.tests_strength import test_failover # noqa
from tests.tests_strength import test_master_node_failover # noqa
from tests.tests_strength import test_restart # noqa
from tests.tests_strength import test_huge_environments # noqa
# Run Proboscis and exit.
TestProgram().run_and_exit()