From 9392f0dfdff250b29256428fce8d1349a64b2fee Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Mon, 25 Nov 2019 10:30:23 +0200 Subject: remove EMPTY_DRAWING_BOARD_TEST feature flag Issue-ID: VID-721 Signed-off-by: Eylon Malin Change-Id: Ib3106fb17c97602e2d5d6de8c9a5756e4d231902 --- vid-automation/src/main/java/vid/automation/test/infra/Features.java | 1 - ...nstance_macro_validPopupDataAndUI__dynamicFieldsEcompNamingFalse.json | 1 - vid-automation/src/test/resources/features.properties | 1 - 3 files changed, 3 deletions(-) (limited to 'vid-automation') diff --git a/vid-automation/src/main/java/vid/automation/test/infra/Features.java b/vid-automation/src/main/java/vid/automation/test/infra/Features.java index 5a3026a01..9e55b9fbc 100644 --- a/vid-automation/src/main/java/vid/automation/test/infra/Features.java +++ b/vid-automation/src/main/java/vid/automation/test/infra/Features.java @@ -5,7 +5,6 @@ import org.togglz.core.context.FeatureContext; public enum Features implements Feature { - EMPTY_DRAWING_BOARD_TEST, FLAG_ADD_MSO_TESTAPI_FIELD, FLAG_SERVICE_MODEL_CACHE, FLAG_NETWORK_TO_ASYNC_INSTANTIATION, diff --git a/vid-automation/src/main/resources/NewServiceInstanceTest/createNewServiceInstance_macro_validPopupDataAndUI__dynamicFieldsEcompNamingFalse.json b/vid-automation/src/main/resources/NewServiceInstanceTest/createNewServiceInstance_macro_validPopupDataAndUI__dynamicFieldsEcompNamingFalse.json index 0a8e09fc4..591603fe0 100644 --- a/vid-automation/src/main/resources/NewServiceInstanceTest/createNewServiceInstance_macro_validPopupDataAndUI__dynamicFieldsEcompNamingFalse.json +++ b/vid-automation/src/main/resources/NewServiceInstanceTest/createNewServiceInstance_macro_validPopupDataAndUI__dynamicFieldsEcompNamingFalse.json @@ -13,7 +13,6 @@ "FLAG_SERVICE_MODEL_CACHE": true, "FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD": true, "FLAG_SUPPLEMENTARY_FILE": true, - "EMPTY_DRAWING_BOARD_TEST": false, "FLAG_ADD_MSO_TESTAPI_FIELD": true, "FLAG_5G_IN_NEW_INSTANTIATION_UI": true, "FLAG_RESTRICTED_SELECT": false, diff --git a/vid-automation/src/test/resources/features.properties b/vid-automation/src/test/resources/features.properties index f3ed49122..3b7fd310d 100644 --- a/vid-automation/src/test/resources/features.properties +++ b/vid-automation/src/test/resources/features.properties @@ -1,4 +1,3 @@ -EMPTY_DRAWING_BOARD_TEST = false FLAG_ADD_MSO_TESTAPI_FIELD = true FLAG_NETWORK_TO_ASYNC_INSTANTIATION = false FLAG_SERVICE_MODEL_CACHE = true -- cgit 1.2.3-korg