mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Test to ensure that --manage-cgroups=ignore works correctly. Signed-off-by: Adrian Reber <areber@redhat.com>
7 lines
247 B
Bash
Executable file
7 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
|