aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-10-11 09:50:17 -0700
committerPatrick Brady <pb071s@att.com>2017-10-11 09:50:24 -0700
commit89254c108ed6a4a0a1e5866ed83f192d29836cb6 (patch)
tree9a772005e19de68e1420ceb34aac9b579e332a93 /test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot
parent3dc76310f42db89b1ce438f98ac8832027f36198 (diff)
APPC updated robot scripts
Change-Id: I992ba4db502b6da86fe8d54214265c3b045dc982 Signed-off-by: Patrick Brady <pb071s@att.com> Signed-off-by: NGUYEN <pn8984@att.com> Issue-id: APPC-113
Diffstat (limited to 'test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot')
-rw-r--r--test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot b/test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot
new file mode 100644
index 000000000..b869434fc
--- /dev/null
+++ b/test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot
@@ -0,0 +1,10 @@
+*** Settings ***
+Documentation store all properties that can change or are used in multiple places here
+... format is all caps with underscores between words and prepended with GLOBAL
+... make sure you prepend them with GLOBAL so that other files can easily see it is from this file.
+
+
+*** Variables ***
+${GLOBAL_VNF_RESTART_REQUESTFILE} ${CURDIR}/LCM_VNF_RESTART_REQUEST.txt
+${GLOBAL_VM_RESTART_REQUESTFILE} ${CURDIR}/LCM_VM_RESTART_REQUEST.txt
+${GLOBAL_HEALTHCHECK_REQUESTFILE} ${CURDIR}/LCM_VM_HEALTHCHECK_REQUEST.txt \ No newline at end of file