You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add to the system model-info with valid vid and pid (zblcli tx modelinfo add-model...).
Add test-result for this model: use the same vid and pid parameters (zblcli tx compliancetest add-test-result...).
Certify this model: use the same vid and pid parameters (zblcli tx compliance certify-model...).
Revoke the model (zblcli tx compliance revoke-model...) but:
make a typo in vid and\or pid parameters;
or enter any not-existing vid and\or pid parameters.
Look at the results of the revoke command execution.
Actual results:
The revoke command is successfully executed.
Expected results:
The error should appear if the revoke command contains not-existing vid and pid parameters: "No model info associated with the vid= and pid= on the ledger.".
Additional info:
If the user makes revocation with invalid pair of vid and pid parameters and then he\she decides to certify the same invalid pair of vid and pid, the certification is successfully executed.
But if check the info about mpdel (zblcli query modelinfo model --vid=<value> --pid=<value>), there is no info about this model.
The text was updated successfully, but these errors were encountered:
Severity:
major
Build info:
0505970
Steps to reproduce:
vid
andpid
(zblcli tx modelinfo add-model...
).vid
andpid
parameters (zblcli tx compliancetest add-test-result...
).vid
andpid
parameters (zblcli tx compliance certify-model...
).zblcli tx compliance revoke-model...
) but:vid
and\orpid
parameters;vid
and\orpid
parameters.Actual results:
The revoke command is successfully executed.
Expected results:
The error should appear if the revoke command contains not-existing
vid
andpid
parameters: "No model info associated with the vid= and pid= on the ledger.".Additional info:
If the user makes revocation with invalid pair of
vid
andpid
parameters and then he\she decides to certify the same invalid pair ofvid
andpid
, the certification is successfully executed.But if check the info about mpdel (
zblcli query modelinfo model --vid=<value> --pid=<value>
), there is no info about this model.The text was updated successfully, but these errors were encountered: