MGMT-22635: fix test defaults for CI environment - #29
openshift-merge-bot[bot] merged 1 commit into
Conversation
- Change default CLI binary from fulfillment-cli to osac - Fix OSAC_NETWORK_CLASS default from osac.templates.cudn_net to cudn_net to match actual NetworkClass implementation_strategy
|
@omer-vishlitzky: This pull request references MGMT-22635 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughTwo fixture default values were updated in test configuration files. The first change modifies the CLI executable path from Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akshaynadkarni, omer-vishlitzky 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 |
The CLI binary was renamed from fulfillment-cli to osac in fulfillment-service v0.0.54+. The conftest.py default was updated to osac in PR osac-project#29, but the Containerfile still downloaded fulfillment-cli. This caused every CLI-dependent test to fail with FileNotFoundError.
Summary
fulfillment-clitoosac(renamed in fulfillment-service#399)OSAC_NETWORK_CLASSdefault fromosac.templates.cudn_nettocudn_netto match actual NetworkClassimplementation_strategyvalueRef
https://redhat.atlassian.net/browse/MGMT-22635
Summary by CodeRabbit