summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/healthcheck_amsterdam/APPC_GLOBAL_VARIABLES.robot
diff options
context:
space:
mode:
authorAaron Hay <ah415j@att.com>2018-01-16 21:29:29 +0000
committerAaron Hay <ah415j@att.com>2018-01-16 21:31:43 +0000
commit320028c6492a315872552cdab654990910661c94 (patch)
treeb4deb3f7a452b4baff49f1c28037c2958bafe16d /test/csit/tests/appc/healthcheck_amsterdam/APPC_GLOBAL_VARIABLES.robot
parent918421d8d0bc97be6c9315cceff7563169250509 (diff)
Updating APPC CSIT release support
Updating docker image references for the current release (master) and the prior release (Amsterdam). Change-Id: I552c60ca9cc1c3f419bc11d84ccd895eb9623a0e 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, 0 insertions, 10 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
deleted file mode 100644
index b869434fc..000000000
--- a/test/csit/tests/appc/healthcheck_amsterdam/APPC_GLOBAL_VARIABLES.robot
+++ /dev/null
@@ -1,10 +0,0 @@
-*** 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