Enabling FFDC collection for test

Resolves openbmc/openbmc-test-automation#84

Change-Id: I593bc12273fef2a8f96844a6bb5615d353c2c4bf
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_generic_conf.robot b/tests/test_generic_conf.robot
index 94a9fa1..b27d32a 100755
--- a/tests/test_generic_conf.robot
+++ b/tests/test_generic_conf.robot
@@ -1,9 +1,11 @@
 *** Settings ***
-Documentation		This suite will verifiy the Generic Configuration Rest Interfaces
-...					Details of valid interfaces can be found here...
-...					https://github.com/openbmc/docs/blob/master/rest-api.md
+Documentation  This suite will verifiy the Generic Configuration Rest Interfaces
+...            Details of valid interfaces can be found here...
+...            https://github.com/openbmc/docs/blob/master/rest-api.md
 
-Resource		../lib/rest_client.robot
+Resource          ../lib/rest_client.robot
+Resource          ../lib/openbmc_ffdc.robot
+Test Teardown     Log FFDC
 
 
 *** Variables ***