From 1bb43a106bab645c564880ea4ee9f9c9b9f9ae52 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 24 Feb 2016 14:56:54 +0100 Subject: Change table format Change-Id: I051208e31ba58ffe241725302cdcb5f662c1899e Signed-off-by: Morgan Richomme (cherry picked from commit 331f246f2b8be355ecf07e3e207b66e124af3799) --- docs/results/overview.rst | 83 ++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 44 deletions(-) (limited to 'docs/results/overview.rst') diff --git a/docs/results/overview.rst b/docs/results/overview.rst index 9a9b68d32..ea71426b0 100644 --- a/docs/results/overview.rst +++ b/docs/results/overview.rst @@ -14,54 +14,49 @@ considered to evaluate whether the test case can be run or not. That is why all the number of test cases may vary from 1 installer to another and from 1 scenario to another. -The list of scenario supported by installer can be described as follows:: +The list of scenario supported by installer can be described as follows: - +================+=========+=========+=========+=========+ - | Scenario | Apex | Compass | Fuel | Joid | - +================+=========+=========+=========+=========+ - | odl_l2 | X | X | X | X | - +----------------+---------+---------+---------+---------+ - | odl_l3 | X | | X | | - +----------------+---------+---------+---------+---------+ - | onos | X | X | X | X | - +----------------+---------+---------+---------+---------+ - | nosdn | | X | X | X | - +----------------+---------+---------+---------+---------+ - | odl_l2-sfc | X | | | | - +----------------+---------+---------+---------+---------+ - | odl_l2-bgpvpn | | | X | | - +----------------+---------+---------+---------+---------+ - | ovs (dpdk) | | | X | | - +----------------+---------+---------+---------+---------+ ++----------------+---------+---------+---------+---------+ +| Scenario | Apex | Compass | Fuel | Joid | ++================+=========+=========+=========+=========+ +| odl_l2 | X | X | X | X | ++----------------+---------+---------+---------+---------+ +| onos | | X | | | ++----------------+---------+---------+---------+---------+ +| nosdn | | X | X | | ++----------------+---------+---------+---------+---------+ +| ovs (dpdk) | | | X | | ++----------------+---------+---------+---------+---------+ The matrix below details the Functest runnable tests versus the installer and -the scenario:: +the scenario: - +================+=============+=============+=============+=============+ - | Test cases | Apex | Compass | Fuel | Joid | - +================+=============+=============+=============+=============+ - | vPing |all scenario | all | all | all | - +----------------+-------------+-------------+-------------+-------------+ - | vPing userdata | all except | all except | all except | all except | - | | ONOS | ONOS | ONOS | ONOS | - +----------------+-------------+-------------+-------------+-------------+ - | Tempest | all | all | all | all | - +----------------+-------------+-------------+-------------+-------------+ - | Rally | all | all | all | all | - +----------------+-------------+-------------+-------------+-------------+ - | ODL | all ODL | all ODL | all ODL | all ODL | - +----------------+-------------+-------------+-------------+-------------+ - | ONOS | ONOS | ONOS | ONOS | ONOS | - +----------------+-------------+-------------+-------------+-------------+ - | Promise | no | no | all | all | - +----------------+-------------+-------------+-------------+-------------+ - | vIMS | all except | all except | all except | all except | - | | ONOS | ONOS | ONOS | ONOS | - +----------------+-------------+-------------+-------------+-------------+ - | Doctor | all | no | no | no | - +----------------+-------------+-------------+-------------+-------------+ - | SDNVPN | no | no | bgpvpn | no | - +----------------+-------------+-------------+-------------+-------------+ ++----------------+-------------+-------------+-------------+-------------+ +| Test cases | Apex | Compass | Fuel | Joid | ++================+=============+=============+=============+=============+ +| vPing SSH | all | all | all | all | ++----------------+-------------+-------------+-------------+-------------+ +| vPing userdata | all except | all except | all except | all except | +| | ONOS | ONOS | ONOS | ONOS | ++----------------+-------------+-------------+-------------+-------------+ +| Tempest | all | all | all | all | ++----------------+-------------+-------------+-------------+-------------+ +| Rally | all | all | all | all | ++----------------+-------------+-------------+-------------+-------------+ +| ODL | all ODL | all ODL | all ODL | all ODL | ++----------------+-------------+-------------+-------------+-------------+ +| ONOS | ONOS | ONOS | ONOS | ONOS | ++----------------+-------------+-------------+-------------+-------------+ +| Promise | no | no | all | all | ++----------------+-------------+-------------+-------------+-------------+ +| vIMS | all except | all except | all except | all except | +| | ONOS | ONOS | ONOS | ONOS | ++----------------+-------------+-------------+-------------+-------------+ +| Doctor | all | no | no | no | ++----------------+-------------+-------------+-------------+-------------+ + +all means that the test case is run on all the scenarios related to the +installer. Functest results from continuous integration can be found in: * jenkins logs: https://build.opnfv.org/ci/view/functest/ -- cgit 1.2.3-korg