Remove syslib and migrate to lib

Changes:
   - Move files to lib and rename to align to lib naming
   - Update test suites using it.

Tested:
  - Test on sandbox with robot --dryrun to make sure
    the linkage is not broken.

Change-Id: I586c06dd3c4e544d87d130c3331886016af66437
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/systest/htx_hardbootme_test.robot b/systest/htx_hardbootme_test.robot
index 753aab9..953441b 100755
--- a/systest/htx_hardbootme_test.robot
+++ b/systest/htx_hardbootme_test.robot
@@ -36,7 +36,7 @@
 #                     optional.  If not specified the default value is
 #                     "size".
 
-Resource        ../syslib/utils_os.robot
+Resource        ../lib/os_utilities.robot
 Resource        ../lib/openbmc_ffdc_utils.robot
 Resource        ../lib/logging_utils.robot
 Resource        ../lib/code_update_utils.robot
@@ -45,7 +45,7 @@
 Library         ../lib/os_utils_keywords.py
 Library         ../lib/utils_files.py
 Library         ../lib/logging_utils.py
-Library         ../syslib/utils_os.py
+Library         ../lib/os_utilities.py
 
 Suite Setup     Run Keyword And Ignore Error  Start SOL Console Logging
 Test Setup      Test Setup Execution
@@ -248,7 +248,7 @@
     Run Keyword And Ignore Error  Redfish Purge Event Log
     Tool Exist  htxcmdline
 
-    ${os_release_info}=  utils_os.Get OS Release Info  uname
+    ${os_release_info}=  os_utilities.Get OS Release Info  uname
     Rprint Vars  os_release_info  fmt=1
 
     # Shutdown if HTX is running.