Resource variables and common HTX keywords

Resolves  openbmc/openbmc-test-automation#633

Change-Id: I1d79c74d34f4ac3ee9c81d4e270486df1cfa34f0
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/syslib/resource.txt b/syslib/resource.txt
new file mode 100755
index 0000000..10b1ba3
--- /dev/null
+++ b/syslib/resource.txt
@@ -0,0 +1,16 @@
+
+*** Variables ***
+
+# Default duration and interval of HTX exerciser to run.
+${HTX_DURATION}      2 hours
+${HTX_INTERVAL}      15 min
+
+# Default hardbootme loop times HTX exerciser to run.
+${HTX_LOOP}          4
+
+# User-defined halt on error.
+${HTX_KEEP_RUNNING}  ${0}
+
+# Default MDT profile.
+${HTX_MDT_PROFILE}   mdt.bu
+