Skip to content

Commit

Permalink
tl-tester: Force cpus for host/guest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Sep 18, 2024
1 parent 9f405fc commit a37016f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ grep :D log$$
rm log$$
esac

$WRAP ./toplev --host --perf --print -l3 true > log$$
$WRAP ./toplev --host --force-cpu spr --perf --print -l3 true > log$$
grep :H log$$
$WRAP ./toplev --guest --perf --print -l3 true > log$$
$WRAP ./toplev --guest --force-cpu icl --perf --print -l3 true > log$$
grep :G log$$
$WRAP ./toplev --weak --perf --print -l3 true > log$$
$WRAP ./toplev --weak --force-cpu icl --perf --print -l3 true > log$$
grep :W log$$

$WRAP ./toplev $NATIVE_ARGS -h > /dev/null
Expand Down

0 comments on commit a37016f

Please sign in to comment.