Skip to content

Commit

Permalink
testcase: add systemd-analyze
Browse files Browse the repository at this point in the history
Enable systemd-analyze that analyzes the boot times for firmware,
bootloader, kernel and userspace.

Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed May 21, 2024
1 parent a35e0f3 commit a6a4722
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lava_test_plans/testcases/systemd-analyze.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "testcases/templates/test.jinja2" %}

{% set test_name = test_name | default("systemd-analyze") %}
{% set test_path_file = 'automated/linux/systemd-analyze/systemd-analyze.yaml' %}
{% set test_timeout = test_timeout | default(5) %}

0 comments on commit a6a4722

Please sign in to comment.