Comment 5 for bug 1030308

Revision history for this message
C de-Avillez (hggdh2) wrote :

No regressions observed. Only point of note is this failure on QRT -- it expectes 'ip_tables' to be a kernel module, and it seems to be compiled in the kernel for armadaxp:

Running test: './test-kernel-root-ops.py' distro: 'Ubuntu 12.04' kernel: '3.2.0-1606.9 (Ubuntu 3.2.0-1606.9-armadaxp 3.2.24)' arch: 'armhf' uid: 0/0 SUDO_USER: 'ubuntu')
test_lsmod (__main__.KernelSecurityTest)
Test lsmod ... FAIL
test_modinfo (__main__.KernelSecurityTest)
Test modinfo ... FAIL
test_module (__main__.KernelSecurityTest)
Test module loading/unloading ... ok
test_updated_modules (__main__.KernelSecurityTest)
Test modules touched in security/proposed updates ... ok

======================================================================
FAIL: test_lsmod (__main__.KernelSecurityTest)
Test lsmod
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./test-kernel-root-ops.py", line 93, in test_lsmod
    self._word_find(report, "ip_tables")
  File "./test-kernel-root-ops.py", line 88, in _word_find
    self.assertTrue(name in report, warning + report)
AssertionError: Could not find "ip_tables"
Module Size Used by
iptable_filter 1732 0
multipath 6388 0

======================================================================
FAIL: test_modinfo (__main__.KernelSecurityTest)
Test modinfo
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./test-kernel-root-ops.py", line 97, in test_modinfo
    report = self._modinfo("ip_tables")
  File "./test-kernel-root-ops.py", line 60, in _modinfo
    self.assertEquals(rc, 0, report)
AssertionError: ERROR: modinfo: could not find module ip_tables

----------------------------------------------------------------------
Ran 4 tests in 0.405s

FAILED (failures=2)

 econet:
  modinfo... ok
  modprobe... ok
  rmmod... ok
~