diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-12-27 05:55:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-27 05:55:53 +0000 |
commit | 78745839ca8447ac05033a6f558ab5efaa3f7d81 (patch) | |
tree | 7caec4e36423536d49a663eb733e78374c8e1f52 /tests/data/benchmarks/plans | |
parent | ecc57c4ec453e9c218d1570bd0acff21d004c683 (diff) | |
parent | 929bcdf94d14062e042d9f9451c28315a18e808d (diff) |
Merge "Implment https://wiki.opnfv.org/display/qtip/Design"
Diffstat (limited to 'tests/data/benchmarks/plans')
-rw-r--r-- | tests/data/benchmarks/plans/verification.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/data/benchmarks/plans/verification.yaml b/tests/data/benchmarks/plans/verification.yaml new file mode 100644 index 00000000..b146ee37 --- /dev/null +++ b/tests/data/benchmarks/plans/verification.yaml @@ -0,0 +1,21 @@ +title: verification +description: benchmark plan for QTIP verification +info: + facility: opnfv-ci + engineer: opnfv-bot +suites: + - QPI_spec: compute.yaml +# Uncomment next line to setup suite running condition +# condition: {} +# Uncomment the following lines setup case running configuration +# cases: +# - metric_spec: dhrystone.yaml +# config: {} +# - metric_spec: whetstone.yaml +# config: {} +# - metric_spec: ramspeed.yaml +# config: {} +# - metric_spec: dpi.yaml +# config: {} +# - metric_spec: ssl.yaml +# config: {} |