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
"Verify that the DUT responds with SetCredentialResponse command and Status success. This step will fill the last slot with credentialType as AliroEvictableEndpointKey"),
147
147
TestStep("31",
148
148
"TH sends SetCredential Command to DUT with CredentialType as AliroNonEvictableEndpointKey and number of credentials for 'alirouser' exceeds the max_aliro_keys_supported",
149
-
"Verify that the DUT responds with SetCredentialResponse command and Status success."),
150
-
TestStep("32", "TH sends GetCredentialStatus Command with Credential as 7 startcredentialindex+1",
151
-
"DUT responds with GetCredentialStatusResponse Command and CredentialExists is false"),
152
-
TestStep("33", "TH sends GetCredentialStatus Command with Credential as 8 startcredentialindex+2",
153
-
"Verify DUT responds with GetCredentialStatusResponse having CredentialExists is true and UserIndex as 1"),
149
+
"Verify that the DUT responds with SetCredentialResponse command and Status ResourceExhausted"),
150
+
TestStep("32", "TH sends GetCredentialStatus Command with Credential as 7 1",
151
+
"DUT responds with GetCredentialStatusResponse Command and CredentialExists is True"),
152
+
TestStep("33", "TH sends GetCredentialStatus Command with Credential as 8 max_aliro_keys_supported",
153
+
"Verify DUT responds with GetCredentialStatusResponse having CredentialExists is false and UserIndex as 1"),
154
154
TestStep("34", "TH sends ClearCredential Command to DUT to clear the ALIRO CredentialType",
155
155
"Verify that the DUT sends SUCCESS response"),
156
156
TestStep("35", "TH sends ClearUser Command to DUT with the UserIndex as 1",
0 commit comments