Skip to content

Commit 2c427ca

Browse files
committed
Fix the download log test that expects a failure by waiting for the status report before continuing to the next test
1 parent a2a25fb commit 2c427ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/app/tests/suites/TestDiagnosticLogsDownloadCommand.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,18 @@ tests:
323323
- name: "error"
324324
value: "FAILURE"
325325

326+
# Wait for the Status Report message
327+
- label: "BDX: Wait for 'Diagnostic logs transfer: StatusReport Error 5f' message"
328+
command: "WaitForMessage"
329+
arguments:
330+
values:
331+
- name: "registerKey"
332+
value: "default"
333+
- name: "message"
334+
value: "Diagnostic logs transfer: StatusReport Error 5f"
335+
- name: "timeoutInSeconds"
336+
value: 20
337+
326338
- label:
327339
"Read End User Support log intent after a failure to make sure that
328340
everything still works"

0 commit comments

Comments
 (0)