aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguide
AgeCommit message (Collapse)AuthorFilesLines
2016-07-28Add test case description and task file for TC053tjuyinkanglin1-0/+142
JIRA: YARDSTICK-301 Change-Id: I7369ef520bb33381e08168c81eeb997ebaafd0f5 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-26Merge "Add test case description and task file for TC070"liang gao1-0/+110
2016-07-26Merge "Add test case description and task file for TC055"liang gao1-0/+67
2016-07-26Merge "Add test case description and task file for TC044"liang gao1-0/+82
2016-07-26Merge "Add test case description and task file for TC071"liang gao1-0/+109
2016-07-25Add test case description and task file for TC055JingLu51-0/+67
Change-Id: I3247315e179b3d273f5cb281900390bef59cc5bd Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-25Merge "Add test case description and task file for TC072"liang gao1-0/+110
2016-07-21Add test case description and task file for TC070JingLu51-0/+110
Change-Id: Ia2108b1d53c3c2a5bb5a752da69252f6b9833487 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-21Add test case description and task file for TC071JingLu51-0/+109
Change-Id: Ia1edfba287f011a23557f55162cc9ef8a8ffb0a1 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-21Add test case description and task file for TC072JingLu51-0/+110
Change-Id: Ie363ac960fc67e05a3fca8ad7707abc6aee2842d Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-21Add test case description and task file for TC044JingLu51-0/+82
Change-Id: I89c0ebe1111c5fa909625757bdf8ce3e212d630a Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-20Add test case description and task file for TC069JingLu51-0/+95
Change-Id: I9172cbc8a4645197493659a3f93e28042cf97f94 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-18revise opnfv_yardstick_tc046.rsttjuyinkanglin1-1/+1
JIRA:YARDSTICK-292 Change-Id: I0212768d56d661edf1a41209a155c7b4dcdf892b Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-14Merge "Add test case description and task file for TC049"liang gao1-0/+139
2016-07-14Merge "Add test case description and task file for TC048"liang gao1-0/+139
2016-07-14Merge "Add test case description and task file for TC047"liang gao1-0/+139
2016-07-14Merge "Add test case description and task file for TC046"liang gao1-0/+138
2016-07-07Add test case description and task file for TC049tjuyinkanglin1-0/+139
JIRA: YARDSTICK-295 Change-Id: I9c13bee1bb986f515f4bc41e4455176240e2f19d Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-07Add test case description and task file for TC048tjuyinkanglin1-0/+139
JIRA: YARDSTICK-294 Change-Id: Ie6a9271a4cbc81bce47f7f59e609b90a9de1e909 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-07Add test case description and task file for TC047tjuyinkanglin1-0/+139
JIRA: YARDSTICK-293 Change-Id: I23a0e78a297cdc5742fa8d1234e6f271e076f359 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-07Add test case description and task file for TC046tjuyinkanglin1-0/+138
JIRA: YARDSTICK-292 Change-Id: I552c8357bd9378bea70a12872497d09711c91eef Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-06Add test case description and task file for TC045tjuyinkanglin1-0/+139
JIRA: YARDSTICK-291 Change-Id: I85081c0 }
tiers:
    -
        name: healthcheck
        order: 0
        ci_loop: '(daily)|(weekly)'
        description : >-
            First tier to be executed to verify the basic
            operations in the VIM.
        testcases:
            -
                name: healthcheck
                criteria: 'status == "PASS"'
                blocking: true
                description: >-
                    This test case verifies the basic OpenStack services like
                    Keystone, Glance, Cinder, Neutron and Nova.

                dependencies:
                    installer: ''
                    scenario: '^((?!lxd).)*$'

    -
        name: smoke
        order: 1
        ci_loop: '(daily)|(weekly)'
        description : >-
            Set of basic Functional tests to validate the OpenStack deployment.
        testcases:
            -
                name: vping_ssh
                criteria: 'status == "PASS"'
                blocking: true
                description: >-
                    This test case verifies: 1) SSH to an instance using floating
                    IPs over the public network. 2) Connectivity between 2 instances
                    over a private network.
                dependencies:
                    installer: ''
                    scenario: '^((?!bgpvpn|odl_l3).)*$'

            -
                name: vping_userdata
                criteria: 'status == "PASS"'
                blocking: true
                description: >-
                    This test case verifies:  1) Boot a VM with given userdata.
                    2) Connectivity between 2 instances over a private network.
                dependencies:
                    installer: ''
                    scenario: '^((?!lxd).)*$'

            -
                name: tempest_smoke_serial
                criteria: 'success_rate == 100%'
                blocking: false
                description: >-
                    This test case runs the smoke subset of the OpenStack
                    Tempest suite. The list of test cases is generated by
                    Tempest automatically and depends on the parameters of
                    the OpenStack deplopyment.
                dependencies:
                    installer: ''
                    scenario: ''

            -
                name: rally_sanity
                criteria: 'success_rate == 100%'
                blocking: false
                description: >-
                    This test case runs a sub group of tests of the OpenStack
                    Rally suite in smoke mode.
                dependencies:
                    installer: ''
                    scenario: ''

    -
        name: sdn_suites
        order: 2
        ci_loop: '(daily)|(weekly)'
        description : >-
            Test suites corresponding to the different
            SDN Controllers existing in OPNFV.
        testcases:
            -
                name: odl
                criteria: 'success_rate == 100%'
                blocking: true
                description: >-
                    Test Suite for the OpenDaylight SDN Controller. It integrates
                    some test suites from upstream using Robot as the test
                    framework.
                dependencies:
                    installer: ''
                    scenario: 'odl'

            -
                name: onos
                criteria: 'status == "PASS"'
                blocking: true
                description: >-
                    Test Suite for the ONOS SDN Controller. It integrates
                    some test suites from upstream using TestON as the test
                    framework.
                dependencies:
                    installer: ''
                    scenario: 'onos'

    -
        name: features
        order: 3
        ci_loop: '(daily)|(weekly)'
        description : >-
            Test suites from feature projects
            integrated in functest
        testcases:
            -
                name: promise
                criteria: 'success_rate == 100%'
                blocking: false
                description
