Update documentation for boot_test.md

Changes:
Update documentation for boot_test.md

Test:
NA

Change-Id: Ife48789bd019d9fbc19796deb7418e187cd9f290
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/docs/boot_test.md b/docs/boot_test.md
index 2297249..2f8c66b 100644
--- a/docs/boot_test.md
+++ b/docs/boot_test.md
@@ -6,7 +6,7 @@
 **Boot test sequence example:**
 
 ```
-robot -v OPENBMC_HOST:xx.xx.xx.xx  -v 'boot_stack:<boot1>:<boot2>:<bootn>:' extended/obmc_boot_test.robot
+robot -v OPENBMC_HOST:xx.xx.xx.xx -v OPENBMC_PASSWORD:xxx -v 'boot_stack:<boot1>:<boot2>:<bootn>:' extended/obmc_boot_test.robot
 ```
 
 Where <bootx> is the supported boot type listed in the
@@ -15,7 +15,7 @@
 **Example:**
 
 ```
-robot -v OPENBMC_HOST:xx.xx.xx.xx  -v 'boot_stack:Redfish Power On:Redfish Power Off' extended/obmc_boot_test.robot
+robot -v OPENBMC_HOST:xx.xx.xx.xx  -v OPENBMC_PASSWORD:xxx -v 'boot_stack:Redfish Power On:Redfish Power Off' extended/obmc_boot_test.robot
 ```
 
 and it will give the following on the console the boot test report:
@@ -27,6 +27,8 @@
 Redfish Power On (mfg)                       0    0    0
 IPMI Power On                                0    0    0
 IPMI Power On (mfg)                          0    0    0
+Istep Power On                               0    0    0
+Istep Power On (mfg)                         0    0    0
 Redfish Power Off                            1    1    0
 Redfish Power Off (mfg)                      0    0    0
 Redfish Hard Power Off                       0    0    0
@@ -73,12 +75,16 @@
 IPMI Power Reset (mfg)                       0    0    0
 Auto Reboot                                  0    0    0
 Auto Reboot (mfg)                            0    0    0
+Host initd Reset                             0    0    0
+Host initd Reset (mfg)                       0    0    0
 Host Reboot                                  0    0    0
 Host Reboot (mfg)                            0    0    0
 RF SYS GracefulRestart                       0    0    0
 RF SYS GracefulRestart (mfg)                 0    0    0
 RF SYS ForceRestart                          0    0    0
 RF SYS ForceRestart (mfg)                    0    0    0
+Tool Initd MP Reboot                         0    0    0
+Tool Initd MP Reboot (mfg)                   0    0    0
 OPAL TI                                      0    0    0
 OPAL TI (mfg)                                0    0    0
 ========================================================