Comment 1 for bug 1812149

Revision history for this message
Po-Hsu Lin (cypressyew) wrote : Re: cpu_hot_plug test failed because there is only 1 CPU

The script will return 4 if the test was skipped.

ksft_skip=4

 if [[ "$online_cpus" = "$online_max" ]]; then
  echo "$msg: since there is only one cpu: $online_cpus"
  exit $ksft_skip
 fi