diff options
author | Einat Vinouze <einat.vinouze@intl.att.com> | 2020-03-26 17:22:01 +0200 |
---|---|---|
committer | Einat Vinouze <einat.vinouze@intl.att.com> | 2020-04-01 11:45:20 +0300 |
commit | fae75696a03ab5b45bf2ddb329344ab52b2265c5 (patch) | |
tree | 0b75b1ddc3a19910e5b6fae51ef689a6ff5b426e /vid-automation/src/test | |
parent | 51abe8acdd924bb3ad260966723210b6d5b8e870 (diff) |
allow LOB multi-selection for vnf - fix cypress
Issue-ID: VID-785
Change-Id: I3a11bad5b6da532b23049ce09ea439849143e941
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Diffstat (limited to 'vid-automation/src/test')
-rw-r--r-- | vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json | 2 | ||||
-rw-r--r-- | vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json b/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json index 1c22fb894..9d4e7ba24 100644 --- a/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json +++ b/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json @@ -102,7 +102,7 @@ "legacyRegion": "just another region", "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", "platformName": "xxx1,platform", - "lineOfBusiness": "zzz1", + "lineOfBusiness": "zzz1,ONAP", "instanceParams": [ {} ], diff --git a/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json b/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json index 7924340c0..a82045956 100644 --- a/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json +++ b/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json @@ -99,7 +99,7 @@ "legacyRegion": "just another region", "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", "platformName": "xxx1,platform", - "lineOfBusiness": "zzz1", + "lineOfBusiness": "zzz1,ONAP", "instanceParams": [ {} ], |