Tasos Papaioannou
Tasos Papaioannou
The string passed to `--use-provider` is used to match on either the provider key or on one of its tags. This behavior is due to the fact that there is...
This seems to be fixed with the change in https://github.com/ManageIQ/integration_tests/commit/3a417ac4a2810149f7a4ddf157bf60489b462243 that waits for flash messages to be present before calling `assert_success_message()`.
If you're using one of the `FAKE_X_YUM_REPO` constants defined in `robottelo/constants/repos.py`, then yes, `/fake_yumX` is appended to the `repos_hosting_url` value that you specified in `robottelo.properties`: ``` FAKE_0_YUM_REPO = f'{REPOS_URL}/fake_yum0' FAKE_1_YUM_REPO...
Verified that this PR fixes the issue I'm having with a multi-step wizard. When a field on the first step has an async validator, navigating to the second step triggers...
Waiting on https://github.com/SatelliteQE/robottelo/issues/14967
``` trigger: test-robottelo pytest: tests/foreman/api/test_discoveryrule.py::test_positive_end_to_end_crud tests/foreman/api/test_host.py::test_negative_update_name tests/foreman/api/test_host.py::test_positive_create_and_update_os tests/foreman/api/test_host.py::test_positive_create_and_update_with_compute_profile tests/foreman/api/test_host.py::test_positive_create_and_update_with_model tests/foreman/api/test_host.py::test_positive_create_and_update_with_subnet tests/foreman/api/test_host.py::test_positive_create_and_update_with_user tests/foreman/api/test_oscappolicy.py::TestOscapPolicy::test_positive_crud_scap_policy tests/foreman/cli/test_contentview.py::TestContentView::test_positive_update_filter tests/foreman/cli/test_discoveryrule.py::TestDiscoveryRule::test_positive_create_disabled_rule tests/foreman/destructive/test_ldap_authentication.py::test_positive_autonegotiate[IDM] tests/foreman/ui/test_bookmarks.py::test_positive_create_bookmark_public[ActivationKey] tests/foreman/ui/test_host.py::test_positive_check_permissions_affect_create_procedure tests/foreman/ui/test_ldap_authentication.py::test_positive_group_sync_open_ldap_authsource tests/foreman/ui/test_ldap_authentication.py::test_verify_group_permissions tests/foreman/ui/test_registration.py::test_positive_global_registration_form tests/foreman/ui/test_repository.py::test_positive_remove_credentials ```
Waiting on https://github.com/SatelliteQE/robottelo/issues/14966
``` trigger: test-robottelo pytest: tests/foreman/api/test_discoveryrule.py::test_positive_end_to_end_crud tests/foreman/api/test_host.py::test_negative_update_name tests/foreman/api/test_host.py::test_positive_create_and_update_os tests/foreman/api/test_host.py::test_positive_create_and_update_with_compute_profile tests/foreman/api/test_host.py::test_positive_create_and_update_with_model tests/foreman/api/test_host.py::test_positive_create_and_update_with_subnet tests/foreman/api/test_host.py::test_positive_create_and_update_with_user tests/foreman/api/test_oscappolicy.py::TestOscapPolicy::test_positive_crud_scap_policy tests/foreman/cli/test_contentview.py::TestContentView::test_positive_update_filter tests/foreman/cli/test_discoveryrule.py::TestDiscoveryRule::test_positive_create_disabled_rule tests/foreman/destructive/test_ldap_authentication.py::test_positive_autonegotiate[IDM] tests/foreman/ui/test_bookmarks.py::test_positive_create_bookmark_public[ActivationKey] tests/foreman/ui/test_host.py::test_positive_check_permissions_affect_create_procedure tests/foreman/ui/test_ldap_authentication.py::test_positive_group_sync_open_ldap_authsource tests/foreman/ui/test_ldap_authentication.py::test_verify_group_permissions tests/foreman/ui/test_registration.py::test_positive_global_registration_form tests/foreman/ui/test_repository.py::test_positive_remove_credentials ```
I am trying to cherry-pick my PR https://github.com/SatelliteQE/robottelo/pull/15131 that changes the same fixture, and it's failing because the fixture is different in master and 6.14.z (same for 6.13.z). Let me...
``` trigger: test-robottelo pytest: tests/foreman/cli -k 'test_positive_add_rh_repo_by_id_and_create_filter or test_positive_add_module_stream_filter_rule or test_positive_crud_with_non_admin_user or test_negative_delete_rule_with_non_admin_user or test_positive_create_with_multiple_entities_and_delete or test_positive_refresh_usergroup_with_ad[foobargroup] or test_positive_end_to_end_with_ipa[0] or test_usergroup_sync_with_refresh or test_positive_list_installable_updates or test_positive_associate_scap_policy_with_single_server or test_positive_create_with_auth_yum_repo[0] or test_positive_upload_file_to_file_repo[0] or...