From 2b9546e1c5d0561e35edc94c25adb047ccc171f1 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 26 Nov 2018 16:14:32 -0800 Subject: ptest wrapper: disable smack All the smack ptest does is generate a bunch of random files, which fills up the filesystem and then fails. Disable it. Change-Id: I859f683105ee89b1d5082e7477f76f127c99da67 Signed-off-by: Kevin Hilman --- common/scripts/ptest-lava-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/scripts/ptest-lava-wrapper.sh b/common/scripts/ptest-lava-wrapper.sh index 04aa51c..2c21b73 100755 --- a/common/scripts/ptest-lava-wrapper.sh +++ b/common/scripts/ptest-lava-wrapper.sh @@ -1,6 +1,6 @@ #!/bin/bash -REQUIREDPTESTS="acl attr cynara xmlsec1 libxml2 lua smack" +REQUIREDPTESTS="acl attr cynara xmlsec1 libxml2 lua" # NOT: systemd openssl openssh # Check if ptest packages are installed -- cgit 1.2.3-korg