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

scripts: twister: Elevate Status Error #77080

Commits on Aug 30, 2024

  1. scripts: twister: Elevate Status Error

    Status errors previously logged an error, but didn't fail the running test.
    This commit changes that
     and introduces a new StatusAttributeError to use there.
    
    One test is modified so it follows proper status form.
    One test for the new error has been added.
    
    Status errors now will properly mark the Instance as ERROR
    and not run TestCases as SKIP.
    This necessitated some code layout changes in runner.py
    
    Signed-off-by: Lukasz Mrugala <[email protected]>
    LukaszMrugala committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bd0e9e3 View commit details
    Browse the repository at this point in the history