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>
Tue, 6 Jun 2023 18:39:20 +0000 (14:39 -0400)
commitf33e65faf5e4ffa7d249f58bf6dbdaf2bcb28693
treefa4def59ebca36eef36b51d777b6c52131f3f092
parentfd2b5c0de05df73c04b4281f2a27f558a17d1edb
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.025187 seconds and 4 git commands to generate.