diff options
Diffstat (limited to 'test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot')
-rw-r--r-- | test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot b/test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot deleted file mode 100644 index b869434fc..000000000 --- a/test/csit/tests/appc/healthcheck/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 |