From 89254c108ed6a4a0a1e5866ed83f192d29836cb6 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 11 Oct 2017 09:50:17 -0700 Subject: APPC updated robot scripts Change-Id: I992ba4db502b6da86fe8d54214265c3b045dc982 Signed-off-by: Patrick Brady Signed-off-by: NGUYEN Issue-id: APPC-113 --- test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot (limited to 'test/csit/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot') 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 -- cgit 1.2.3-korg