You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In testing ovirt 4.2 we change approach how to generate tests for particular
storage types. Now we are using parametrize of fixture called storage, but
problem is that this fixture is parametrized after pytest_runtest_setup.
Pytest put all parametrized values of test to item._genid which is e.g.
string "nfs-foo-bar" in case you parametrized that test with nfs, foo,
bar.
This change is backward compatibility because I it's just looking for used
fixture storage and if it's there it's using new approach otherwise using old
approach.
As a user I would like a test marked with a bug to return r (for regression) if the bug status is closed or verified but the test fails.
The text was updated successfully, but these errors were encountered: