remove outdated dpdk_vf test scenarios

Change-Id: Ieb17ef51cc20792cba8ba053d4bb58075e789c23
This commit is contained in:
Denis Deryabin
2016-10-12 11:11:48 +03:00
parent 3b0731c7cb
commit d4d1bcdd33
2 changed files with 0 additions and 58 deletions

View File

@@ -194,7 +194,6 @@ Not Run test cases - this metric shows a count of test cases which should be run
.. include:: test_suite_dpdk.rst
.. include:: test_suite_dpdk_on_vf.rst
.. include:: test_suite_sriov.rst
.. include:: test_suite_dpdk_vf.rst
.. include:: test_suite_multiple_networks.rst
.. include:: test_suite_tsn.rst

View File

@@ -1,57 +0,0 @@
=======
DPDK VF
=======
Contrail HA DPDK VF SRIOV
-------------------------
ID
##
contrail_ha_dpdk_vf
Description
###########
Check Contrail deploy on HA environment with DPDK VF
Complexity
##########
advanced
Steps
#####
1. Create an environment with "Neutron with tunneling segmentation"
as a network configuration and CEPH storage
2. Enable and configure Contrail plugin:
* enable dpdk
* enable DPDK on VF
* enable dedicated analytics DB
3. Add following nodes:
* 3 controller + mongo
* 3 compute + ceph
* 1 contrail-config+contrail-control+contrail-db
* 1 compute+dpdk
* 1 contrail-analytics+contrail-analytics-db
* 1 contrail-db
4. Enable sriov on interfaces.
5. Deploy cluster.
6. Run OSTF tests.
7. Run contrail health check tests
Expected results
################
All steps should pass
NOOP
----