-
Notifications
You must be signed in to change notification settings - Fork 213
pkg/cincinnati: add required parameters to requests #85
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
Conversation
This adds three mandatory parameters to cincinnati requests, as per cincinnati-openshift specs. Ref: https://github.com/openshift/cincinnati/blob/06c9ce64367b55f453295b2765a9aab61791dc76/docs/design/openshift.md#request
|
/hold |
|
/test e2e-aws |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, lucab The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Can you guys add a Cincinnati integration test to pkg/start/start_integration_test.go (moved in #87) with a shim Cincinnati endpoint that verifies the behavior? We have functional tests in cvo_test but an extra higher level test will be good. Doesn't have to be here, just was looking at the bug and realized it would be a good candidate. |
|
/test integration |
|
/retest |
|
/test integration |
|
@smarterclayton is this blocked on the additional test you've asked for? |
|
This was on hold due to the freeze being in place at the time, it should be fine now. My understanding is that this is not blocked on the suggested integration test, but I can add it if required (I only briefly skimmed through the existing one). /hold cancel |
|
I would like a test showing the url being constructed in cvo_test.go |
|
Or scenarios test or thenintegrstion test (the integration test is probably the best place because we can run a local server and report |
|
/retest |
1 similar comment
|
/retest |
|
Superseded by #121. |
This adds three mandatory parameters to cincinnati requests, as per
cincinnati-openshift specs.
Ref: https://github.com/openshift/cincinnati/blob/06c9ce64367b55f453295b2765a9aab61791dc76/docs/design/openshift.md#request