-
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
[FEATURE] cnf_setup should support custom file names #1429
Comments
Also have met this issue, here's some additional comments to this problem (I've created a duplicate of this issue, copy from there): cnf-config option can take only files with "cnf-testsuite.yml" name, usage of other filenames causes failures or leads to very unexpected behavior. Describe the solution you'd like: Describe alternatives you've considered: |
This isn't so much a bug, but more of a feature since the original design was to support the cnf-testsuite.yml config name only. Updating this issue to reflect this as a feature over a bug. |
Still relevant. I think that having fixed file name for CNF config is a problem and limitation rather than a feature. Possibly would be fixed somewhere during #2120 |
Describe the bug
The cnf_setup command only works if the configuration file used in is named exactly
cnf-testsuite.yml
If a different filename is used the installation will fail.e.g
Working example:
./cnf-testsuite -l info cnf_setup cnf-config=./cnf-testsuite.yml
Failing example
./cnf-testsuite -l info cnf_setup cnf-config=./cnf-testsuite-test.yml
Currently affecting all installation methods:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
How will this be tested? aka Acceptance Criteria (optional)
(optional: unnecessary for things like spelling errors and such)
Once this issue is address how will the fix be verified?
Additional context
Add any other context about the problem here.
NOTE: you can enable higher logging level output via the command line or env var. to help with debugging
Also setting the verbose option for many tasks will add extra output to help with debugging
Check usage documentation for more info about invoking commands and logging
The text was updated successfully, but these errors were encountered: