-
-
Notifications
You must be signed in to change notification settings - Fork 3
Restore docking station agnostic utc cases #872
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
f940cca
to
838b07a
Compare
Does it need some changes in https://github.com/Dasharo/open-source-firmware-validation/blob/develop/test_cases.json ? |
Right, some changes should happen there. |
Tools will handle A->B->C (assuming I'm more worried about 1-to-N cases for other UTC that those mentioned here. There is no future-proof way that I can think of, even if we were to change the logic to support such relations, each case would point to 3 other cases (or however many docking stations we currently test), but it won't account for the stations added later. In my opinion, in such case adding a new set of tests for a new dock to scope is an action, and shouldn't be done by the tool after inaction of person using this tool. After all, new stations aren't added often, and if they are, then next releases can be copied from a fresh one, and not from a very old one. Just to confirm, the changes mentioned here would be A->(B,C...)->Z, and not A->(B,C...)->A, right? |
The changes would be like A->(B,C,D,E,F,G)->(H,I)
|
Blocker: we are not sure how we would set the changed_to flags. We consider regenerating the tests DB, we could then simply add these tests to the DB. |
The changes are: