group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #29573
[Bug 1824306] [NEW] test_530_config_binfmt_aout in ubuntu_qrt_kernel_security failed
Public bug reported:
This is a new test case
def test_530_config_binfmt_aout(self):
'''Ensure BINFMT_AOUT is disabled (LP: #1818552)'''
expected = False
if not self.kernel_at_least('5.0'):
expected = True
self.assertKernelConfig('BINFMT_AOUT', expected)
For kernel < 5.0 it will expect this option to be enabled.
AssertionError: BINFMT_AOUT option was expected to be set in the kernel
config
Seems that Tyler is working on this in bug 1818552
** Affects: ubuntu-kernel-tests
Importance: Undecided
Status: New
** Affects: linux (Ubuntu)
Importance: Undecided
Status: Incomplete
** Affects: linux (Ubuntu Xenial)
Importance: Undecided
Status: Incomplete
** Affects: linux (Ubuntu Cosmic)
Importance: Undecided
Status: Incomplete
** Also affects: linux (Ubuntu Xenial)
Importance: Undecided
Status: New
** Also affects: linux (Ubuntu Cosmic)
Importance: Undecided
Status: New
** Also affects: ubuntu-kernel-tests
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1824306
Title:
test_530_config_binfmt_aout in ubuntu_qrt_kernel_security failed
Status in ubuntu-kernel-tests:
New
Status in linux package in Ubuntu:
Incomplete
Status in linux source package in Xenial:
Incomplete
Status in linux source package in Cosmic:
Incomplete
Bug description:
This is a new test case
def test_530_config_binfmt_aout(self):
'''Ensure BINFMT_AOUT is disabled (LP: #1818552)'''
expected = False
if not self.kernel_at_least('5.0'):
expected = True
self.assertKernelConfig('BINFMT_AOUT', expected)
For kernel < 5.0 it will expect this option to be enabled.
AssertionError: BINFMT_AOUT option was expected to be set in the
kernel config
Seems that Tyler is working on this in bug 1818552
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1824306/+subscriptions
Follow ups