ovirt-system-tests
ovirt-system-tests copied to clipboard
ui: User portal and Grafana tests in a separate Selenium session
- selenium: Remove unused 'selenium_version' fixture
- selenium: Move fixtures to fixtures.selenium for reuse
- ui: Move some fixtures to 'fixtures.ui' module
- ui: Remove unused imports and objects
- ui: Separate user portal and grafana tests from other UI tests
/ost
Right, so in the latest run test_logout
failed and it's not really relevant with the current PR, so we can remove it.
/ost
I don't know...so what does this actually solve and how?
I don't know...so what does this actually solve and how?
It solves the problem of user portal tests failing. We're simply running a completely new Selenium setup for user portal and Grafana tests. The gist of the PR is changing scope=session
to scope=module
. The rest is just shuffling stuff around and a cleanup.
and what is it going to help with? IIUC it won't necessarily affect the logout/keycloak problem