Skip to content

Commit

Permalink
Fix resched test
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 committed Jan 27, 2024
1 parent bb50ef5 commit 32a9636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def verify_sr_spec(specification, runtime, resched = false)
end

# TODO: Improve. Could disappear before check
expect(vm['//RESCHED']).to eq(1) if resched
expect(vm['//RESCHED'].to_i).to eq(1) if resched

nic = "#{T}NIC[NIC_ID=\"0\"]/"

Expand Down

0 comments on commit 32a9636

Please sign in to comment.