aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/testcases.yaml
diff options
context:
space:
mode:
authorfmenguy <francoisregis.menguy@orange.com>2021-03-11 20:33:36 +0100
committerfmenguy <francoisregis.menguy@orange.com>2021-04-27 16:22:39 +0200
commitfc792bba0bfaaaeca8a9a1b6ca47c9cd9303d41f (patch)
tree2042fd7846251f5f8dc56343400afbd315dc5377 /xtesting/testcases.yaml
parent8755c892f6cfbfb8ca4f3405675dfe770c769605 (diff)
NFVBENCH-205 - Add behave tests for characterization and non-regression
Change-Id: I708eee21a9fd11e7a276707fb0b43d8598381ce7 Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'xtesting/testcases.yaml')
-rw-r--r--xtesting/testcases.yaml62
1 files changed, 61 insertions, 1 deletions
diff --git a/xtesting/testcases.yaml b/xtesting/testcases.yaml
index cbb5c45..eea60b9 100644
--- a/xtesting/testcases.yaml
+++ b/xtesting/testcases.yaml
@@ -6,6 +6,65 @@ tiers:
description: 'Data Plane Performance Testing'
testcases:
-
+ case_name: characterization
+ project_name: nfvbench
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: 'nfvbench_behaveframework'
+ args:
+ suites:
+ - /opt/nfvbench/behave_tests/features/characterization-full.feature
+ tags:
+ - characterization
+ console:
+ - true
+ -
+ case_name: non-regression
+ project_name: nfvbench
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: 'nfvbench_behaveframework'
+ args:
+ suites:
+ - /opt/nfvbench/behave_tests/features/non-regression.feature
+ tags:
+ - non-regression
+ console:
+ - true
+
+ -
+ name: nfvbench-rapid-characterization
+ order: 2
+ description: 'Data Plane Performance Testing'
+ testcases:
+ -
+ case_name: rapid-characterization
+ project_name: nfvbench
+ criteria: 100
+ blocking: true
+ clean_flag: false
+ description: ''
+ run:
+ name: 'nfvbench_behaveframework'
+ args:
+ suites:
+ - /opt/nfvbench/behave_tests/features/characterization-samples.feature
+ tags:
+ - characterization
+ console:
+ - true
+ -
+ name: nfvbench-demo
+ order: 3
+ description: 'Data Plane Performance Testing'
+ testcases:
+ -
case_name: 10kpps-pvp-run
project_name: nfvbench
criteria: 100
@@ -17,4 +76,5 @@ tiers:
args:
cmd:
- nfvbench -c /tmp/nfvbench/nfvbench.cfg --rate 10kpps
-
+ console:
+ - true \ No newline at end of file