diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-11-26 16:14:32 -0800 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-11-26 16:47:57 -0800 |
commit | 2b9546e1c5d0561e35edc94c25adb047ccc171f1 (patch) | |
tree | c0b4cc998f39a9ba585fc36c4d03fc49293a586d /common/scripts/ptest-lava-wrapper.sh | |
parent | c2ab422fbb9b70f231c853b388c5e013c9b86a93 (diff) |
ptest wrapper: disable smackhalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy/6.99.4guppy/6.99.3guppy/6.99.27.90.06.99.46.99.36.99.2
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 <khilman@baylibre.com>
Diffstat (limited to 'common/scripts/ptest-lava-wrapper.sh')
-rwxr-xr-x | common/scripts/ptest-lava-wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |