Merge "Remove redundant optf CSIT tests"
[integration/csit.git] / tests / optf-has / has / data / nst_selection_template.json
diff --git a/tests/optf-has/has/data/nst_selection_template.json b/tests/optf-has/has/data/nst_selection_template.json
deleted file mode 100644 (file)
index 4181914..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-{
-   "name":"urllc_sample",
-   "files":{
-   },
-   "limit":10,
-   "num_solution":"1",
-   "timeout":1200,
-   "template":{
-      "homing_template_version":"2020-08-13",
-      "demands":{
-         "nst_demand":[
-            {
-               "inventory_provider":"aai",
-               "inventory_type":"nst",
-               "unique":"true",
-               "region":"RegionOne",
-               "filtering_attributes":{
-                  "model-role":"nst"
-               }
-            }
-         ]
-      },
-      "constraints":{
-         "nst_Threshold":{
-            "type":"threshold",
-            "demands":[
-               "nst_demand"
-            ],
-            "properties":{
-               "evaluate":[
-                  {
-                     "attribute":"latency",
-                     "operator":"lte",
-                     "threshold":30,
-                     "unit":"ms"
-                  }
-               ]
-            }
-         }      },
-      "optimization":{
-         "goal": "minimize",
-         "operation_function": {
-            "operator": "sum",
-            "operands": [{
-               "function": "attribute",
-               "params": {
-                  "demand": "nst_demand",
-                  "attribute": "latency"
-               }
-            }]
-         }
-      }
-   }
-}
\ No newline at end of file