commit | 16333ec57d98f722983d8229373e23db384272e1 | [log] [tgz] |
---|---|---|
author | George Keishing <gkeishin@in.ibm.com> | Tue Mar 21 06:18:29 2017 -0500 |
committer | George Keishing <gkeishin@in.ibm.com> | Tue Mar 21 10:10:16 2017 -0500 |
tree | 703ed90cef79c2b4d4389922863f5aaf0d2c1ce8 | |
parent | b4eb9ac191bf7cfb328a9ebc959e350f49a8ede9 [diff] |
Fix eSEL FFDC index error This is because of an eSEL bug openbmc/openbmc#1297. From the robot framework documentation "The execution is not continued if the failure is caused by invalid syntax, timeout, or fatal exception." "Resolving variable '${esel_data[0]}' failed: IndexError: list index out of range" which is a fatal exception. Resolves openbmc/openbmc-test-automation#451 Change-Id: I64c4d039e60eadfc6d5e436482bf0d9c377f7b54 Signed-off-by: George Keishing <gkeishin@in.ibm.com>