blob: 0b9ee66825380ca68e577c17da717afbb720e93d (
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
25
|
---
tiers:
-
name: samples
description: ''
testcases:
-
case_name: seventh
project_name: xtesting
enabled: true
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
|