diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-01-11 01:16:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-11 01:16:55 +0000 |
commit | 5999f4ede4694a7fbe14177f7d4a07341137e300 (patch) | |
tree | 7f28cd74afb9ee0223424cfbfc7c95d10436a16c /tests/data/benchmarks/plan | |
parent | 5a93fcd8dcf3ac350b5a207912d9ce62783c1ab6 (diff) | |
parent | decad5f7fdb212c4f78fc31f00e591eaba104450 (diff) |
Merge "Add module skeletons"
Diffstat (limited to 'tests/data/benchmarks/plan')
-rw-r--r-- | tests/data/benchmarks/plan/fake-plan.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/benchmarks/plan/fake-plan.yaml b/tests/data/benchmarks/plan/fake-plan.yaml new file mode 100644 index 00000000..8887f66d --- /dev/null +++ b/tests/data/benchmarks/plan/fake-plan.yaml @@ -0,0 +1,10 @@ +name: fake plan +description: fake benchmark plan for demonstration and testing +config: + facility: local + engineer: local + driver: sample + collector: logfile + reporter: console +QPIs: + - fake-qpi.yaml |