diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2022-05-09 08:18:09 +0200 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-05-26 06:41:57 +0000 |
commit | eded7b8b614e0b7bb10878a027012a0a93b5a02b (patch) | |
tree | 83815477c83c1892a81e745c94c6001b526518c0 /robot | |
parent | 25415232f46dc39c07e2a44e6f4cacb00d92cb3a (diff) |
[ROBOT] Adopt HVVES test case in order to work with strimzi kafkajakarta
Fix base 64 decode usage in alpine image
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Issue-ID: DMAAP-1705
Change-Id: I5f18cf972ca6856d6ebd661408275f91010c5fb3
(cherry picked from commit 4b0290014898960f5f7c73659cda59d149c27e46)
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/dcae/hvves.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/dcae/hvves.robot b/robot/resources/dcae/hvves.robot index 04e7e5d2..cb88b833 100644 --- a/robot/resources/dcae/hvves.robot +++ b/robot/resources/dcae/hvves.robot @@ -22,7 +22,7 @@ ${GET_TRUSTSTORE_PASS_PATH} cat ${CURRENT_CONFIG_FILE} | grep security.key ${TEST_TRUSTSTORE_PASS_PATH} security.keys.trustStorePasswordFile: /dev/null ${TEST_CONFIG_YAML_PATH} ${EXECDIR}/robot/assets/dcae/hvves_test_config.yaml ${GET_CM_NAME} kubectl -n onap get --no-headers cm -l app.kubernetes.io/name=dcae-hv-ves-collector -o custom-columns=NAME:.metadata.name | grep application-config-configmap -${KAFKA_GET_PASSWORD} kubectl -n onap get secret strimzi-kafka-admin -o jsonpath="{.data.password}" | base64 --decode +${KAFKA_GET_PASSWORD} kubectl -n onap get secret strimzi-kafka-admin -o jsonpath="{.data.password}" | base64 -d *** Keywords *** Check Message Router Api |