diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2022-03-21 11:55:49 +0100 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2022-03-21 11:55:49 +0100 |
commit | 01ba3ab25a04b1a78bdf41991dbcf873865d8882 (patch) | |
tree | 32151c4879bd34ad865b07eb2cc8cf031989a35f /robot/resources | |
parent | 55d91bc938b4bab83d4b664ace08b0978678970c (diff) |
[ROBOT] Fix failing CMPv2 and 5gbulkpm test cases in CI
Fix failing CMPv2 and 5gbulkpm test cases in CI
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Issue-ID: INT-1895
Change-Id: Iae886bcfe2efdd54f9749aa3240e1a6ee932688a
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/test_templates/cmpv2.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/resources/test_templates/cmpv2.robot b/robot/resources/test_templates/cmpv2.robot index f728eaa0..6c50a368 100644 --- a/robot/resources/test_templates/cmpv2.robot +++ b/robot/resources/test_templates/cmpv2.robot @@ -27,6 +27,7 @@ ${VES_Client_helm_charts} ${EXECDIR}/robot/assets/helm/ves-client Suite setup [Arguments] ${PNF_entry_dict} + Add chart repository chart-museum http://chart-museum:80 onapinitializer demo123456! Send VES integration request ${PNF_entry_dict} ${command_output} = Run And Return Rc And Output ${HELM_RELEASE} Should Be Equal As Integers ${command_output[0]} 0 |