Added support for new post_stack plug-in call point

This will allow programmers to write plug-in programs which will called
as soon as the boot_stack has been processed.

Change-Id: I4ccafff148cada6f71ec59b28dadcebc609029a4
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/extended/obmc_boot_test_resource.robot b/extended/obmc_boot_test_resource.robot
index 49e74e1..9c9dbc6 100644
--- a/extended/obmc_boot_test_resource.robot
+++ b/extended/obmc_boot_test_resource.robot
@@ -19,7 +19,8 @@
 ...  plug_in_dir_paths  status_file_path  openbmc_model  boot_pass  boot_fail
 ...  ffdc_dir_path_style  ffdc_check  ffdc_only  ffdc_function_list
 ...  state_change_timeout  power_on_timeout  power_off_timeout
-...  boot_fail_threshold  delete_errlogs  test_mode  quiet  debug
+...  boot_fail_threshold  delete_errlogs  call_post_stack_plug  test_mode
+...  quiet  debug
 
 # Initialize each program parameter.
 ${openbmc_host}             ${EMPTY}
@@ -58,6 +59,8 @@
 # returns non-zero.
 ${boot_fail_threshold}      ${0}
 ${delete_errlogs}           ${0}
+# This variable indicates whether post_stack plug-in processing should be done.
+${call_post_stack_plug}     ${1}
 ${test_mode}                0
 ${quiet}                    0
 ${debug}                    0