win_psexec: make the tests more stable (#53716) (#53720)

(cherry picked from commit 33939f7fe8)
pull/54037/head
Jordan Borean 7 years ago committed by Toshio Kuratomi
parent 166ef9f668
commit f7a1911758

@ -1,2 +1 @@
shippable/windows/group3 shippable/windows/group3
unstable

@ -41,12 +41,10 @@
system: yes system: yes
nobanner: true nobanner: true
register: whoami_as_system register: whoami_as_system
# Seems to be a bug with PsExec where the stdout can be empty, just retry the task to make this test a bit more stable
- name: Test whoami as SYSTEM until: whoami_as_system.rc == 0 and whoami_as_system.stdout == 'nt authority\system'
assert: retries: 3
that: delay: 2
- whoami_as_system.rc == 0
- whoami_as_system.stdout == 'nt authority\system'
# FIXME: Behaviour is not consistent on all Windows systems # FIXME: Behaviour is not consistent on all Windows systems
#- name: Run whoami as ELEVATED #- name: Run whoami as ELEVATED

Loading…
Cancel
Save