yep thanks, fixed and pushed
** Changed in: linux (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1720660
Title:
linux 4.13.0-13.14 ADT test failure
Looks like there's a typo, s/assertEqaul/assertEqual/.
Traceback (most recent call last):
File "./test-kernel-security.py", line 675, in
test_072_config_security_apparmor
self.assertEqaul(self._get_config(default_apparmor_option), 'y')
AttributeError: 'KernelSecurityTest' object has n
Marking it Fix Released. Please re-open if you find you still have
issues.
** Changed in: linux (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/172
Fixed in
commit 393d5cca6af1070709f2baaf291d16e27fbea366
Author: John Johansen
Date: Thu Oct 5 13:50:51 2017 -0700
Fix test-kernel-security.py when LSM stacking based kernel is used.
In the LSM stacking kernel DEFAULT_SECURITY_APPARMOR is not set instead
SECURITY_APPARMOR_STAC
Appears that kernel security tests need fixing after merging LSM
stacking patches as config options have changed.
==
FAIL: test_072_config_security_apparmor (__main__.KernelSecurityTest)
CONFIG_SECURITY_APPARMOR enabled
--