2016-02-23Altering the name to ensure it is included in the configuration guide and ↵ChristopherPrice1-0/+0
not drawn into the user guide. Change-Id: I51f91b4ac94a869bd00bc7ded18ec1df78a4c073 Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
2016-02-19Yardstick input for Release central docAna C1-0/+37
This change adds a file, userguide.rst, that will be used by the release central document as a summary of the Yardstick Project. This file shall not be included in the index of the userguide. The file has been renamed to testusage.rst, as per request. Change-Id: Id8099349a7e626be3d800499bf98171d23239ded Signed-off-by: Ana C <ana.cunha@ericsson.com>
2016-02-11Add license info and update structureAna C35-67/+3020
This change adds license to all .rst files under userguide. It also combines all configguide files into user guide. New reference.rst with list of links. Updated glossary, removed separate directories for apexlake and yardstick framework. Change-Id: I6532ed073905b0fa85a17e759ea7dc3c24acb91f Signed-off-by: Ana C <ana.cunha@ericsson.com>
2016-01-19Fix Apexlake DocumentationVincenzo Riccobene2-89/+75
Change-Id: If9519d1660fe21bc13307ce35711424c6e2b8176 Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
2016-01-17Fixed documentation for ApexLakeVincenzo Riccobene3-0/+331
Integration of ApexLake documentation into the main docs directory Change-Id: I3398acc16cc2ff4bb039783fc5bcb6a10afda4e1 Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
2016-01-07Rename folders in yardstick/docsAna C2-0/+230
Adapt the naming of the folders under yardstick/docs to the naming adopted by the release documentation defined by opnfvdocs. JIRA: - Change-Id: Icc57720d585abbbf7252bcbf76e2f2a403cb1732 Signed-off-by: Ana C <ana.cunha@ericsson.com>
an> false description: >- Test suite for template distribution based on Domino dependencies: installer: 'joid' scenario: '' - name: odl-sfc criteria: 'status == "PASS"' blocking: false description: >- Test suite for odl-sfc to test two chains and two SFs dependencies: installer: 'fuel' scenario: 'odl_l2-sfc' - name: onos_sfc criteria: 'status == "PASS"' blocking: true description: >- Test Suite for onos-sfc to test sfc function. dependencies: installer: '' scenario: 'onos-sfc' - name: parser criteria: 'ret == 0' blocking: false description: >- Test suite from Parser project. dependencies: installer: 'fuel' scenario: '^((?!noha).)*$' - name: openstack order: 4 ci_loop: 'weekly' description : >- Extensive testing of OpenStack API. testcases: - name: tempest_full_parallel criteria: 'success_rate >= 80%' blocking: false description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of the OpenStack deplopyment. dependencies: installer: '' scenario: '' - name: rally_full criteria: 'success_rate >= 90%' blocking: false description: >- This test case runs the full suite of scenarios of the OpenStack Rally suite using several threads and iterations. dependencies: installer: '' scenario: '' - name: vnf order: 5 ci_loop: 'weekly' description : >- Collection of VNF test cases. testcases: - name: vims criteria: 'status == "PASS"' blocking: false description: >- This test case deploys an OpenSource vIMS solution from Clearwater using the Cloudify orchestrator. It also runs some signaling traffic. dependencies: installer: '' scenario: '(ocl)|(nosdn)|^(os-odl)((?!bgpvpn).)*$'