aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/healthcheck_amsterdam/APPC_GLOBAL_VARIABLES.robot
diff options
context:
space:
mode:
authorAaron Hay <ah415j@att.com>2018-01-15 17:32:13 +0000
committerAaron Hay <ah415j@att.com>2018-01-15 18:35:40 +0000
commit918421d8d0bc97be6c9315cceff7563169250509 (patch)
treebd80a541487fadcc8db6a5185cacac0080301cec /test/csit/tests/appc/healthcheck_amsterdam/APPC_GLOBAL_VARIABLES.robot
parent90ab86b018fe1a8cdeabee762084afedf98b7752 (diff)
Updating APPC CSIT release support
Updating docker image references for the current release (master) and the prior release (Amsterdam). Change-Id: I5bf45898c85695f82ecda8d418aa6a3786ddef14 Issue-ID: APPC-410 Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'test/csit/tests/appc/healthcheck_amsterdam/APPC_GLOBAL_VARIABLES.robot')
-rw-r--r--test/csit/tests/appc/healthcheck_amsterdam/APPC_GLOBAL_VARIABLES.robot10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/csit/tests/appc/healthcheck_amsterdam/APPC_GLOBAL_VARIABLES.robot b/test/csit/tests/appc/healthcheck_amsterdam/APPC_GLOBAL_VARIABLES.robot
new file mode 100644
index 000000000..b869434fc
--- /dev/null
+++ b/test/csit/tests/appc/healthcheck_amsterdam/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