Fix FFDC argument passing in test suites

Fixes the following failure:

    Teardown failed:
    Keyword 'openbmc_ffdc.FFDC On Test Case Fail'i
    expected 0 arguments, got 1.

Changes:
    - Remove extra arguments passed, FFDC has changed since
      this test script was implemented. Doing cleanup here.

Tested:
    - NA

Change-Id: Ic022f9a6f1bc4af3d58c83c1293082b904ec9ed9
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/systest/collection/bmc_collect_vpd_and_hw_status.robot b/systest/collection/bmc_collect_vpd_and_hw_status.robot
index 2ce8040..e2a19c5 100644
--- a/systest/collection/bmc_collect_vpd_and_hw_status.robot
+++ b/systest/collection/bmc_collect_vpd_and_hw_status.robot
@@ -21,7 +21,7 @@
 Rest Collect VPD And Hardware Status
     [Documentation]  Collect VPD and hardware status using the OpenBMC Rest API.
     [Tags]  Rest_Collect_VPD_And_Hardware_Status  rest
-    [Teardown]  FFDC On Test Case Fail  clean_up=${FALSE}
+    [Teardown]  FFDC On Test Case Fail
 
     ${system_properties}=  OpenBMC Get Request  ${HOST_INVENTORY_URI}system
     ${system_properties}=  Evaluate  $system_properties.json()
@@ -72,4 +72,4 @@
     [Documentation]  Do the post test teardown for redfish.
 
     Redfish.Logout
-    FFDC On Test Case Fail  clean_up=${FALSE}
+    FFDC On Test Case Fail