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

Update widgetastic version #301

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

ldjebran
Copy link
Contributor

@ldjebran ldjebran commented Mar 11, 2019

This is a hotfix version for rowspan issue RedHatQE/widgetastic.core#143

@ldjebran ldjebran self-assigned this Mar 11, 2019
@oshtaier
Copy link
Contributor

There are bunch of changes between these releases. First of all, it seems that wait_for_element was fixed with adding necessary exception argument, so we can remove ours implementation. Second, they did something with view.fill according to release description. Anyway, we need to have at least some results for that particular build. Some proves that we do not introduce regression with it

@ldjebran
Copy link
Contributor Author

 pytest -v tests/foreman/ui_airgun/test_host.py
============================================ test session starts =============================================
platform linux -- Python 3.6.6, pytest-4.0.2, py-1.5.4, pluggy-0.8.0 -- /home/dlezz/.pyenv/versions/robottelo/bin/python3.6
cachedir: .pytest_cache
shared_function enabled - ON - scope: ffff - storage: redis
rootdir: /home/dlezz/projects/robottelo-fork, inifile:
plugins: xdist-1.26.0, timeout-1.3.3, services-1.3.1, mock-1.10.0, forked-0.2, cov-2.6.1
collecting ... 2019-03-12 08:57:29 - conftest - DEBUG - BZ deselect is disabled in settings

collected 27 items                                                                                           

tests/foreman/ui_airgun/test_host.py::test_positive_create PASSED                                      [  3%]
tests/foreman/ui_airgun/test_host.py::test_positive_read_from_details_page PASSED                      [  7%]
tests/foreman/ui_airgun/test_host.py::test_positive_read_from_edit_page PASSED                         [ 11%]
tests/foreman/ui_airgun/test_host.py::test_positive_delete PASSED                                      [ 14%]
tests/foreman/ui_airgun/test_host.py::test_positive_inherit_puppet_env_from_host_group_when_action PASSED [ 18%]
tests/foreman/ui_airgun/test_host.py::test_positive_create_host_with_parameters PASSED                 [ 22%]
tests/foreman/ui_airgun/test_host.py::test_positive_assign_taxonomies PASSED                           [ 25%]
tests/foreman/ui_airgun/test_host.py::test_positive_assign_compliance_policy PASSED                    [ 29%]
tests/foreman/ui_airgun/test_host.py::test_positive_export PASSED                                      [ 33%]
tests/foreman/ui_airgun/test_host.py::test_positive_create_with_inherited_params PASSED                [ 37%]
tests/foreman/ui_airgun/test_host.py::test_negative_delete_primary_interface PASSED                    [ 40%]
tests/foreman/ui_airgun/test_host.py::test_positive_remove_parameter_non_admin_user PASSED             [ 44%]
tests/foreman/ui_airgun/test_host.py::test_negative_remove_parameter_non_admin_user PASSED             [ 48%]
tests/foreman/ui_airgun/test_host.py::test_positive_check_permissions_affect_create_procedure PASSED   [ 51%]
tests/foreman/ui_airgun/test_host.py::test_positive_update_name PASSED                                 [ 55%]
tests/foreman/ui_airgun/test_host.py::test_positive_update_name_with_prefix PASSED                     [ 59%]
tests/foreman/ui_airgun/test_host.py::test_positive_search_by_parameter PASSED                         [ 62%]
tests/foreman/ui_airgun/test_host.py::test_positive_search_by_parameter_with_different_values PASSED   [ 66%]
tests/foreman/ui_airgun/test_host.py::test_positive_search_by_parameter_with_prefix PASSED             [ 70%]
tests/foreman/ui_airgun/test_host.py::test_positive_search_by_parameter_with_operator PASSED           [ 74%]
tests/foreman/ui_airgun/test_host.py::test_positive_search_with_org_and_loc_context PASSED             [ 77%]
tests/foreman/ui_airgun/test_host.py::test_positive_search_by_org PASSED                               [ 81%]
tests/foreman/ui_airgun/test_host.py::test_positive_validate_inherited_cv_lce PASSED                   [ 85%]
tests/foreman/ui_airgun/test_host.py::test_positive_inherit_puppet_env_from_host_group_when_create PASSED [ 88%]
tests/foreman/ui_airgun/test_host.py::test_positive_reset_puppet_env_from_cv PASSED                    [ 92%]
tests/foreman/ui_airgun/test_host.py::test_positive_set_multi_line_and_with_spaces_parameter_value PASSED [ 96%]
tests/foreman/ui_airgun/test_host.py::test_positive_bulk_delete_host FAILED                            [100%]
============================= 1 failed, 26 passed, 8 warnings in 1955.53 seconds =============================

