Relocate HTX resource file to lib

Changes:
    - Move the HTX resource file to lib/ with new filename
    - Update import on test suite using it.

Tested:
    - Ran robot --dryrun to ensure imports is correct.

Change-Id: I5e133cfc332265a61ac430d3f6037bc7a8b2733a
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/systest/htx_hardbootme_test.robot b/systest/htx_hardbootme_test.robot
index 360d368..24db22b 100755
--- a/systest/htx_hardbootme_test.robot
+++ b/systest/htx_hardbootme_test.robot
@@ -41,7 +41,7 @@
 Resource        ../lib/logging_utils.robot
 Resource        ../lib/code_update_utils.robot
 Resource        ../lib/esel_utils.robot
-Resource        ../syslib/resource.robot
+Resource        ../lib/htx_resource.robot
 Library         ../syslib/utils_keywords.py
 Library         ../lib/utils_files.py
 Library         ../lib/logging_utils.py