Comment 0 for bug 1828173

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

 FAIL: test_520_config_random_trust_cpu (__main__.KernelSecurityConfigTest)
 Ensure RANDOM_TRUST_CPU is enabled (LP: #1823754)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
 File "./test-kernel-security.py", line 2840, in test_520_config_random_trust_cpu
 self.assertKernelConfig('RANDOM_TRUST_CPU', expected)
 File "./test-kernel-security.py", line 208, in assertKernelConfig
 self.assertKernelConfigSet(name)
 File "./test-kernel-security.py", line 195, in assertKernelConfigSet
 '%s option was expected to be set in the kernel config' % name)
 AssertionError: RANDOM_TRUST_CPU option was expected to be set in the kernel config