fix Dummy test context name 87/54287/1
authorrexlee8776 <limingjiang@huawei.com>
Thu, 22 Mar 2018 07:41:42 +0000 (07:41 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Thu, 22 Mar 2018 07:41:42 +0000 (07:41 +0000)
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>
samples/dummy-no-context.yaml
samples/parser.yaml
samples/storperf.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc040.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc074.yaml

index 7667e5a..e4ace44 100644 (file)
@@ -14,7 +14,7 @@ schema: "yardstick:task:0.1"
 scenarios:
 -
   type: Dummy
-
+  name: Dummy
   runner:
     type: Duration
     duration: 5
index e2e4b66..682c113 100644 (file)
@@ -27,3 +27,4 @@ scenarios:
 
 context:
   type: Dummy
+  name: Dummy
index 2ea0221..00f74c1 100644 (file)
@@ -38,3 +38,4 @@ scenarios:
 
 context:
   type: Dummy
+  name: Dummy