diff options
author | Petr Ospalý <p.ospaly@partner.samsung.com> | 2019-09-23 17:01:09 +0200 |
---|---|---|
committer | Petr Ospalý <p.ospaly@partner.samsung.com> | 2019-10-09 09:06:00 +0000 |
commit | b86853bc0d1e9a8621e0647a0cb7f0ab904eeb1b (patch) | |
tree | 8a8ed051dd71140f507dd3bd870aa466b52a329d /tests/sdc-dcae-d/dcaed/sdc_dcaed_interface.robot | |
parent | 1f083f7f78f585c0c8129a2f4841509b8a277d2e (diff) |
Add support for https tests for SDC-DCAE-D
This commit introduces a new set of variables for sdc-dcae-d test in the
same style as was for sdc tests. Some refactor had to be done to make it
work and make it less copy-pasted.
Issue-ID: SDC-2564
Change-Id: Ic0725dbc4643d0563594f28d2a772968e291f788
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Diffstat (limited to 'tests/sdc-dcae-d/dcaed/sdc_dcaed_interface.robot')
-rw-r--r-- | tests/sdc-dcae-d/dcaed/sdc_dcaed_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sdc-dcae-d/dcaed/sdc_dcaed_interface.robot b/tests/sdc-dcae-d/dcaed/sdc_dcaed_interface.robot index 6f95ebc5..98e02519 100644 --- a/tests/sdc-dcae-d/dcaed/sdc_dcaed_interface.robot +++ b/tests/sdc-dcae-d/dcaed/sdc_dcaed_interface.robot @@ -11,7 +11,7 @@ ${DCAE_CREATE_BLUEPRINT_PATH} /SERVICE/createBluePrint ${DCAE_VFCMT_TEMPLATE} create_vfcmt.jinja ${DCAE_COMPOSITION_TEMPLATE} dcae_composition.jinja ${DCAE_MONITORING_CONFIGURATION_TEMPLATE} dcae_monitoring_configuration.jinja -${DCAE_BE_ENDPOINT} http://localhost:8082 +${DCAE_BE_ENDPOINT} https://localhost:8444 *** Keywords *** Create Monitoring Template |