-
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
update fixture name as per expected feature #14375
update fixture name as per expected feature #14375
Conversation
trigger: test-robottelo |
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.
ack. pending passing result once testing is back up
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.
Failure was This subscription management application has already been imported by another owner.
, which would lead me to use rather function-scoped manifest.
But for stream/6.16 we will need SCA anyway, so ACK for now but wait for PRT (which is blocked RN)
trigger: test-robottelo |
PRT job failing, unable to install requirements succefully, ssh2-python package failed to installed Local execution result:
|
0fddc13
to
16b0b0c
Compare
trigger: test-robottelo |
PRT Result
|
* update fixture name as per expected feature * addressed review comments (cherry picked from commit 80c2bbc)
* update fixture name as per expected feature * addressed review comments
Problem Statement
test
test_positive_async_endpoint_for_manifest_refresh
was failing due to manifest issue insidemodule_entitlement_manifest_org > upload_manifest
Basically unable to upload manifest and return org, as per current feature we are supposed to use sca enabled organization
Solution
This PR would fix the issue
Related Issues
N/A