Add TEMPEST_EXTRA_ARGS to swarm_run_pytest

Change-Id: I16e39b587163d41a2e053debd865a8a41db8cd73
diff --git a/src/com/mirantis/system_qa/SharedPipeline.groovy b/src/com/mirantis/system_qa/SharedPipeline.groovy
index d50432f..af4f4af 100644
--- a/src/com/mirantis/system_qa/SharedPipeline.groovy
+++ b/src/com/mirantis/system_qa/SharedPipeline.groovy
@@ -259,6 +259,7 @@
         // Run pytest tests
         def common = new com.mirantis.mk.Common()
         def tcp_qa_refs = env.TCP_QA_REFS ?: ''
+        def tempest_extra_args = env.TEMPEST_EXTRA_ARGS ?: ''
         def tempest_image_version = env.TEMPEST_IMAGE_VERSION ?: 'pike'
         def tempest_target=env.TEMPEST_TARGET ?: 'gtw01'
         def parameters = [
@@ -275,6 +276,8 @@
                 string(name: 'IMAGE_PATH_CFG01_DAY01', value: "${IMAGE_PATH_CFG01_DAY01}"),
                 string(name: 'TEMPEST_IMAGE_VERSION', value: "${tempest_image_version}"),
                 string(name: 'TEMPEST_TARGET', value: "${tempest_target}"),
+                string(name: 'TEMPEST_EXTRA_ARGS', value: "${tempest_extra_args}"),
+
 
             ]
         common.printMsg("Start building job 'swarm-run-pytest' with parameters:", "purple")