synkd
synkd
trigger: test-robottelo pytest: tests/foreman/cli/test_activationkey.py -k "test_positive_create_with_name or test_positive_add_redhat_product or test_positive_add_redhat_and_custom_products or test_positive_delete_manifest or test_positive_delete_subscription or test_create_ak_with_syspurpose_set or test_update_ak_with_syspurpose_values or test_positive_add_subscription_by_id or test_positive_copy_subscription or test_positive_view_subscriptions_by_non_admin_user"
I'm holding off on running PRT for the content access tests, as two of them require https://github.com/SatelliteQE/manifester/pull/16 and dependabot has not yet run to update the manifester requirement to the...
trigger: test-robottelo pytest: tests/foreman/cli/test_errata.py
Four of the CLI errata tests are failing both locally and in CI with causes unrelated to manifester: ``` test_host_errata_search_commands test_apply_errata_using_default_content_view[rhel7_contenthost_module0] test_update_applicable_package_using_default_content_view[rhel7_contenthost_module0] test_install_applicable_package_to_registerd_host[rhel7_contenthost_module0] ```
trigger: test-robottelo pytest: tests/foreman/cli/test_errata.py
PRT is showing 18 failures on `cli/test_errata.py`, which is inconsistent with what I'm seeing locally: ``` =================================================================================================================================== short test summary info =================================================================================================================================== FAILED tests/foreman/cli/test_errata.py::test_host_errata_search_commands - AssertionError: assert 'dhcp-2-106.vms.sat.rdu2.redhat.com' in []...
The unexpected errors match https://bugzilla.redhat.com/show_bug.cgi?id=2042473, which was closed as not a bug. Trying another run in case this was a fluke of some kind.
trigger: test-robottelo pytest: tests/foreman/cli/test_errata.py
trigger: test-robottelo pytest: tests/foreman/api/test_contentview.py::TestContentViewRedHatContent
A couple of the content management tests are failing locally during Capsule deployment, but I don't think manifester is the cause. The tests are passing in CI, though, so I'd...