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

tests: twister: using statemachine for status #80623

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. tests: twister: using StateMachine for status

    using StateMachine in status change.
    in stastus.py we can generated the StateMachine
    by get_graph
    
    Signed-off-by: Hake Huang <[email protected]>
    hakehuang committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9ce01e2 View commit details
    Browse the repository at this point in the history
  2. ci: twister: add pip install befer twister test

    add pip install step for twister
    
    Signed-off-by: Hake Huang <[email protected]>
    hakehuang committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ace1877 View commit details
    Browse the repository at this point in the history
  3. twister: add trace print in exception

    add trace print when exception happens
    
    Signed-off-by: Hake Huang <[email protected]>
    hakehuang committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cf448c0 View commit details
    Browse the repository at this point in the history
  4. twister: test: update test case

    update test cases for twister
    1. test_errors.py add protection.
    2. test_handlers.py change call to status
    3. test_testsuite.py change call to status
    
    Signed-off-by: Hake Huang <[email protected]>
    hakehuang committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    14b588e View commit details
    Browse the repository at this point in the history