Relocate syslib utils_keywords.py to lib

Changes:
   - move syslib/utils_keywords.py to lib
   - Update test suites import path changes

Tested:
   - Sandbox robot --dryrun to ensure linking
     is not broken

Change-Id: Ic70f6778957e144272a3bb943a7e3c2515dbbbb1
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/systest/collection/bmc_collect_sensors.robot b/systest/collection/bmc_collect_sensors.robot
index 4ac56b6..7cac40f 100644
--- a/systest/collection/bmc_collect_sensors.robot
+++ b/systest/collection/bmc_collect_sensors.robot
@@ -7,7 +7,7 @@
 Resource            ../../lib/bmc_redfish_resource.robot
 Resource            ../../lib/openbmc_ffdc.robot
 Library             Collections
-Library             ../syslib/utils_keywords.py
+Library             ../lib/os_utils_keywords.py
 
 Suite Setup         Suite Setup Execution
 Suite Teardown      Suite Teardown Execution