Skip to content

Commit

Permalink
testcases: master: template-kvm-unit-tests: extra_kernel_args: add ex…
Browse files Browse the repository at this point in the history
…tra space

Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
  • Loading branch information
roxell committed Aug 2, 2023
1 parent 0cfd8a0 commit 920af39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% set use_context = true %}

{% set extra_kernel_args = 'kvm.enable_vmware_backdoor=1 kvm.force_emulation_prefix=1' + extra_kernel_args|default("") %}
{% set extra_kernel_args = ' kvm.enable_vmware_backdoor=1 kvm.force_emulation_prefix=1 ' + extra_kernel_args|default("") %}

{% set test_timeout = 25 %}
{% block metadata %}
Expand Down

0 comments on commit 920af39

Please sign in to comment.