diff options
author | fmenguy <francoisregis.menguy@orange.com> | 2020-02-11 11:07:52 +0100 |
---|---|---|
committer | fmenguy <francoisregis.menguy@orange.com> | 2020-04-07 18:21:52 +0200 |
commit | ae6e172471fef8bef60d497eedaf199966ffb799 (patch) | |
tree | 3ba93c7614b028ab3c3225c502eeca3885d56af7 /xtesting/testcases.yaml | |
parent | ce2525c2a621af3d20fc58f03a8f88d29e0e3617 (diff) |
NFVBENCH-160 xtesting integration4.2.2.2
Change-Id: Id600a1277059e84bc2d46fa20294fb22729f9c1f
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'xtesting/testcases.yaml')
-rw-r--r-- | xtesting/testcases.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xtesting/testcases.yaml b/xtesting/testcases.yaml new file mode 100644 index 0000000..cbb5c45 --- /dev/null +++ b/xtesting/testcases.yaml @@ -0,0 +1,20 @@ +--- +tiers: + - + name: nfvbench + order: 1 + description: 'Data Plane Performance Testing' + testcases: + - + case_name: 10kpps-pvp-run + project_name: nfvbench + criteria: 100 + blocking: true + clean_flag: false + description: '' + run: + name: 'bashfeature' + args: + cmd: + - nfvbench -c /tmp/nfvbench/nfvbench.cfg --rate 10kpps + |