Hi all!

Can anybody help me with Kernel Regression Testing?
I read:
https://fedoraproject.org/wiki/KernelTestingInitiative
https://fedoraproject.org/wiki/KernelRegressionTestGuidelines

Download tests, edit .config and have some problems:
1. start runtests.sh with "stress" option (./runtests.sh -t stress) test running and after any times log of this test have size of 98M already during about 4 hours. And with other options test complete correct.

Tail of this log:
ipcrm -m 393218
ipcrm -m 294915
ipc_str complete
ipcrm -m 1044938753
ipcrm -m 393218
ipcrm -m 294915
ipcrm -s 1705869312
ipcrm -m 1044938753
ipcrm -m 393218
ipcrm -m 294915
ipcrm -m 1044938753
ipcrm -m 393218
ipcrm -m 294915
ipcrm -m 1044938753
ipcrm -m 393218
ipcrm -m 294915
ipc_str complete
ipcrm -m 1044938753
ipcrm -m 393218
ipcrm -m 294915

2. And second problem:
After complete I have any error:

Test suite complete                                              PASS    

Your log file is being submitted
Traceback (most recent call last):
  File "./fedora_submit.py", line 54, in <module>
    print req.text
  File "/usr/lib/python2.7/site-packages/munch/__init__.py", line 128, in __getattr__
    raise AttributeError(k)
AttributeError: text

Any problem with python?

P.S.: F22, kernel 4.2.3-200.fc22.x86_64



Best regard,
Alexander Kolesnikov