summaryrefslogtreecommitdiffstats
path: root/docs/apidocs/index.rst
blob: 916fab087778cfcb050e02086842afbd40e0591b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) 2015 Dell Inc.
.. (c) 2016 ZTE Corp.

****************
QTIP Configguide
****************

.. toctree::
   :maxdepth: 2

   ./qtip_restful_api.rst
; 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: samples
        order: 1
        ci_loop: 'daily'
        description : ''
        testcases:
            -
                case_name: first
                project_name: xtesting
                criteria: 100
                blocking: true
                clean_flag: false
                description: ''
                dependencies:
                    installer: ''
                    scenario: ''
                run:
                    module: 'first'
                    class: 'Test'

            -
                case_name: second
                project_name: xtesting
                criteria: 100
                blocking: true
                clean_flag: false
                description: ''
                dependencies:
                    installer: ''
                    scenario: ''
                run:
                    module: 'second'
                    class: 'Test'

            -
                case_name: third
                project_name: xtesting
                criteria: 100
                blocking: true
                clean_flag: false
                description: ''
                dependencies:
                    installer: ''
                    scenario: ''
                run:
                    module: 'xtesting.core.feature'
                    class: 'BashFeature'
                    args:
                        cmd: 'echo -n Hello World; exit 0'

            -
                case_name: fourth
                project_name: xtesting
                criteria: 100
                blocking: true
                clean_flag: false
                description: ''
                dependencies:
                    installer: ''
                    scenario: ''
                run:
                    module: 'xtesting.core.unit'
                    class: 'Suite'
                    args:
                        name: 'fourth'