-
Notifications
You must be signed in to change notification settings - Fork 72
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
config: CNF installation (3.1) Limit cnf_setup to only one CNF #2162
Conversation
I have some problems with this one, the main issue is that it would be easiest to implement this change after the rest of the #2120 epic is already done. With #2120 finished we could leverage the ability of setting up multiple CNFs as one, as currently some tests ( The issue with This is the code from
We should rethink how necessary this change is in the current situation. Temporary solutions are available, but we should decide how much more we want to bloat the code if it will be removed eventually. |
3e26888
to
4c774d9
Compare
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.
LGTM, checks that were canceled are from duplicate workflow
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.
lgtm
86c8f41
to
916b964
Compare
Refs: #2095 - In attempt to set up a different CNF the user gets a warning and is blocked from proceeding. - There were some changes necessary in the ran_spec.cr tests to forego using two cnf_setups (auxiliary function was created to deploy 5g through helm instead). This should be changed in the future when cnf_manager.cr is rehauled. - This change also removes two spec tests that were considered unnecessary/non-conformant with the new approach to only having a single CNF set up at any given time. - Spec test to verify functionality was added.
Description
Remove the ability of users to run
cnf-testsuite cnf_setup {../testsuite.yml}
multiple times.Issues:
Refs: #2095 #2120
How has this been tested:
Types of changes:
Checklist:
Documentation
Code Review
Issue