diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2019-07-29 12:18:51 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2019-07-29 12:19:47 +0200 |
commit | ba5f7f0c456ef1804805302a813d964993b46827 (patch) | |
tree | 8e938f52d980c613239327ecd343fdaadc7eca6c /test/placement-tests | |
parent | e4849d9e08f994766856d16160ffbd011dd1b109 (diff) |
List of canidate identifiers support
List of candidate identifers in required and excluded
candidates list now is supported only as a list
Issue-ID: OPTFRA-486
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I2fdc11bc23239eeb1500c95925f8779da89dfcaf
Diffstat (limited to 'test/placement-tests')
-rw-r--r-- | test/placement-tests/request_placement_vfmod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/placement-tests/request_placement_vfmod.json b/test/placement-tests/request_placement_vfmod.json index e4186d6..7c3a2e1 100644 --- a/test/placement-tests/request_placement_vfmod.json +++ b/test/placement-tests/request_placement_vfmod.json @@ -53,7 +53,7 @@ "service_type": "vFW-SINK-XX", "excluded_candidates": [{ "inventory_type": "vfmodule", - "candidate_id": "e765d576-8755-4145-8536-0bb6d9b1dc9a" + "candidate_id": ["e765d576-8755-4145-8536-0bb6d9b1dc9a"] }] }], "vPGN": [{ |