aboutsummaryrefslogtreecommitdiffstats
path: root/tests/optf-has/has/data/plan_with_wrong_distance_constraint.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/plan_with_wrong_distance_constraint.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/plan_with_wrong_distance_constraint.json')
-rw-r--r--tests/optf-has/has/data/plan_with_wrong_distance_constraint.json63
1 files changed, 0 insertions, 63 deletions
diff --git a/tests/optf-has/has/data/plan_with_wrong_distance_constraint.json b/tests/optf-has/has/data/plan_with_wrong_distance_constraint.json
deleted file mode 100644
index 9f25c2df..00000000
--- a/tests/optf-has/has/data/plan_with_wrong_distance_constraint.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "name":"onap template with wrong distance constraint",
- "template":{
- "homing_template_version":"2017-10-10",
- "parameters":{
- "service_name":"Residential vCPE",
- "service_id":"vcpe_service_id",
- "customer_lat":45.395968,
- "customer_long":-71.135344,
- "physical_location":"DLLSTX233",
- "REQUIRED_MEM":4,
- "REQUIRED_DISK":100,
- "pnf_id":"some_pnf_id"
- },
- "locations":{
- "customer_loc":{
- "latitude":{
- "get_param":"customer_lat"
- },
- "longitude":{
- "get_param":"customer_long"
- }
- }
- },
- "demands":{
- "vG":[
- {
- "inventory_provider":"aai",
- "inventory_type":"cloud"
- }
- ]
- },
- "constraints":{
- "distance-vg":{
- "demands":[
- "vG"
- ],
- "properties":{
- "distance":"< 1 km",
- "location":"customer_loc"
- }
- }
- },
- "optimization":{
- "minimize": {
- "sum": [
- {
- "distance_between": [
- "customer_loc",
- "vG"
- ]
- },
- {
- "distance_between": [
- "customer_loc",
- "vG"
- ]
- }
- ]
- }
- }
- }
-}