mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
Test to ensure that --manage-cgroups=ignore works correctly. Signed-off-by: Adrian Reber <areber@redhat.com>
8 lines
247 B
Bash
Executable File
8 lines
247 B
Bash
Executable File
# Check how crit de/encodes images
|
|
set -e
|
|
source `dirname $0`/criu-lib.sh
|
|
prep
|
|
./test/zdtm.py run --all -f best -x maps04 -x cgroup02 -x cgroup_ignore --norst --keep-img always || fail
|
|
PYTHONPATH="$(pwd)/lib/" ./test/crit-recode.py || fail
|
|
exit 0
|