Skip to content

Commit 9e3e715

Browse files
jrhees-caepull[bot]
authored andcommitted
[TC-DRLK-2.12] Bugfix: fix crash when testing against DUT that does not support PIN's (#29433)
* [TC-DRLK-2.12] Bugfix: fix crash when testing against DUT that does not support PIN's Fixes https://github.com/CHIP-Specifications/chip-test-scripts/issues/670 * kick-off new CI build
1 parent f063d25 commit 9e3e715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/drlk_2_x_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ async def run_drlk_test_common(self, lockUnlockCommand, lockUnlockCmdRspPICS, lo
144144
logging.info("Credential created at CredentialIndex %d, UserIndex %d." % (credentialIndex, ret.userIndex))
145145
self.createdCredential = credential
146146

147+
requirePinForRemoteOperation_dut = False
147148
if self.check_pics("DRLK.S.F00") and self.check_pics("DRLK.S.F07"):
148-
requirePinForRemoteOperation_dut = False
149149
self.print_step("1", "TH writes the RequirePINforRemoteOperation attribute value as false on the DUT")
150150
attribute = attributes.RequirePINforRemoteOperation(False)
151151
if self.check_pics("DRLK.S.M.RequirePINForRemoteOperationAttributeWritable"):

0 commit comments

Comments
 (0)