aboutsummaryrefslogtreecommitdiffstats
path: root/docker/mts/testcases.yaml
blob: 0694884e73d921af3bfb567267621eed71cd833f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
tiers:
    -
        name: samples
        description: ''
        testcases:
            -
                case_name: seventh
                project_name: xtesting
                criteria: 100
                blocking: true
                clean_flag: false
                description: 'Some MTS tests'
                run:
                    name: 'mts'
                    args:
                        test_file: /usr/lib/python3.8/site-packages/xtesting/samples/mts/test.xml
                        testcases:
                            - Pause_5_sec
                        max_duration: 2 # in seconds
                        log_level: INFO
                        store_method: FILE
                        java_memory: 2048
                        console: true