diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-07 17:01:58 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-07 19:52:51 +0530 |
commit | f173849ec0e08930f7c546543a8dd6b14954c308 (patch) | |
tree | 4db58d8f1b520817405e5cd8641972e304456772 /test/policy-local-files/slice-selection-files/threshold_policy_nsi.json | |
parent | 21587bf56798b440dd4ddf6e35f121505b90fb0d (diff) |
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 <krishna.moorthy6@wipro.com>
Change-Id: I2f5ecbb9464fef3dbc844339968f6cdb1123b2b5
Diffstat (limited to 'test/policy-local-files/slice-selection-files/threshold_policy_nsi.json')
-rw-r--r-- | test/policy-local-files/slice-selection-files/threshold_policy_nsi.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/policy-local-files/slice-selection-files/threshold_policy_nsi.json b/test/policy-local-files/slice-selection-files/threshold_policy_nsi.json index 6e518dd..8769641 100644 --- a/test/policy-local-files/slice-selection-files/threshold_policy_nsi.json +++ b/test/policy-local-files/slice-selection-files/threshold_policy_nsi.json @@ -14,7 +14,9 @@ "embb-nst" ], "scope":[ - "OSDF_GUILIN" + "shared,reuse", + "shared,create_new", + "not-shared" ], "services":[ "embb-nst" |