aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/stepDefinitions/General_Steps.js
diff options
context:
space:
mode:
authorilanap <ilanap@amdocs.com>2018-02-20 11:57:12 +0200
committerilanap <ilanap@amdocs.com>2018-02-20 11:57:12 +0200
commit041deed2807a01df01867e4d237df8ff5980cf34 (patch)
treec446393d8fdc5b25b2068e5990d4cdfaaca2b65a /openecomp-bdd/stepDefinitions/General_Steps.js
parent3a88d01cee90090f7bf012ea33fe73576e55192a (diff)
Fix for adding BDD config changes
Change-Id: I62f79a56a73ff8a546ecef407c3966b93de23a2e Issue-ID: SDC-990 Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'openecomp-bdd/stepDefinitions/General_Steps.js')
-rw-r--r--openecomp-bdd/stepDefinitions/General_Steps.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/openecomp-bdd/stepDefinitions/General_Steps.js b/openecomp-bdd/stepDefinitions/General_Steps.js
index bf35cb8499..13c03f7848 100644
--- a/openecomp-bdd/stepDefinitions/General_Steps.js
+++ b/openecomp-bdd/stepDefinitions/General_Steps.js
@@ -47,15 +47,6 @@ Given('Response Data:', function (docString) {
/**
* @module ContextData
- * @description Sets the server for the test. overrides configuration.
- * @step Server with IP
- **/
-Given('Server host {string}', function (string) {
- this.setServer(string);
-});
-
-/**
- * @module ContextData
* @description Copy a property from the response data to context Item/VLM/VSP data, example: vsp.componentId
* @step I want to save on the context for {string} property {string} with value {string}
**/