Capitalized "arguments" to adhere to new code standards.

Capitalized "arguments" in places it wasn't.
This commit is style changes only.

Change-Id: I079cd9dbd4bd9aef630ba871c4e1b21f38efb30c
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/extended/code_update/code_update_utils.robot b/extended/code_update/code_update_utils.robot
index 6d12349..d517f78 100644
--- a/extended/code_update/code_update_utils.robot
+++ b/extended/code_update/code_update_utils.robot
@@ -53,7 +53,7 @@
 
 
 SCP Tar Image File to BMC
-    [arguments]         ${filepath}
+    [Arguments]         ${filepath}
     Open Connection for SCP
     scp.Put File      ${filepath}   /tmp/flashimg
 
@@ -101,7 +101,7 @@
 
 Set Policy Setting
     [Documentation]   Set the given test policy
-    [arguments]   ${policy}
+    [Arguments]   ${policy}
 
     ${valueDict}=     create dictionary  data=${policy}
     Write Attribute    ${HOST_SETTING}    power_policy   data=${valueDict}
diff --git a/extended/standby_bmc.robot b/extended/standby_bmc.robot
index 3e17fc0..7778b09 100644
--- a/extended/standby_bmc.robot
+++ b/extended/standby_bmc.robot
@@ -90,7 +90,7 @@
 
 Update Policy Setting
     [Documentation]   Update the given restore policy
-    [arguments]   ${policy}
+    [Arguments]   ${policy}
 
     ${valueDict}=     create dictionary  data=${policy}
     Write Attribute    ${HOST_SETTING}    power_policy   data=${valueDict}
diff --git a/extended/test_networkd_ext.robot b/extended/test_networkd_ext.robot
index 3064920..0118d72 100755
--- a/extended/test_networkd_ext.robot
+++ b/extended/test_networkd_ext.robot
@@ -143,7 +143,7 @@
     ...               {"data": [[[2,25,0,128,"9.3.164.177"],[2,8,254,128,"127.0.0.1"]],"9.3.164.129"],
     ...                "message": "200 OK", "status": "ok"}
 
-    [arguments]    ${intf}
+    [Arguments]    ${intf}
     @{arglist}=    Create List   ${intf}
     ${args}=       Create Dictionary   data=@{arglist}
     ${resp}=       Call Method
diff --git a/extended/test_power_restore.robot b/extended/test_power_restore.robot
index 3709dca..af53fc6 100644
--- a/extended/test_power_restore.robot
+++ b/extended/test_power_restore.robot
@@ -46,7 +46,7 @@
 ***keywords***
 
 Set Restore Policy
-    [arguments]    ${policy}   ${expectedState}   ${nextState}
+    [Arguments]    ${policy}   ${expectedState}   ${nextState}
 
     Set Policy Setting   ${policy}
 
@@ -72,7 +72,7 @@
 
 Set Policy Setting
     [Documentation]   Set the given test policy
-    [arguments]   ${policy}
+    [Arguments]   ${policy}
 
     ${valueDict}=     create dictionary  data=${policy}
     Write Attribute    ${HOST_SETTING}    power_policy   data=${valueDict}
@@ -83,7 +83,7 @@
 Set Initial Test State
     [Documentation]   Poweron if ON expected, Poweroff if OFF expected
     ...               to initial state of the test.
-    [arguments]   ${expectedState}
+    [Arguments]   ${expectedState}
 
     Run Keyword If
     ...   '${expectedState}' == 'HOST_BOOTED'
@@ -95,7 +95,7 @@
 
 
 System State
-    [arguments]     ${nextState}
+    [Arguments]     ${nextState}
     ${afterPduSystemState}=
     ...   Read Attribute    ${HOST_SETTING}    system_state
     Should be equal   ${afterPduSystemState}    ${nextState}