diff --git a/test-cases/tiny-container-system-seccomp.yaml b/test-cases/tiny-container-system-seccomp.yaml index 120bc83cd1d9c102fa12b534045c3fc98d69c7b5..57d834e4a87a03a25777e17c8d2e112dcf37daab 100644 --- a/test-cases/tiny-container-system-seccomp.yaml +++ b/test-cases/tiny-container-system-seccomp.yaml @@ -27,7 +27,7 @@ run: - "# Setup the AppArmor profile for container:" - sed s/__NAMESPACE_PLACEHOLDER__/lxc-apertis-tiny-system/g lxc/lxc-tiny-connectivity-profile-template | apparmor_parser -qr - "# Check that the simple seccomp profile for the container is loaded and works" - - lavatests/test-seccomp-policy -a "$ARCH" -r "$RELEASE" -d "$IMAGE_DATE" -t lxc/lxc-tiny-connectivity --aa-namespace "lxc-apertis-tiny-userns" -p "--seccomp $PWD/lavatests/test-minimal-policy.seccomp" + - lavatests/test-seccomp-policy -a "$ARCH" -r "$RELEASE" -d "$IMAGE_DATE" -t lxc/lxc-tiny-connectivity --aa-namespace "lxc-apertis-tiny-system" -p "--seccomp $PWD/lavatests/test-minimal-policy.seccomp" parse: pattern: "(?P<test_case_id>.*-*):\\s+(?P<result>(pass|fail))"