Mark it as fixed in the test project and the q-r-t (can't assign you to the bug though, odd)
** Changed in: ubuntu-kernel-tests Status: Invalid => Fix Released ** Also affects: qa-regression-testing Importance: Undecided Status: New ** Changed in: qa-regression-testing Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1824306 Title: test_530_config_binfmt_aout in ubuntu_qrt_kernel_security failed Status in QA Regression Testing: Fix Released Status in ubuntu-kernel-tests: Fix Released Status in linux package in Ubuntu: Invalid Status in linux source package in Trusty: Invalid Status in linux source package in Xenial: Invalid Status in linux source package in Cosmic: Invalid 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/qa-regression-testing/+bug/1824306/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp