diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-09-11 15:53:30 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-09-12 02:33:42 +0000 |
commit | 4996ccfb67d22533da5d5021284e41b6612e4aec (patch) | |
tree | 38dd8ea2c214a983e3ba05ad0450767099bc3a38 /vid-automation/src/test/resources | |
parent | 22e31e492377eead0e621b770592c91f1b5eb438 (diff) |
add Feature Flag for cloud-region and nf-role as an optional search
Issue-ID: VID-596
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I36e5ea4842816dfa8a6734299bf667150600a375
Diffstat (limited to 'vid-automation/src/test/resources')
-rw-r--r-- | vid-automation/src/test/resources/features.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/features.properties b/vid-automation/src/test/resources/features.properties index 7c5f0e470..36c72374a 100644 --- a/vid-automation/src/test/resources/features.properties +++ b/vid-automation/src/test/resources/features.properties @@ -32,3 +32,4 @@ FLAG_1906_INSTANTIATION_API_USER_VALIDATION = true FLAG_1908_RESUME_MACRO_SERVICE=true FLAG_1908_RELEASE_TENANT_ISOLATION=true FLAG_1908_MACRO_NOT_TRANSPORT_NEW_VIEW_EDIT=true +FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH=false |