Update system configuration validation default file paths.

File paths are now compatible with Docker-Jenkins.

Resolves openbmc/openc-test-automation#836
Change-Id: Icf533857fb36811ef466785dc85199d938e40490
Signed-off-by: Steven Sombar <ssombar@us.ibm.com>
diff --git a/systest/htx_hardbootme_test.robot b/systest/htx_hardbootme_test.robot
index 4f22f59..ce7594f 100755
--- a/systest/htx_hardbootme_test.robot
+++ b/systest/htx_hardbootme_test.robot
@@ -34,16 +34,18 @@
 Test Setup      Pre Test Case Execution
 Test Teardown   Post Test Case Execution
 
+
 *** Variables ****
 
 ${stack_mode}                skip
-${json_initial_file_path}    ${EXECDIR}/data/os_inventory_initial.json
-${json_final_file_path}      ${EXECDIR}/data/os_inventory_final.json
-${json_diff_file_path}       ${EXECDIR}/data/os_inventory_diff.json
+${json_initial_file_path}    ${EXECDIR}/os_inventory_initial.json
+${json_final_file_path}      ${EXECDIR}/os_inventory_final.json
+${json_diff_file_path}       ${EXECDIR}/os_inventory_diff.json
 ${last_inventory_file_path}  ${EMPTY}
 ${CHECK_INVENTORY}           True
 &{ignore_dict}               processor=size
 
+
 *** Test Cases ***
 
 Hard Bootme Test