aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarking/docker/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarking/docker/testcases.yaml')
-rw-r--r--benchmarking/docker/testcases.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/benchmarking/docker/testcases.yaml b/benchmarking/docker/testcases.yaml
new file mode 100644
index 0000000..df165e8
--- /dev/null
+++ b/benchmarking/docker/testcases.yaml
@@ -0,0 +1,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'