One test failed as accidentally interupted the UI, run it 3 times and succeed

(robottelo) dlezz@dlezz:~/projects/robottelo-fork$ pytest -v tests/foreman/ui_airgun/test_host.py::test_positive_bulk_delete_host
=========================================================================================== test session starts ============================================================================================
platform linux -- Python 3.6.6, pytest-4.0.2, py-1.5.4, pluggy-0.8.0 -- /home/dlezz/.pyenv/versions/robottelo/bin/python3.6
cachedir: .pytest_cache
shared_function enabled - ON - scope: ffff - storage: redis
rootdir: /home/dlezz/projects/robottelo-fork, inifile:
plugins: xdist-1.26.0, timeout-1.3.3, services-1.3.1, mock-1.10.0, forked-0.2, cov-2.6.1
collecting ... 2019-03-12 09:40:56 - conftest - DEBUG - BZ deselect is disabled in settings

collected 1 item                                                                                                                                                                                           

tests/foreman/ui_airgun/test_host.py::test_positive_bulk_delete_host PASSED                                                                                                                          [100%]

======================================================================================== 1 passed in 104.85 seconds ========================================================================================

(robottelo) dlezz@dlezz:~/projects/robottelo-fork$ pytest -v tests/foreman/ui_airgun/test_host.py::test_positive_bulk_delete_host
=========================================================================================== test session starts ============================================================================================
platform linux -- Python 3.6.6, pytest-4.0.2, py-1.5.4, pluggy-0.8.0 -- /home/dlezz/.pyenv/versions/robottelo/bin/python3.6
cachedir: .pytest_cache
shared_function enabled - ON - scope: ffff - storage: redis
rootdir: /home/dlezz/projects/robottelo-fork, inifile:
plugins: xdist-1.26.0, timeout-1.3.3, services-1.3.1, mock-1.10.0, forked-0.2, cov-2.6.1
collecting ... 2019-03-12 09:46:02 - conftest - DEBUG - BZ deselect is disabled in settings

collected 1 item                                                                                                                                                                                           

tests/foreman/ui_airgun/test_host.py::test_positive_bulk_delete_host PASSED                                                                                                                          [100%]

======================================================================================== 1 passed in 112.77 seconds ========================================================================================
(robottelo) dlezz@dlezz:~/projects/robottelo-fork$ pytest -v tests/foreman/ui_airgun/test_host.py::test_positive_bulk_delete_host
=========================================================================================== test session starts ============================================================================================
platform linux -- Python 3.6.6, pytest-4.0.2, py-1.5.4, pluggy-0.8.0 -- /home/dlezz/.pyenv/versions/robottelo/bin/python3.6
cachedir: .pytest_cache
shared_function enabled - ON - scope: ffff - storage: redis
rootdir: /home/dlezz/projects/robottelo-fork, inifile:
plugins: xdist-1.26.0, timeout-1.3.3, services-1.3.1, mock-1.10.0, forked-0.2, cov-2.6.1
collecting ... 2019-03-12 09:52:34 - conftest - DEBUG - BZ deselect is disabled in settings

collected 1 item                                                                                                                                                                                           

tests/foreman/ui_airgun/test_host.py::test_positive_bulk_delete_host PASSED                                                                                                                          [100%]

======================================================================================== 1 passed in 120.68 seconds ========================================================================================

@oshtaier oshtaier merged commit 113ef46 into SatelliteQE:master Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants