From f173849ec0e08930f7c546543a8dd6b14954c308 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Wed, 7 Oct 2020 17:01:58 +0530 Subject: Return empty solution if no candidate found Update policy filter for NSI selection Return empty solution instead of error if no candidate is found Issue-ID: OPTFRA-855 Signed-off-by: krishnaa96 Change-Id: I2f5ecbb9464fef3dbc844339968f6cdb1123b2b5 --- .../policy-local-files/slice-selection-files/opt_policy_nsi_reuse.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/policy-local-files/slice-selection-files/opt_policy_nsi_reuse.json') diff --git a/test/policy-local-files/slice-selection-files/opt_policy_nsi_reuse.json b/test/policy-local-files/slice-selection-files/opt_policy_nsi_reuse.json index 33dbfee..fa02d4e 100644 --- a/test/policy-local-files/slice-selection-files/opt_policy_nsi_reuse.json +++ b/test/policy-local-files/slice-selection-files/opt_policy_nsi_reuse.json @@ -24,8 +24,7 @@ "embb-nst" ], "scope": [ - "REUSE", - "SHARED" + "shared,reuse" ], "services": [ "embb-nst" -- cgit 1.2.3-korg