aboutsummaryrefslogtreecommitdiffstats
path: root/tests/optf-has/has/data/nssi_selection_template_unmatched.json
diff options
context:
space:
mode:
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2021-03-31 15:02:48 +0300
committerMorgan Richomme <morgan.richomme@orange.com>2021-04-02 08:52:14 +0000
commite88242da2117cc06bba3b3410f1a6faa9acb5035 (patch)
treea4975dfa54173770a12b509450ebfb9a52fdcba1 /tests/optf-has/has/data/nssi_selection_template_unmatched.json
parentddd487752cf6eddd891d7b8fe5062316a932414d (diff)
Remove redundant optf CSIT tests
- optf-has and optf-osdf CSITs have been moved to their respective project repositories: https://gerrit.onap.org/r/c/ci-management/+/120040 https://gerrit.onap.org/r/c/optf/osdf/+/119471 https://gerrit.onap.org/r/c/optf/has/+/119424 Issue-ID: OPTFRA-930 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I3ca21d3a96e9dd7a6a86202b04b6c506c367ff01
Diffstat (limited to 'tests/optf-has/has/data/nssi_selection_template_unmatched.json')
-rw-r--r--tests/optf-has/has/data/nssi_selection_template_unmatched.json76
1 files changed, 0 insertions, 76 deletions
diff --git a/tests/optf-has/has/data/nssi_selection_template_unmatched.json b/tests/optf-has/has/data/nssi_selection_template_unmatched.json
deleted file mode 100644
index 23500c5b..00000000
--- a/tests/optf-has/has/data/nssi_selection_template_unmatched.json
+++ /dev/null
@@ -1,76 +0,0 @@
-{
- "files": {},
- "limit": 10,
- "name": "urllc_sample",
- "num_solution": "1",
- "timeout": 1200,
- "template": {
- "homing_template_version": "2020-08-13",
- "parameters": {
- "latency": 5,
- "reliability": 99.9
- },
- "demands": {
- "URLLC_core": [
- {
- "default_attributes": {
- "creation_cost": 0.1
- },
- "filtering_attributes": {
- "service-function": "shared",
- "model-invariant-id": "c343a533-c045-4ec0-bbb6-f30eb8eb5a41",
- "model-version-id": "8d770214-d3e7-43ea-b7a6-9b235dcbcd34",
- "service-role": "nssi"
- },
- "inventory_provider": "aai",
- "inventory_type": "nssi",
- "unique": "true"
- }
- ]
- },
- "constraints": {
- "URLLC_Threshold": {
- "demands": [
- "URLLC_core"
- ],
- "properties": {
- "evaluate": [
- {
- "attribute": "latency",
- "operator": "lte",
- "threshold": {
- "get_param": "latency"
- },
- "unit": "ms"
- },
- {
- "attribute": "reliability",
- "operator": "gte",
- "threshold": {
- "get_param": "reliability"
- },
- "unit": ""
- }
-
- ]
- },
- "type": "threshold"
- }
- },
- "optimization": {
- "goal": "minimize",
- "operation_function": {
- "operands": [
- {
- "function": "attribute",
- "params": {
- "attribute": "latency",
- "demand": "URLLC_core"
- }
- }
- ],
- "operator": "sum"
- }
- }
- }
-}