We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Page: testlib
Background: Anaconda-webui generates some JSON report data in the test teardowns. Among these data we store the test result status (pass/fail).
We currently parse it like: error = super().getError()
However, this will not catch errors generated from testlib in the MachineCase teardowns, such as unexpected journal messages.
Please store the test status in MachineCase for consumers to read.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Page: testlib
Background: Anaconda-webui generates some JSON report data in the test teardowns. Among these data we store the test result status (pass/fail).
We currently parse it like: error = super().getError()
However, this will not catch errors generated from testlib in the MachineCase teardowns, such as unexpected journal messages.
Please store the test status in MachineCase for consumers to read.
The text was updated successfully, but these errors were encountered: