From b86853bc0d1e9a8621e0647a0cb7f0ab904eeb1b Mon Sep 17 00:00:00 2001 From: Petr OspalĂ˝ Date: Mon, 23 Sep 2019 17:01:09 +0200 Subject: Add support for https tests for SDC-DCAE-D MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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Ă˝ --- tests/sdc-dcae-d/dcaed/sdc_interface.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/sdc-dcae-d/dcaed/sdc_interface.robot') diff --git a/tests/sdc-dcae-d/dcaed/sdc_interface.robot b/tests/sdc-dcae-d/dcaed/sdc_interface.robot index c1ceca44..6853fcca 100755 --- a/tests/sdc-dcae-d/dcaed/sdc_interface.robot +++ b/tests/sdc-dcae-d/dcaed/sdc_interface.robot @@ -22,7 +22,7 @@ ${SDC_ARTIFACT_UPLOAD_TEMPLATE} artifact_upload.jinja ${SDC_USER_REMARKS_TEMPLATE} user_remarks.jinja ${SDC_RESOURCE_INSTANCE_TEMPLATE} resource_instance.jinja -${SDC_BE_ENDPOINT} http://localhost:8080 +${SDC_BE_ENDPOINT} ${SDC_BE_PROTOCOL}://localhost:${SDC_BE_PORT} *** Keywords *** Onboard DCAE Microservice -- cgit 1.2.3-korg