Update code to adhere to coding guideline

Change-Id: I859340a2f17e19b7b5cbb24807499db7ad455f74
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/ipmi/test_sensors_ipmi.robot b/tests/ipmi/test_sensors_ipmi.robot
index f260df8..9736b10 100644
--- a/tests/ipmi/test_sensors_ipmi.robot
+++ b/tests/ipmi/test_sensors_ipmi.robot
@@ -309,7 +309,7 @@
     [Tags]  Verify_IPMI_BT_Capabilities_Command
     [Setup]  Run Keywords  REST Hard Power Off  AND  REST Power On
 
-    ${output} =  Run IPMI command  0x06 0x36
+    ${output}=  Run IPMI command  0x06 0x36
     Should Be True  "${output}" == " 01 3f 3f 0a 01"
     ...  msg=Incorrect Output.
 
diff --git a/tests/test_occ_power.robot b/tests/test_occ_power.robot
index 6dd36ee..1d57e6d 100644
--- a/tests/test_occ_power.robot
+++ b/tests/test_occ_power.robot
@@ -48,21 +48,21 @@
     [Documentation]  Verify OCC state and count after host reboot.
     [Tags]  Verify_OCC_State_After_Host_Reboot
 
-    ${occ_count_before} =  Count OCC Object Entry
+    ${occ_count_before}=  Count OCC Object Entry
     Verify OCC State  ${1}
     Host Reboot
     Verify OCC State  ${1}
-    ${occ_count_after} =  Count OCC Object Entry
+    ${occ_count_after}=  Count OCC Object Entry
     Should be Equal  ${occ_count_before}  ${occ_count_after}
 
 Verify OCC State After BMC Reset
     [Documentation]  Verify OCC state and count after BMC reset.
     [Tags]  Verify_OCC_State_After_BMC_Reset
 
-    ${occ_count_before} =  Count OCC Object Entry
+    ${occ_count_before}=  Count OCC Object Entry
     OBMC Reboot (run)
     Verify OCC State  ${1}
-    ${occ_count_after} =  Count OCC Object Entry
+    ${occ_count_after}=  Count OCC Object Entry
     Should be Equal  ${occ_count_before}  ${occ_count_after}
 
 Verify OCC State At Standby