summaryrefslogtreecommitdiffstats
path: root/docs/images
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24Update documentation for DanubeMorgan Richomme3-0/+0
JIRA: FUNCTEST-559 JIRA: FUNCTEST-560 Change-Id: I2104a9b68bb3985c9f5900ebc30bab89b09b7835 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-09-19Remove TODO in Functest user guideMorgan Richomme1-0/+0
- Add links to feature project user guide - Add links to external web site - Change Dashboard picture JIRA: FUNCTEST-434 Change-Id: Ifc760c376361ed5452a874e373767b51d761b91f Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-08-12Update user guide for ColoradoMorgan Richomme2-0/+0
- Automated section - troubleshooting - add new feature projects JIRA: FUNCTEST-406 Change-Id: I6186b287b4defb9dff4547dc228fe5a9326fb6f3 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-07-04Functest Userguide update for Coloradocolumgaynor2-0/+0
Text updates to reflect the introduction of the Functest CLI for Functest Docker container environment. JIRA: FUNCTEST-238 Change-Id: Ifa742fb5c4a24ae94cc1e7062bcb8c0a2f49bf02 Signed-off-by: columgaynor <colum.gaynor@nokia.com>
2016-01-08User and installation guideMorgan Richomme1-0/+0
JIRA: FUNCTEST-88 Change-Id: Ie5875c9b0f53de8dc38ead94f4de8370ad8f45cf Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2015-06-03Update for ArnoMorgan Richomme3-0/+0
Change-Id: I748e78cdccd3102875933a206bab02ff6a3fbdc4 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2015-05-04Remove unused imagemorganrOL1-0/+0
JIRA:FUNCTEST-1 Change-Id: I8ff6d97f134c500142ffa1e73cf4b6cbd1aba1fb Signed-off-by: morganrOL <morgan.richomme@orange.com>
2015-05-04Remove not used imagemorganrOL1-0/+0
JIRA:FUNCTEST-1 Change-Id: I40634862de9e02d53a17908a46fb08e0b550b85c Signed-off-by: morganrOL <morgan.richomme@orange.com>
2015-04-29Add figure for rst documentmorganrOL3-0/+0
JIRA: FUNCTEST-1 Change-Id: I940f14b3b4a7373ed0c560c55bb5245397eaedb7 Signed-off-by: morganrOL <morgan.richomme@orange.com>
bute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
---
tiers:
    -
        name: features
        order: 3
        description: >-
            Test suites from feature projects
            integrated in functest
        testcases:
            -
                case_name: doctor-notification
                project_name: doctor
                criteria: 100
                blocking: false
                description: >-
                    Test suite from Doctor project.
                dependencies:
                    - INSTALLER_TYPE: '(apex)|(fuel)|(daisy)'
                    - DEPLOY_SCENARIO: '^((?!fdio|nofeature).)*$'
                run:
                    name: bashfeature
                    args:
                        cmd: 'doctor-test'

            -
                case_name: bgpvpn
                project_name: sdnvpn
                criteria: 100
                blocking: false
                description: >-
                    Test suite from SDNVPN project.
                dependencies:
                    - DEPLOY_SCENARIO: 'bgpvpn'
                run:
                    name: bgpvpn

            -
                case_name: functest-odl-sfc
                project_name: sfc
                criteria: 100
                blocking: false
                description: >-
                    Test suite for odl-sfc to test two chains with one SF and
                    one chain with two SFs
                dependencies:
                    - DEPLOY_SCENARIO: 'odl.*sfc'
                run:
                    name: functest-odl-sfc

            -
                case_name: barometercollectd
                project_name: barometer
                criteria: 100
                blocking: false
                description: >-
                    Test suite for the Barometer project. Separate tests verify
                    the proper configuration and basic functionality of all the
                    collectd plugins as described in the Project Release Plan
                dependencies:
                    - DEPLOY_SCENARIO: 'bar'
                run:
                    name: barometercollectd

            -
                case_name: fds
                project_name: fastdatastacks
                criteria: 100
                blocking: false
                description: >-
                    Test Suite for the OpenDaylight SDN Controller when GBP
                    features are installed. It integrates some test suites from
                    upstream using Robot as the test framework.
                dependencies:
                    - DEPLOY_SCENARIO: 'odl.*-fdio'
                run:
                    name: odl
                    args:
                        suites:
                            - /src/fds/testing/robot
            -
                case_name: vgpu
                project_name: functest
                criteria: 100
                blocking: false
                description: >-
                    Test suite for the OpenStack vGPU feature
                dependencies:
                    - DEPLOY_SCENARIO: 'vgpu'
                run:
                    name: vgpu

            -
                case_name: stor4nfv_os
                project_name: stor4nfv
                criteria: 100
                blocking: false
                description: >-
                    This tests are necessary demonstrate conformance
                    of the OpenStack+Stor4NFV deployment.
                dependencies:
                    - DEPLOY_SCENARIO: 'stor4nfv'
                run:
                    name: stor4nfv_os