Move test trigger from template to test
Change-Id: I292a19c5accb25ff6874d7b22af4759a579d4a74
Reviewed-on: https://review.gerrithub.io/377679
Reviewed-by: Tatyanka Leontovich <tleontovich@mirantis.com>
Tested-by: Tatyanka Leontovich <tleontovich@mirantis.com>
diff --git a/tcp_tests/settings.py b/tcp_tests/settings.py
index ea19a23..f4f7334 100644
--- a/tcp_tests/settings.py
+++ b/tcp_tests/settings.py
@@ -54,5 +54,5 @@
DOCKER_REGISTRY = os.environ.get('DOCKER_REGISTRY',
'docker-prod-virtual.docker.mirantis.net')
-PATTERN = os.environ.get('PATTERN', 'smoke')
-
+PATTERN = os.environ.get('PATTERN', None)
+RUN_TEMPEST = get_var_as_bool('RUN_TEMPEST', False)