diff options
author | Aleksandra Maciaga <aleksandra.maciaga@nokia.com> | 2019-11-06 15:14:11 +0100 |
---|---|---|
committer | Aleksandra Maciaga <aleksandra.maciaga@nokia.com> | 2019-11-13 10:57:31 +0100 |
commit | fd6c8fafba3be7a137787a01d6661d943c19c2c0 (patch) | |
tree | 1060299df44332a7a39b0bcba5a450b03bc2844b /tests/dcaegen2/testcases/resources/dcae_properties.robot | |
parent | bcffa602d210e05b1a77f4af7ee7c690762f1eae (diff) |
Remove certOnly and basicAuth from authentication methods CSIT VES
Issue-ID: DCAEGEN2-1776
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com>
Change-Id: I7e087f70d3458e8477b5cb35132b526bddbb7df2
Diffstat (limited to 'tests/dcaegen2/testcases/resources/dcae_properties.robot')
-rw-r--r-- | tests/dcaegen2/testcases/resources/dcae_properties.robot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/dcaegen2/testcases/resources/dcae_properties.robot b/tests/dcaegen2/testcases/resources/dcae_properties.robot index 135ff263..7505fab4 100644 --- a/tests/dcaegen2/testcases/resources/dcae_properties.robot +++ b/tests/dcaegen2/testcases/resources/dcae_properties.robot @@ -12,3 +12,9 @@ ${GLOBAL_DCAE_USERNAME} console ${GLOBAL_DCAE_PASSWORD} ZjJkYjllMjljMTI2M2Iz ${VESC_HTTPS_USER} sample1 ${VESC_HTTPS_PD} sample1 +${VESC_HTTPS_WRONG_PD} sample +${VESC_HTTPS_WRONG_USER} sample +${VESC_ROOTCA_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/rootCA.crt +${VESC_ROOTCA_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/rootCAdec.key +${VESC_WRONG_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/wrong.crt +${VESC_WRONG_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/wrong.key
\ No newline at end of file |