Fix: missing "fs" to template variable
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 23 Sep 2019 21:37:40 +0000 (17:37 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 23 Sep 2019 21:37:40 +0000 (17:37 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/babeltrace-benchmark/template_lava_job_bt_benchmark.jinja2

index 227356b251c514bf3eef66329d39e0a046d88a66..14c7260ac14a7306bb105f740550a74720b5e8f9 100644 (file)
@@ -27,11 +27,11 @@ actions:
         to: tftp
         kernel:
           url: {{ kernel_url }}
-          sha256sum: {{ kernel_sha256}}
+          sha256sum: {{ kernel_sha256 }}
           type: zimage
         nfsrootfs:
           url: {{ nfsrootfs_url }}
-          sha256sum: {{ nfsroot_sha256}}
+          sha256sum: {{ nfsrootfs_sha256 }}
           compression: gz
 
     - boot:
This page took 0.024005 seconds and 4 git commands to generate.