Corrected the Test data tables to adhere to code standards.

This commit is style changes only.

Change-Id: Ic38e64de8693a319df9b336154a9ba276c2a302a
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/extended/code_update/update_bmc.robot b/extended/code_update/update_bmc.robot
index 9336ef38..e6e18ea 100644
--- a/extended/code_update/update_bmc.robot
+++ b/extended/code_update/update_bmc.robot
@@ -29,7 +29,7 @@
 
 ${FILE_PATH}      ${EMPTY}
 
-*** Test cases ***
+*** Test Cases ***
 
 Initiate Code update BMC
     [Documentation]    BMC code update process initiation
diff --git a/extended/standby_bmc.robot b/extended/standby_bmc.robot
index 7778b09..af654f8 100644
--- a/extended/standby_bmc.robot
+++ b/extended/standby_bmc.robot
@@ -16,7 +16,7 @@
 *** Variables ***
 ${HOST_SETTING}      /org/openbmc/settings/host0
 
-*** Test cases ***
+*** Test Cases ***
 
 Get to Stable State
     [Documentation]    BMC cleanup drive to stable state
diff --git a/extended/test_networkd_ext.robot b/extended/test_networkd_ext.robot
index 0118d72..6cd3568 100755
--- a/extended/test_networkd_ext.robot
+++ b/extended/test_networkd_ext.robot
@@ -131,7 +131,7 @@
     ...               that ip address has been added or not.
     ...               Expectation is the ip address should get added.
 
-***keywords***
+*** Keywords ***
 
 Get networkInfo from the interface
 
diff --git a/extended/test_power_restore.robot b/extended/test_power_restore.robot
index af53fc6..38da2c6 100644
--- a/extended/test_power_restore.robot
+++ b/extended/test_power_restore.robot
@@ -43,7 +43,7 @@
 
     [Template]    Set Restore Policy
 
-***keywords***
+*** Keywords ***
 
 Set Restore Policy
     [Arguments]    ${policy}   ${expectedState}   ${nextState}
diff --git a/tests/test_basic_poweron.robot b/tests/test_basic_poweron.robot
index cde92e3..685eeb0 100644
--- a/tests/test_basic_poweron.robot
+++ b/tests/test_basic_poweron.robot
@@ -10,7 +10,7 @@
 
 Force Tags  chassisboot
 
-*** test cases ***
+*** Test Cases ***
 
 power on test
     [Documentation]    Power OFF and power ON
diff --git a/tests/test_networkd.robot b/tests/test_networkd.robot
index 8da2f86..1e084fc 100755
--- a/tests/test_networkd.robot
+++ b/tests/test_networkd.robot
@@ -131,7 +131,7 @@
     Should Be Equal    ${json['data']}    STATIC
     should be equal as strings      ${json['status']}      ok
 
-***keywords***
+*** Keywords ***
 
 Get networkInfo from the interface
 
diff --git a/tests/test_obmcrest.robot b/tests/test_obmcrest.robot
index 10eb871..8edf35a 100644
--- a/tests/test_obmcrest.robot
+++ b/tests/test_obmcrest.robot
@@ -369,7 +369,7 @@
     ${json}=   to json         ${resp.content}
     should be equal as strings      ${json['status']}       ok
 
-***keywords***
+*** Keywords ***
 Get Power Control Interface
     ${resp}=    OpenBMC Get Request     /org/openbmc/control/
     should be equal as strings      ${resp.status_code}     ${HTTP_OK}     msg=Unable to get any controls - /org/openbmc/control/