aboutsummaryrefslogtreecommitdiffstats
path: root/samples/ping-template.yaml
diff options
context:
space:
mode:
authorKristian Hunt <kristian.hunt@gmail.com>2015-09-21 12:21:49 +0200
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>2015-09-25 07:59:40 +0000
commit0eae6233fe4fe14f0366d23c90765998a138e256 (patch)
tree712145e2a39eba56d2af88d609fdc78766145a74 /samples/ping-template.yaml
parent531ac9968cf8703ad7a2c70f45837ce0e81dbec9 (diff)
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 <kristian.hunt@gmail.com>
Diffstat (limited to 'samples/ping-template.yaml')
-rw-r--r--samples/ping-template.yaml1
1 files changed, 1 insertions, 0 deletions
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