Skip to content

Commit d10cfca

Browse files
committed
add taking screenshot
Signed-off-by: dw035535 <diane.wang@broadcom.com>
1 parent c797b7c commit d10cfca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

windows/guest_customization/win_gosc_verify.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@
3636
fail_msg: >
3737
Failed to get process 'explorer.exe' status in guest OS after GOSC,
3838
black screen issue may happen, please check the screenshot or log files in the current test case log folder.
39+
40+
- name: "Take a screenshot after GOSC"
41+
include_tasks: ../../common/vm_take_screenshot.yml
42+
vars:
43+
vm_screenshot_local_dir: "{{ current_test_log_folder }}"
44+
vm_screenshot_local_name: "screenshot_after_gosc.png"

0 commit comments

Comments
 (0)