set test data properly

This commit is contained in:
Samuel Beaulieu 2017-09-28 12:01:38 -05:00
parent f63f68ceab
commit e8f4bc52a6

View file

@ -324,6 +324,7 @@ EOT
before(:each) do before(:each) do
host['boottime'] = nil host['boottime'] = nil
host['powerstate'] = 'PoweredOff' host['powerstate'] = 'PoweredOff'
ttl = 1440
end end
it 'should move the VM to the completed queue' do it 'should move the VM to the completed queue' do