aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tail_test.txt
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2016-05-05 11:47:22 +0100
committerBryn M. Reeves <bmr@redhat.com>2016-05-24 17:27:03 +0100
commit472c8193a9f69bb7bd352203ef3404b0400a0d4a (patch)
tree604c6a45eb2d79ed42d3d680c7b2ef565351507b /tests/tail_test.txt
parent03cfbe57966090d041c4689f8cc3fd291789fb5a (diff)
downloadsos-472c8193a9f69bb7bd352203ef3404b0400a0d4a.tar.gz
[suse] fix constructor sysroot argument
The Policy class hierarchy requires a 'sysroot' kwarg for class constructors. This is used to pass the location of the actual host root file system for container configurations. The SuSE policy is currently missing this argument, leading to an exception during policy loading: Traceback (most recent call last): File "/usr/sbin/sosreport", line 25, in main(sys.argv[1:]) File "/usr/lib/python2.7/site-packages/sos/sosreport.py", line 1592, in main sos = SoSReport(args) File "/usr/lib/python2.7/site-packages/sos/sosreport.py", line 676, in init self.policy = sos.policies.load(sysroot=self.opts.sysroot) File "/usr/lib/python2.7/site-packages/sos/policies/init.py", line 38, in load cache['policy'] = policy(sysroot=sysroot) TypeError: init() got an unexpected keyword argument 'sysroot' Fixes #809. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'tests/tail_test.txt')
0 files changed, 0 insertions, 0 deletions