-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.14.z] Add coverage for HTTP Proxy capsule install #13693
[6.14.z] Add coverage for HTTP Proxy capsule install #13693
Conversation
trigger: test-robottelo |
trigger: test-robottelo |
1 similar comment
trigger: test-robottelo |
26fe077
to
b18e43a
Compare
trigger: test-robottelo |
1 similar comment
trigger: test-robottelo |
b18e43a
to
61278fb
Compare
trigger: test-robottelo |
@pytest.mark.parametrize( | ||
'setting_update', [f'http_proxy={settings.http_proxy.un_auth_proxy_url}'], indirect=True | ||
) | ||
def test_capsule_installation(sat_default_install, cap_ready_rhel, setting_update): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRT failed with AssertionError, is this a known issue or due to any BZ? if not, I think it should be reported
# no errors/failures in /var/log/candlepin/*
result = satellite.execute(r'grep -iR "error" /var/log/candlepin/*')
> assert len(result.stdout) == 0
E assert 2360 == 0
E + where 2360 = len('/var/log/candlepin/candlepin.log:2024-02-08 14:39:41,272 [thread=Thread-4 (ActiveMQ-client-global-threads)] [=, org=,...d=] ERROR org.candlepin.audit.DefaultEventMessageReceiver - Unable to process message 97: argument "content" is null\n')
E + where '/var/log/candlepin/candlepin.log:2024-02-08 14:39:41,272 [thread=Thread-4 (ActiveMQ-client-global-threads)] [=, org=,...d=] ERROR org.candlepin.audit.DefaultEventMessageReceiver - Unable to process message 97: argument "content" is null\n' = stdout:\n/var/log/candlepin/candlepin.log:2024-02-08 14:39:41,272 [thread=Thread-4 (ActiveMQ-client-global-threads)] [=...udit.DefaultEventMessageReceiver - Unable to process message 97: argument "content" is null\n\nstderr:\n(0, b'')\nstatus: 0.stdout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been reported to the candlepin team and I think they are backporting it. I'll have to check again it's been a little while.
trigger: test-robottelo |
PRT Result
|
This pull request has not been updated in the past 45 days. |
This pull request is now being closed after stale warnings. |
Problem Statement
6.14.z Manual cherry-pick for https://github.com/SatelliteQE/robottelo/pull/13507/commits
Solution
Related Issues