Merge branch 'add_1_0' of https://github.com/Mirantis/tcp-qa into add_1_0
diff --git a/tcp_tests/tests/system/test_mcp10_ovs_vxlan_install.py b/tcp_tests/tests/system/test_mcp10_ovs_vxlan_install.py
index 0d23742..1e23bb5 100644
--- a/tcp_tests/tests/system/test_mcp10_ovs_vxlan_install.py
+++ b/tcp_tests/tests/system/test_mcp10_ovs_vxlan_install.py
@@ -47,27 +47,3 @@
"""
LOG.info("*************** DONE **************")
-
- def test_mcp10_ovs_vxlan_install_run_rally(self, underlay,
- openstack_deployed,
- show_step, rally):
- """Test for deploying an mcp environment and check it
-
- Scenario:
- 1. Prepare salt on hosts
- 2. Setup controller nodes
- 3. Setup compute nodes
- 4. Run rally
-
- """
- # prepare rally
- rally.prepare()
- rally.pull_image()
- rally.run()
- # run tempest
- rally.run_tempest()
-
- res = rally.get_results()
-
- fail_msg = 'Tempest verification fails {}'.format(res)
- assert res['failures'] == 0, fail_msg