Add a fixture for Decapod
Change-Id: I4cf305d6a844462024d77bc279133e730b6d5c38
Reviewed-on: https://review.gerrithub.io/373733
Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com>
Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/tests/system/conftest.py b/tcp_tests/tests/system/conftest.py
index 2fc3f23..4f904ed 100644
--- a/tcp_tests/tests/system/conftest.py
+++ b/tcp_tests/tests/system/conftest.py
@@ -22,6 +22,7 @@
from tcp_tests.fixtures.openstack_fixtures import *
from tcp_tests.fixtures.opencontrail_fixtures import *
from tcp_tests.fixtures.oss_fixtures import *
+from tcp_tests.fixtures.decapod_fixtures import *
from tcp_tests.fixtures.stacklight_fixtures import *
from tcp_tests.fixtures.virtlet_fixtures import *
from tcp_tests.fixtures.virtlet_ceph_fixtures import *
@@ -52,6 +53,9 @@
# oss_fixtures
'oss_actions',
'oss_deployed',
+ # decapod_fixtures
+ 'decapod_actions',
+ 'decapod_deployed',
# component fixtures
'opencontrail',
# stacklight_fixtures
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 f029744..b11d78a 100644
--- a/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py
+++ b/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py
@@ -57,3 +57,17 @@
3. Setup compute nodes
"""
LOG.info("*************** DONE **************")
+
+ @pytest.mark.fail_snapshot
+ def test_mcp11_ocata_dvr_decapod_install(self, underlay, decapod_deployed,
+ openstack_deployed, show_step):
+ """Test for deploying an mcp dpdk environment and check it
+
+ :type list: decapod_deployed.decapod_nodes , list of
+ config.underlay.ssh objects filtered for decapod roles.
+ Scenario:
+ 1. Prepare salt on hosts
+ 2. Setup controller nodes
+ 3. Setup compute nodes
+ """
+ LOG.info("*************** DONE **************")