diff options
author | rexlee8776 <limingjiang@huawei.com> | 2018-03-22 07:41:42 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2018-03-22 07:41:42 +0000 |
commit | dd73270d27d678e179be8068a1a3205fb6480744 (patch) | |
tree | eddc8194a765b534e5483f687b550d4b9d25d539 /samples | |
parent | 773ac34dbd60a0e8b00d81bddbea23a1f4e39144 (diff) |
fix Dummy test context name
more dummy test fix base on I0ccb7e9fabdf6bc2890d2e4763f53baee06c87b2
Since I1447fb5ed447691eaeb0a97f928c0b3333799d07, the context name is
a mandatory parameter for every context.
JIRA: YARDSTICK-886
Change-Id: I10ee6bcc0507fa90b6e99261a98a96655fc66947
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/dummy-no-context.yaml | 2 | ||||
-rw-r--r-- | samples/parser.yaml | 1 | ||||
-rw-r--r-- | samples/storperf.yaml | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/samples/dummy-no-context.yaml b/samples/dummy-no-context.yaml index 7667e5a16..e4ace44c2 100644 --- a/samples/dummy-no-context.yaml +++ b/samples/dummy-no-context.yaml @@ -14,7 +14,7 @@ schema: "yardstick:task:0.1" scenarios: - type: Dummy - + name: Dummy runner: type: Duration duration: 5 diff --git a/samples/parser.yaml b/samples/parser.yaml index e2e4b66ce..682c11329 100644 --- a/samples/parser.yaml +++ b/samples/parser.yaml @@ -27,3 +27,4 @@ scenarios: context: type: Dummy + name: Dummy diff --git a/samples/storperf.yaml b/samples/storperf.yaml index 2ea022173..00f74c1fe 100644 --- a/samples/storperf.yaml +++ b/samples/storperf.yaml @@ -38,3 +38,4 @@ scenarios: context: type: Dummy + name: Dummy |