IPMI/DCMI: Modified script based on user input
Changes:
- Modified script based on user input
Tested:
- Ran ipmi/ and ipmi/dcmi
Change-Id: Ic9d6e29ae199cffb6009e6718ae499293c319c96
Signed-off-by: Ishwarya Mathi M <ishwaryamm@ami.com>
diff --git a/ipmi/test_ipmi_poh_counter.robot b/ipmi/test_ipmi_poh_counter.robot
index ae17bf9..be7507f 100644
--- a/ipmi/test_ipmi_poh_counter.robot
+++ b/ipmi/test_ipmi_poh_counter.robot
@@ -48,7 +48,7 @@
[Tags] Get_POH_Counter_Command_Via_IPMI
# Verify get POH counter command via IPMI.
- ${resp}= Run IPMI Command
+ ${resp}= Run External IPMI Raw Command
... ${IPMI_RAW_CMD['Get']['POH_Counter'][0]}
Should Not Contain ${resp} ${IPMI_RAW_CMD['Get']['POH_Counter'][1]}
@@ -59,7 +59,7 @@
# verify get POH counter command with invalid data request Via IPMI.
${resp}= Run Keyword and Expect Error *Request data length invalid*
- ... Run IPMI Command ${IPMI_RAW_CMD['Get']['POH_Counter'][0]} 0x00
+ ... Run External IPMI Raw Command ${IPMI_RAW_CMD['Get']['POH_Counter'][0]} 0x00
Verify POH Counter Reading With Wait Time
@@ -130,7 +130,7 @@
[Documentation] Run the IPMI command to Get POH Counter.
# Get POH counter Via IPMI.
- ${resp}= Run IPMI Command
+ ${resp}= Run External IPMI Raw Command
... ${IPMI_RAW_CMD['Get']['POH_Counter'][0]}
# Verify Minutes per count.