diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-09-18 14:03:36 +0300 |
---|---|---|
committer | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-09-18 11:36:12 +0000 |
commit | bedaaafc685d279615e755419ca4d8653b8a29f7 (patch) | |
tree | 13e3073f6b6b0eba10276b4833ef7ded583b1f59 /vid-automation/src/main | |
parent | f8f2c436cd13cc630c0725a3baee35338ec61e77 (diff) |
Add feature flag for getVnfDataByGlobalIdAndServiceType
Issue-ID: VID-596
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I4a5d8f4542668fdf7e9977773550933298d2aa0e
Diffstat (limited to 'vid-automation/src/main')
-rw-r--r-- | vid-automation/src/main/java/vid/automation/test/infra/Features.java | 1 |
1 files changed, 1 insertions, 0 deletions
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 ff187d6c6..3fff71211 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 @@ -51,6 +51,7 @@ public enum Features implements Feature { FLAG_HANDLE_SO_WORKFLOWS, FLAG_CREATE_ERROR_REPORTS, FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT, + FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG, FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH, ; |