Add smoke/bvt test suite.

Add scenario  for smoke and bvt automation tests

Change-Id: Ice22838d22e5cb564b911e1bc3df732cd0fb9cf2
This commit is contained in:
Oleksandr Kosse
2015-11-24 10:13:04 +02:00
parent 93cf9d3fec
commit dc5488fbf5

View File

@@ -0,0 +1,73 @@
===============
Smoke/BVT tests
===============
Smoke test
----------
ID
##
contrail_smoke
Description
###########
Deploy a cluster with Contrail Plugin.
Complexity
##########
smoke
Steps
#####
1. Create environment with "Neutron with tunneling segmentation" as a network configuration.
2. Activate and configure the Contrail plugin.
3. Add a node with contrail-config, contrail-control, contrail-db roles.
4. Add a node with controller role.
5. Add a node with compute role.
6. Deploy cluster with plugin.
BVT test
--------
ID
##
contrail_bvt
Description
###########
BVT test for contrail plugin. Deploy cluster with a controller, a compute, a contrail-config, a contrail-control, a contrail-db roles and install contrail plugin.
Complexity
##########
smoke
Steps
#####
1. Create environment with "Neutron with tunneling segmentation" as a network configuration.
2. Add a node with contrail-config role.
3. Add a node with contrail-control role.
4. Add a node with contrail-db role.
5. Add a node with controller role.
6. Add a node with "compute" and "cinder" roles.
7. Activate and configure the Contrail plugin.
8. Deploy cluster with plugin.
9. Run OSTF tests.