blob: df165e8c81d2d18274c4ba800c322960f3726c3e (
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
26
|
---
tiers:
-
name: benchmarking
order: 1
ci_loop: 'weekly'
description: >-
Set of basic Functional benchmarking tests.
testcases:
-
case_name: stability72hr
project_name: integration
criteria: 100
blocking: false
description: >-
run stability 72h test.
run:
name: 'robotframework'
args:
suites:
- /var/opt/ONAP/robot/testsuites/vnf-orchestration.robot
include:
- stability72hr
variablefile:
- '/share/config/robot_properties.py'
- '/share/config/integration_preload_parameters.py'
|