robottelo icon indicating copy to clipboard operation
robottelo copied to clipboard

Fix and update capsule certificate validation

Open Griffin-Sullivan opened this issue 10 months ago • 2 comments

Problem Statement

The original qpid RPM being used to validate the capsule certs in test_positive_validate_capsule_certificate was removed recently.

Solution

Remove the rpm2cpio line and use the apache cert that was generated. Also clean up old code that relied on the BZ.

Related Issues

PRT test Cases example

trigger: test-robottelo pytest: tests/foreman/destructive/test_katello_certs_check.py::test_positive_validate_capsule_certificate

Griffin-Sullivan avatar Apr 11 '24 15:04 Griffin-Sullivan

trigger: test-robottelo pytest: tests/foreman/destructive/test_katello_certs_check.py::test_positive_validate_capsule_certificate

Griffin-Sullivan avatar Apr 11 '24 15:04 Griffin-Sullivan

PRT Result

Build Number: 6463
Build Status: SUCCESS
PRT Comment: pytest tests/foreman/destructive/test_katello_certs_check.py::test_positive_validate_capsule_certificate --external-logging
Test Result : ================= 1 passed, 13 warnings in 1313.32s (0:21:53) ==================

Satellite-QE avatar Apr 11 '24 16:04 Satellite-QE