-
Notifications
You must be signed in to change notification settings - Fork 69
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
Publication: submission of prerequisites #749
Comments
Chris, may I ping you on this one? Robert is asking where our prereqs for the publication phase are. At least, can you please point out which string should be used when the "same" test vector set is referred to? Thanks. |
The current implementation does not actually support self referential prerequisites. We are trying to determine if this was intentional (meaning we assume prerequisites are self satisfied unless explicitly stated) or an oversight, and what makes sense to do going forward. |
Just a note for completeness: at least our lab always tries to have self-sufficient test sessions. That said, it may be possible that for testing one IUT we have more vsIDs than strictly needed. However, this approach spares us the manual and error-prone tracking of vsId references. Only if we cannot avoid referencing other vsIds, we will do that. |
In the not too far future, I have IUTs for which I have mixed prerequisites: some are provided by the IUT itself, but some are not. Unfortunately I cannot do anything to mitigate it, i.e. I need to publish the IUT with these mixed dependencies. Thus, may I ask about the status of this issue - when can we expect this to be covered? Thanks |
Is this issue solved with the new server implementation? |
May I ping on this one? We have now streamlined the testing on our side for the massive test blocks like OpenSSL or the kernel by adding a feature to perform an automated dependency handling. This implies that we soon now have requests with a mixed prerequisite settings: some prereqs point to the "same" test session and others to certificate IDs. I am unsure how to handle them now without having this issue fixed. Thanks. |
This item has been incorporated into a new Prerequisite Processing ticket and is therefore being Closed. Please refer to #1071 for future updates. |
When submitting the prerequisites as part of the publication phase, it seems the ACVP server does not like the string "same" as a "validationId"
Publication request:
ACVP server error:
As the prerequisite type "same" is allowed for the valValue keyword and there is no clear indication that "validationId" is not allowed to have the "same" value, I am wondering what the ACVP server expects here.
The text was updated successfully, but these errors were encountered: