robottelo icon indicating copy to clipboard operation
robottelo copied to clipboard

[6.15.z] [CV Eval] Test Coverage for ccv interaction with incremental update

Open Satellite-QE opened this issue 7 months ago • 4 comments

Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/15525

Problem Statement

Adds coverage for https://bugzilla.redhat.com/show_bug.cgi?id=1974225 / https://issues.redhat.com/browse/SATQE-17141

Related Issues

There is one usage of time.sleep(2) - this is to allow the incremental update to propagate, and trigger the CCV publish, but there's probably a better way for this to be done.

PRT test Cases example

trigger: test-robottelo pytest: tests/foreman/cli/test_contentview.py -k 'test_ccv_inc_update_autopublish'

Satellite-QE avatar Jun 28 '24 09:06 Satellite-QE