Commit 2ecb1a62 authored by Laurent THOMAS's avatar Laurent THOMAS

remove false detection of lte-uesoftmodem "segv"

parent 473105a7
......@@ -3012,9 +3012,6 @@ class OaiCiTest():
if result is not None and not exitSignalReceived:
foundSegFault = True
result = re.search('[Cc]ore [dD]ump', str(line))
if result is not None and not exitSignalReceived:
foundSegFault = True
result = re.search('./lte-uesoftmodem', str(line))
if result is not None and not exitSignalReceived:
foundSegFault = True
result = re.search('[Aa]ssertion', str(line))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment