Sign in
chromium
/
chromiumos
/
third_party
/
systemd
/
refs/heads/factory-cherry-14455.B
/
.
/
test
/
TEST-19-DELEGATE
/
test.sh
blob: 03c7760bfd14d099ded8f87fd97383a6e68c36c2 [
file
] [
log
] [
blame
] [
edit
]
#!/usr/bin/env bash
set
-
e
TEST_DESCRIPTION
=
"test cgroup delegation in the unified hierarchy"
TEST_NO_NSPAWN
=
1
.
$TEST_BASE_DIR
/
test
-
functions
QEMU_TIMEOUT
=
600
UNIFIED_CGROUP_HIERARCHY
=
yes
do_test
"$@"
19