aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/testcases/resources/dcae_keywords.robot
diff options
context:
space:
mode:
authorAleksandra Maciaga <aleksandra.maciaga@nokia.com>2020-04-01 13:14:14 +0200
committerPawel <pawel.kasperkiewicz@nokia.com>2020-04-02 15:16:54 +0200
commit72ae9c392dd2c8493b3fbe50c491b4e0870caecf (patch)
treeb914e00a7d6eee2f8bae0e7e9337af89d4c994e7 /tests/dcaegen2/testcases/resources/dcae_keywords.robot
parent58cad3b81d9dd5c1e49e005bc2741e57802ea1a4 (diff)
Update VES Collector CSIT
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I6dd9d36a7bddbbc3d0d99b72d990907e3fe87b1b Issue-ID: DCAEGEN2-2182
Diffstat (limited to 'tests/dcaegen2/testcases/resources/dcae_keywords.robot')
-rw-r--r--tests/dcaegen2/testcases/resources/dcae_keywords.robot3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dcaegen2/testcases/resources/dcae_keywords.robot b/tests/dcaegen2/testcases/resources/dcae_keywords.robot
index 0011ab88..89a87868 100644
--- a/tests/dcaegen2/testcases/resources/dcae_keywords.robot
+++ b/tests/dcaegen2/testcases/resources/dcae_keywords.robot
@@ -167,7 +167,8 @@ Send Request And Expect Error
Run Healthcheck
[Documentation] Run Healthcheck
+ [Arguments] ${session}
${uuid}= Generate UUID
${headers}= Create Dictionary Accept=*/* X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid} X-FromAppId=${GLOBAL_APPLICATION_ID}
- ${resp}= Get Request ${http_session} /healthcheck headers=${headers}
+ ${resp}= Get Request ${session} /healthcheck headers=${headers}
Should Be Equal As Strings ${resp.status_code} 200