Fix: Wrong assumption about possible CPUs
authorOlivier Dion <odion@efficios.com>
Tue, 14 Feb 2023 19:35:34 +0000 (14:35 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Mar 2023 15:05:39 +0000 (11:05 -0400)
commit3bfde48aceec7b73b8fe74e5c75fad0f795e67d6
tree7bb480a7ab0b8211c4c955f9ae2b36b2cbb8ca49
parent51a7b11ec8712e8888af09cc3d3df3bb848f70e9
Fix: Wrong assumption about possible CPUs

cpuset is not necessary contiguous.  Thus, we need to parse
/sys/devices/system/cpu/posssible correctly.

Also, the `get_exposed_cpus_list' utility functions is required for
taskset-ting on the correct CPUs available to the test environment.

Change-Id: I062ce8d311ff0e8c4b757fe6f36387e3007cfa27
Signed-off-by: Olivier Dion <odion@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/tools/snapshots/ust_test
tests/utils/utils.sh
This page took 0.024928 seconds and 4 git commands to generate.