Sha256: ef9e62388e91d949e2c043ac1596f2c60aa4caaf4492fbe9f5742328c1ee83bb
Contents?: true
Size: 496 Bytes
Versions: 26
Compression:
Stored size: 496 Bytes
Contents
# encoding: UTF-8 # This test may only be meaningful with kerberos auth # Against server 2012, a kerberos connection will require reauth (get a 401) # if there are no requests for >= 15 seconds describe 'Verify kerberos will reauth when necessary', kerberos: true do before(:all) do @winrm = winrm_connection end it 'work with a 18 second sleep' do ps_command = 'Start-Sleep -s 18' output = @winrm.run_powershell_script(ps_command) output[:exitcode].should == 0 end end
Version data entries
26 entries across 26 versions & 4 rubygems