Fix: missing ""
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 21 Nov 2018 17:13:10 +0000 (12:13 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 21 Nov 2018 17:13:10 +0000 (12:13 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/template_lava_job.jinja2

index 898c066601fcc20ce83acc525e7ab8eb036eb715..3acf35468b93279584ee1e971e72418ba3e97858 100644 (file)
@@ -8,7 +8,7 @@ visibility: public
 {% if device_type == DeviceType.kvm %}
 context:
   extra_kernel_args: cpuidle.off=1
-  extra_nfsroot_args: ,nfsver=3 nfsrootdebug
+  extra_nfsroot_args: ",nfsver=3 nfsrootdebug"
 
 tags:
   - qemu
This page took 0.023453 seconds and 4 git commands to generate.