Skip to content

Commit b694092

Browse files
abhishek.hchulspro
authored andcommitted
format prompt message
Signed-off-by: Charles Kim <[email protected]>
1 parent f8abb6c commit b694092

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/python_testing/TC_WEBRTCR_2_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ async def test_TC_WebRTCR_2_1(self):
143143
self.step(3)
144144
# Prompt user with instructions
145145
prompt_msg = (
146-
f"\nPlease commission the server app with {params} from DUT:\n"
146+
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
147147
f" pairing onnetwork 1 {passcode}\n"
148148
"Input 'Y' if DUT successfully commissions without any warnings\n"
149149
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

src/python_testing/TC_WEBRTCR_2_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ async def test_TC_WebRTCR_2_2(self):
143143
self.step(3)
144144
# Prompt user with instructions
145145
prompt_msg = (
146-
f"\nPlease commission the server app with {params} from DUT:\n"
146+
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
147147
f" pairing onnetwork 1 {passcode}\n"
148148
"Input 'Y' if DUT successfully commissions without any warnings\n"
149149
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

src/python_testing/TC_WEBRTCR_2_5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async def test_TC_WebRTCR_2_5(self):
147147
self.step(3)
148148
# Prompt user with instructions
149149
prompt_msg = (
150-
f"\nPlease commission the server app with {params} from DUT:\n"
150+
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
151151
f" pairing onnetwork 1 {passcode}\n"
152152
"Input 'Y' if DUT successfully commissions without any warnings\n"
153153
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

src/python_testing/TC_WEBRTCR_2_6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async def test_TC_WebRTCR_2_6(self):
144144
self.step(3)
145145
# Prompt user with instructions
146146
prompt_msg = (
147-
f"\nPlease commission the server app with {params} from DUT:\n"
147+
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
148148
f" pairing onnetwork 1 {passcode}\n"
149149
"Input 'Y' if DUT successfully commissions without any warnings\n"
150150
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

src/python_testing/TC_WEBRTCR_2_7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async def test_TC_WebRTCR_2_7(self):
144144
self.step(3)
145145
# Prompt user with instructions
146146
prompt_msg = (
147-
f"\nPlease commission the server app with {params} from DUT:\n"
147+
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
148148
f" pairing onnetwork 1 {passcode}\n"
149149
"Input 'Y' if DUT successfully commissions without any warnings\n"
150150
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

0 commit comments

Comments
 (0)