aboutsummaryrefslogtreecommitdiffstats
path: root/tests/optf-has/has/data/nst_selection_template.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/optf-has/has/data/nst_selection_template.json')
-rw-r--r--tests/optf-has/has/data/nst_selection_template.json55
1 files changed, 0 insertions, 55 deletions
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
index 41819141..00000000
--- a/tests/optf-has/has/data/nst_selection_template.json
+++ /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