diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-11-19 16:12:18 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-11-20 15:19:27 +0000 |
commit | 43483adc25287536e53460c4eec5bf46614e2bba (patch) | |
tree | 0f66fd660dca4857e83c0eb130ca173a8e18ff16 /vid-automation/src | |
parent | c25976687b395ea79647528bd58e7a18ff349752 (diff) |
add FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONS
Issue-ID: VID-649
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I0a9ba9422c27360a7de11c7496af70e4aba0e38e
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-automation/src')
-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 93e444701..a2892e5ea 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 @@ -56,6 +56,7 @@ public enum Features implements Feature { FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH, FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE, FLAG_2002_ANY_ALACARTE_BESIDES_EXCLUDED_NEW_INSTANTIATION_UI, + FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONS, ; public boolean isActive() { |