From b362f6084c71059df87c25e3d5dd91d5e70da99e Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 8 Aug 2016 13:45:22 +0200 Subject: [PATCH] MT#8041 Enable cores check back (sems should not produce cores anymore) Change-Id: I1ab126f5c41503f3eb03b0cb8aee83b76b78b015 --- ce/03_no-cores.json.tt2 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ce/03_no-cores.json.tt2 b/ce/03_no-cores.json.tt2 index 433d52e..5017209 100644 --- a/ce/03_no-cores.json.tt2 +++ b/ce/03_no-cores.json.tt2 @@ -1,15 +1,5 @@ { "command": { -[% IF 1 -%] - "echo 'skip test'": { - "comment": "See MT#8041 Disable cores check test until sems is not fixed", - "exit-status": 0, - "stdout": [ - "skip test" - ], - "stderr": [] - } -[% ELSE -%] "ls -la /var/cores/core.*": { "exit-status": 2, "stdout": [], @@ -17,6 +7,5 @@ "ls: cannot access /var/cores/core.*: No such file or directory" ] } -[% END -%] } }