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

Introduce check_shutdown for testapi #988

Merged
merged 2 commits into from
Aug 21, 2018

Commits on Jul 17, 2018

  1. Introduce check_shutdown for testapi

    The check_shutdown function is added
    to have ability to decide on further
    actions in case of shutdown failure,
    instead of marking a test as failed
    immediately.
    
    In tests it might be used to make
    soft failure checks.
    
    Related ticket: [poo#35215](https://progress.opensuse.org/issues/35215)
    Oleksandr Orlov committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    f4ab0e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Add unit tests for check and assert shutdown

    Oleksandr Orlov committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    59789e7 View commit details
    Browse the repository at this point in the history