synkd
synkd
trigger: test-robottelo pytest: tests/foreman/api/test_contentmanagement.py -k "test_positive_sync_kickstart_repo or test_positive_sync_kickstart_check_os or test_positive_iso_library_sync"
trigger: test-robottelo pytest: tests/foreman/api/test_contentmanagement.py -k 'test_positive_sync_kickstart_repo or test_positive_sync_kickstart_check_os or test_positive_iso_library_sync'
The two failures in the most recent PRT run are not consistent with my local failures. In the PRT run, the two tests that failed both did so while attempting...
trigger: test-robottelo pytest: tests/foreman/api/test_contentmanagement.py -k 'test_positive_sync_kickstart_repo'
trigger: test-robottelo pytest: tests/foreman/api/test_contentmanagement.py -k 'test_positive_sync_kickstart_repo or test_positive_sync_kickstart_check_os or test_positive_iso_library_sync'
All the `api/test_contentmanagement.py` tests are passing today, so I am chalking up yesterday's failures to a transient CDN issue. Moving on to `api/test_convert2rhel.py`.
Just to clarify, this PR is still in progress. The following modules still need to be converted before this PR is taken out of draft: api/test_convert2rhel.py api/test_organization.py api/test_product.py api/test_reporttemplates.py api/test_repository.py...
Note: as mentioned in my last commit message, the tests in `api/test_convert2rhel.py` are failing both locally and in CI with the same error.
trigger: test-robottelo pytest: tests/foreman/api -k "test_negative_check_org_endpoint or test_positive_filter_product_list or test_positive_generate_entitlements_report or test_positive_schedule_entitlements_report"
trigger: test-robottelo pytest: tests/foreman/api/ -k 'test_negative_check_org_endpoint or test_positive_filter_product_list or test_positive_generate_entitlements_report or test_positive_schedule_entitlements_report'