IPMI: Moved resource ../lib/ipmi_client.robot line to the first line on settings section.

Issue Faced:
    - While running script individually if ipmi_client robot resource was not on first line
      in the settings section on the script then arguments from resource.robot are not passing
      to the keywords while framing the ipmi commands.

Changes:
    - Moved resource ../lib/ipmi_client.robot to the first line on settings section in few scripts.

Tested:
     - Ran All The Scripts Successfully

Change-Id: I879366bf034f9cd4db7ae05b337f64b2b44362eb
Signed-off-by: ganesanb <ganesanb@ami.com>
diff --git a/ipmi/test_ipmi_poh_counter.robot b/ipmi/test_ipmi_poh_counter.robot
index ebe37a4..b664a85 100644
--- a/ipmi/test_ipmi_poh_counter.robot
+++ b/ipmi/test_ipmi_poh_counter.robot
@@ -25,10 +25,10 @@
 ...                 time / Power operation.
 
 
-Library             Collections
-Library             ../lib/ipmi_utils.py
 Resource            ../lib/ipmi_client.robot
 Resource            ../lib/openbmc_ffdc.robot
+Library             Collections
+Library             ../lib/ipmi_utils.py
 Variables           ../data/ipmi_raw_cmd_table.py
 
 Suite Setup      Suite Setup Execution