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>
Wed, 31 May 2023 21:24:18 +0000 (17:24 -0400)
commit1bf10f65879b20bfc05aaf2612e71a5f12d2272c
tree9bcf47f75a5e9febbd1d0b3c602976c51ffc288e
parentf698787457c406e85957b4ac2defe2f8d9634a42
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.025702 seconds and 4 git commands to generate.