Add test to run dpdk from master

Change-Id: I4a9b095818830658804ae34871a98826b3049b66
Reviewed-on: https://review.gerrithub.io/366102
Reviewed-by: Tatyanka Leontovich <tleontovich@mirantis.com>
Tested-by: Tatyanka Leontovich <tleontovich@mirantis.com>
diff --git a/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py b/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py
index 711c631..f7669d9 100644
--- a/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py
+++ b/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py
@@ -55,3 +55,13 @@
 
         """
         LOG.info("*************** DONE **************")
+
+    def test_mcp11_ocata_dpdk_install(self, underlay, openstack_deployed,
+                                      show_step):
+        """Test for deploying an mcp dpdk environment and check it
+        Scenario:
+        1. Prepare salt on hosts
+        2. Setup controller nodes
+        3. Setup compute nodes
+        """
+        LOG.info("*************** DONE **************")