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/htx_hardbootme_test.robot b/systest/htx_hardbootme_test.robot
index 24db22b..753aab9 100755
--- a/systest/htx_hardbootme_test.robot
+++ b/systest/htx_hardbootme_test.robot
@@ -42,7 +42,7 @@
Resource ../lib/code_update_utils.robot
Resource ../lib/esel_utils.robot
Resource ../lib/htx_resource.robot
-Library ../syslib/utils_keywords.py
+Library ../lib/os_utils_keywords.py
Library ../lib/utils_files.py
Library ../lib/logging_utils.py
Library ../syslib/utils_os.py