diafuzzer icon indicating copy to clipboard operation
diafuzzer copied to clipboard

Logging the errors found during fuzz testing

Open snekkanti9 opened this issue 8 years ago • 0 comments

Hi there, Where to check the logs for errors found during fuzz testing a diameter node using fuzz.py / unit.py. Is there any logging mechanism implemented to record the errors occurred during fuzz testing ? Out of 357 scenarios tested, I'm getting most of the scenarios throwing a description like this on the console. For example , scenario 'Session-Id empty value' raised below error.

scenario Session-Id empty value raised: Traceback (most recent call last): File "/home/sravani/Repo/diafuzzer-latest/diafuzzer/scenario.py", line 72, in wrapped_run self.real_run() File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "scenarios/hss-total-msgs.scn", line 54, in run m = Msg.recv(f) File "/home/sravani/Repo/diafuzzer-latest/diafuzzer/Diameter.py", line 147, in recv data = unpack_frame(f) File "/home/sravani/Repo/diafuzzer-latest/diafuzzer/scenario.py", line 25, in unpack_frame if len(data) == 0: raise Disconnected() Disconnected

@gte-itnsec , Is there any log in this project to check for the errors raised by scenarios after completing the test?

Thanks, Sravani

snekkanti9 avatar Aug 10 '17 15:08 snekkanti9