From 061ca938ca6998b4ec33a862c763854259cfeab1 Mon Sep 17 00:00:00 2001 From: ilanap Date: Sun, 4 Aug 2019 10:16:33 +0300 Subject: Issue-ID: SDC-2483 Adding https support for cucumber tests and slight refactoring Signed-off-by: ilanap Change-Id: Ib772d18cd4278238571daf54bcb6372c553d6e4b --- cucumber-js-test-apis-ci/config.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'cucumber-js-test-apis-ci/config.json') diff --git a/cucumber-js-test-apis-ci/config.json b/cucumber-js-test-apis-ci/config.json index 00c6552482..fdee980b09 100644 --- a/cucumber-js-test-apis-ci/config.json +++ b/cucumber-js-test-apis-ci/config.json @@ -1,22 +1,28 @@ { - "protocol" : "http", - "onboarding" : { + "protocol" : "http", "port" : "onboarding.port", "prefix" : "onboarding-api/v1.0", "server" : "onboarding.server", - "user" : "onboarding.user" + "user" : "onboarding.user", + "isDefault" : true }, "catalog" : { + "protocol" : "http", "port" : "CatalogBE.port", "prefix" : "sdc2/rest/v1", "server" : "CatalogBE.server", "user" : "CatalogBE.user" }, "activity_spec" : { + "protocol" : "http", "port" : "activity-spec.port", "prefix" : "activity-spec-api/v1.0", "server" : "activity_spec.server", "user" : "activity-spec.user" + }, + "initData" : { + "vlm" : {"id": null, "versionId": null}, + "vsp" : {"id": null, "versionId": null} } } -- cgit 1.2.3-korg