Merge "Pass TEST_PLAN_NAME_PREFIX parameter to swarm-testrail-report job"
diff --git a/tcp_tests/tests/system/test_cvp_pipelines.py b/tcp_tests/tests/system/test_cvp_pipelines.py
index ce33806..1b7ec89 100644
--- a/tcp_tests/tests/system/test_cvp_pipelines.py
+++ b/tcp_tests/tests/system/test_cvp_pipelines.py
@@ -134,7 +134,8 @@
             'TEST_SET': '/var/lib/cvp-sanity/cvp_checks/tests/',
             'TESTS_SETTINGS': (
                 "skipped_packages='python-setuptools,"
-                "python-pkg-resources,xunitmerge', "
+                "python-pkg-resources,xunitmerge,python-gnocchiclient,"
+                "python-ujson,python-octaviaclient', "
                 "skipped_services='docker, "
                 "containerd'; drivetrain_version={0};{1}"
                 .format(settings.MCP_VERSION, ntp_skipped_nodes)),