From: Kristian Hunt Date: Mon, 21 Sep 2015 10:21:49 +0000 (+0200) Subject: Add missing YAML document start boundaries X-Git-Tag: brahmaputra.1.0~181 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F1819%2F2;p=yardstick.git Add missing YAML document start boundaries 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 --- diff --git a/samples/fio-template.yaml b/samples/fio-template.yaml index 395e4c417..ce64cdee2 100644 --- a/samples/fio-template.yaml +++ b/samples/fio-template.yaml @@ -1,3 +1,4 @@ +--- # Sample benchmark task config file # measure storage performance using fio # Jinja2 Syntax is supported diff --git a/samples/ping-template.yaml b/samples/ping-template.yaml index cde6ddd7c..cfc79206a 100644 --- a/samples/ping-template.yaml +++ b/samples/ping-template.yaml @@ -1,3 +1,4 @@ +--- # Sample benchmark task config file # measure network latency using ping # Jinja2 Syntax is supported