diff options
author | Amichai Hemli <amichai.hemli@intl.att.com> | 2019-09-26 08:09:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-26 08:09:33 +0000 |
commit | c8a8cc746697e23ac87fc72d4fb1ff01c534e9c0 (patch) | |
tree | 4902dec45f44ff575a2e11bacb9708a729b6bb9a /vid-automation/src/main | |
parent | dcf470807a0dc13a14a8948f3879406e84f09df2 (diff) | |
parent | 5438f8b8657dfd140a339a2524b11957869e21e0 (diff) |
Merge "check if FLAG_FLASH_REPLACE_VF_MODULE open in the right place"
Diffstat (limited to 'vid-automation/src/main')
-rw-r--r-- | vid-automation/src/main/java/vid/automation/test/test/ViewEditWithDrawingBoardTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-automation/src/main/java/vid/automation/test/test/ViewEditWithDrawingBoardTest.java b/vid-automation/src/main/java/vid/automation/test/test/ViewEditWithDrawingBoardTest.java index 073db0999..bfe922209 100644 --- a/vid-automation/src/main/java/vid/automation/test/test/ViewEditWithDrawingBoardTest.java +++ b/vid-automation/src/main/java/vid/automation/test/test/ViewEditWithDrawingBoardTest.java @@ -54,7 +54,7 @@ public class ViewEditWithDrawingBoardTest extends VidBaseTestCase { private String serviceType = "TYLER SILVIA"; private String serviceInstanceToResumeName; - @FeatureTogglingTest({Features.FLAG_1902_VNF_GROUPING, Features.FLAG_FLASH_REPLACE_VF_MODULE}) + @FeatureTogglingTest({Features.FLAG_1902_VNF_GROUPING}) @Test public void testDeleteVnfGroupWithMembers() { @@ -184,7 +184,7 @@ public class ViewEditWithDrawingBoardTest extends VidBaseTestCase { ); } - @FeatureTogglingTest({Features.FLAG_1908_MACRO_NOT_TRANSPORT_NEW_VIEW_EDIT, Features.FLAG_1908_RESUME_MACRO_SERVICE, Features.FLAG_FLASH_REPLACE_VF_MODULE}) + @FeatureTogglingTest({Features.FLAG_1908_MACRO_NOT_TRANSPORT_NEW_VIEW_EDIT, Features.FLAG_1908_RESUME_MACRO_SERVICE}) @Test public void testResumeServiceInstanceWithCollectionResource() { |