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>
8 lines
242 B
Bash
Executable file
8 lines
242 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Check that dump is not destructive
|
|
set -e
|
|
source `dirname $0`/criu-lib.sh
|
|
prep
|
|
mount_tmpfs_to_dump
|
|
./test/zdtm.py run --all --keep-going --report report --parallel 4 --norst -x 'maps04' -x 'cgroup02' -x 'cgroup_ignore' || fail
|