Skip to content

Commit 3021046

Browse files
pawiecznuclearcat
authored andcommitted
config: runtime: baseline: drop running dmesg.sh script
Baseline tests will now just indicate reaching the state of successful boot. No other test case will be executed there (for the time being). String: "Hello World!" as a mark of successful boot was chosen to comply with programming tradition but can be safely replaced with anything else (easily distinguishable from boot logs). Signed-off-by: Paweł Wieczorek <[email protected]>
1 parent 34581cb commit 3021046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/runtime/baseline.jinja2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
{%- extends base_template %}
44

55
{% block commands %}
6-
KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh
6+
echo 'Hello World!'
77
{%- endblock %}

0 commit comments

Comments
 (0)