test: run soccr tests

Now that the soccr tests are working again, run them in CI.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2026-07-08 06:47:04 +00:00 committed by Radostin Stoyanov
parent dfea64c759
commit 380e09fdb0

View file

@ -247,6 +247,7 @@ export SKIP_PREP=1
chmod 0777 test/
chmod 0777 test/zdtm/static
chmod 0777 test/zdtm/transition
chmod 0777 soccr/test/
# We run streaming tests separately to improve test completion times,
# hence the exit 0.
@ -482,6 +483,9 @@ run_non_shardable_tests() {
# compel testing
make -C compel/test
# soccr testing
make -C soccr/test
# amdgpu and cuda plugin testing
make amdgpu_plugin
make -C plugins/amdgpu/ test_topology_remap