aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2018-11-26 16:14:32 -0800
committerKevin Hilman <khilman@baylibre.com>2018-11-26 16:47:57 -0800
commit2b9546e1c5d0561e35edc94c25adb047ccc171f1 (patch)
treec0b4cc998f39a9ba585fc36c4d03fc49293a586d
parentc2ab422fbb9b70f231c853b388c5e013c9b86a93 (diff)
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>
-rwxr-xr-xcommon/scripts/ptest-lava-wrapper.sh2
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
ironment that provides a Linux distribution [AGL UCB](https://www.automotivelinux.org/software/unified-code-base). AGL uses layers designed to be compatible with the [Yocto Project](https://www.yoctoproject.org) and the [OpenEmbedded Project (OE)](https://www.openembedded.org/wiki/Main_Page). This section provides information about the layers used by the AGL Project: * **`meta-agl`**: Minimal set of software needed to create an AGL distribution used to boot a system. AGL profiles are built on top of this minimal set of software. * **`meta-agl-demo`**: Provides a reference or demo platform and applications for the AGL Distribution. The reference UI is part of the `meta-agl-demo` layer. * **`meta-agl-devel`**: Contains components under development or being tested. This layer also contains software packages that OEMs need but do not exist in AGL. **WRITER NOTES:** The content for this section is the `README-AGL.md` file that is in the `meta-agl` layer, which is a Gerrit layer. You can clone the layer using this command: ``` $ git clone https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl