Check SignalCmd Strategy: strategy: Suite attributes: strategy: SignalCmd command: | ruby -e 'Process.kill("SEGV", $$)' contents: - Test as Cmd: command: echo toto exit : 1 weight : -1 - Test a ABRT binary: exit : 0 weight : -1 - Test a ABRT binary and check signal: signal : SEGV exit : 0 weight : -1 - Test a ABRT binary with good signal: signal : ABRT