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_device_id.robot b/ipmi/test_ipmi_device_id.robot
index ea0f3be..d82f785 100644
--- a/ipmi/test_ipmi_device_id.robot
+++ b/ipmi/test_ipmi_device_id.robot
@@ -30,7 +30,7 @@
     [Tags]  Get_Device_ID_Via_IPMI
 
     # Verify Get Device ID.
-    ${resp}=  Run External IPMI Raw Command
+    ${resp}=  Run IPMI Command
     ...  ${IPMI_RAW_CMD['Device ID']['Get'][0]}
     Should Not Contain  ${resp}  ${IPMI_RAW_CMD['Device ID']['Get'][1]}
 
@@ -41,7 +41,7 @@
 
     # Run IPMI Get Device ID command with invalid request data byte.
     ${resp}=  Run Keyword and Expect Error  *Request data length invalid*
-    ...  Run External IPMI Raw Command  ${IPMI_RAW_CMD['Device ID']['Get'][0]} 0x00
+    ...  Run IPMI Command  ${IPMI_RAW_CMD['Device ID']['Get'][0]} 0x00
     # Verify error code in 'rsp='.
     Should Contain  ${resp}  ${IPMI_RAW_CMD['Device ID']['Get'][2]}
 
@@ -51,7 +51,7 @@
     [Tags]  Verify_Device_ID_Response_Data_Via_IPMI
 
     # Get Device ID IPMI command.
-    ${resp}=  Run External IPMI Raw Command
+    ${resp}=  Run IPMI Command
     ...  ${IPMI_RAW_CMD['Device ID']['Get'][0]}
 
     # Split each and every byte and form list.