Add missing YAML document start boundaries 19/1819/2
authorKristian Hunt <kristian.hunt@gmail.com>
Mon, 21 Sep 2015 10:21:49 +0000 (12:21 +0200)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Fri, 25 Sep 2015 07:59:40 +0000 (07:59 +0000)
This patch adds YAML document start boundaries (YAML spec 4.3.2)
to samples, where the boundaries are missing.

JIRA: -

Change-Id: I6e67d4d73a449ad901392c017220a61f642716ac
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
samples/fio-template.yaml
samples/ping-template.yaml

index 395e4c4..ce64cde 100644 (file)
@@ -1,3 +1,4 @@
+---
 # Sample benchmark task config file
 # measure storage performance using fio
 # Jinja2 Syntax is supported
index cde6ddd..cfc7920 100644 (file)
@@ -1,3 +1,4 @@
+---
 # Sample benchmark task config file
 # measure network latency using ping
 # Jinja2 Syntax is supported