diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-10-03 08:45:16 +0200 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-10-03 16:47:39 +0200 |
commit | 050ef547a66e77c61b268528fc36b986a85acea6 (patch) | |
tree | 09d0f2c1077312cbde285195cf7ec104fdb6ea12 /tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot | |
parent | c078eea2b2809a22aad21f1b4f8c49d018ece7b6 (diff) |
Remove false positive tests
Originally abandoned by author Matej Klotton - original Change-Id: I7030428ce113baeafbde205bcb90c85c9d56daf9.
Change-Id: I6f6eeaa49965b96c58d5012b8a5625bc42573693
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: APPC-1204
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Diffstat (limited to 'tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot')
-rw-r--r-- | tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot b/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot index b869434f..9b399228 100644 --- a/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot +++ b/tests/appc/healthcheck/APPC_GLOBAL_VARIABLES.robot @@ -5,6 +5,9 @@ Documentation store all properties that can change or are used in multipl *** 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 +#${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 +${GLOBAL_APPC_ADMIN_USER} admin +${GLOBAL_APPC_ADMIN_PASS} Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +# to try to fire up the test again because the first one was failure in 90 minutes |