Skip to content

Commit

Permalink
tests/int/ps: set cgroupsPath
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Mar 21, 2023
1 parent dccfd01 commit 8b465fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/ps.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ load helpers

function setup() {
setup_busybox
if [ -v RUNC_USE_SYSTEMD ]; then
update_config '.linux.cgroupsPath |= ":runc:test_busybox-'${RANDOM}'"'
fi
}

function teardown() {
Expand Down

0 comments on commit 8b465fb

Please sign in to comment.