commit | 35551197b80d4f427e2c629d7698536bef62804f | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Mon Jun 19 15:50:52 2017 +0300 |
committer | Tatyanka Leontovich <tleontovich@mirantis.com> | Mon Jun 19 08:50:46 2017 -0400 |
tree | d330f6b2cc662eb6a7076c0d7a8cbd4c55297295 | |
parent | 16ad8d724cbd24a6684d0ecf3c49227104ea97f7 [diff] |
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 **************")