Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testcase: add systemd-analyze #341

Merged
merged 2 commits into from
May 21, 2024
Merged

Commits on May 21, 2024

  1. pyproject: pin requests to 2.31

    With requests 2.32 the following failure shows up:
    FAILED
    test/test_lava_test_plans.py::test_call_lava_test_plan_testcase_lkft_android[param105]
    - requests.exceptions.InvalidURL: Not supported URL scheme http+docker
    
    This is an issue in requests, so pinning to 2.31 for now will solve the
    problem.
    
    Link: psf/requests#6707
    Signed-off-by: Anders Roxell <[email protected]>
    roxell committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a35e0f3 View commit details
    Browse the repository at this point in the history
  2. testcase: add systemd-analyze

    Enable systemd-analyze that analyzes the boot times for firmware,
    bootloader, kernel and userspace.
    
    Signed-off-by: Anders Roxell <[email protected]>
    roxell committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a6a4722 View commit details
    Browse the repository at this point in the history