aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/optf-has/has/data/plan_with_long_distance_constraint.json.service
diff options
context:
space:
mode:
authorLeonardo Bellini <leonardo.bellini@att.com>2018-03-27 05:42:06 -0500
committerLeonardo Bellini <leonardo.bellini@att.com>2018-03-27 05:46:02 -0500
commit853238d1b2e02ba573b5185ebb2c83c48e3b3333 (patch)
tree3c86fbb1db87c8999a13b07cfee753e2a47c2bc6 /test/csit/tests/optf-has/has/data/plan_with_long_distance_constraint.json.service
parent28db3d66f98afb2376e6d51d78b379811b9187ec (diff)
complete test cases for M4
Issue-ID: OPTFRA-204 Change-Id: I0010ecae5f64fbe0b3c0be5cb9ebc52d9a426254 Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
Diffstat (limited to 'test/csit/tests/optf-has/has/data/plan_with_long_distance_constraint.json.service')
-rw-r--r--test/csit/tests/optf-has/has/data/plan_with_long_distance_constraint.json.service51
1 files changed, 51 insertions, 0 deletions
diff --git a/test/csit/tests/optf-has/has/data/plan_with_long_distance_constraint.json.service b/test/csit/tests/optf-has/has/data/plan_with_long_distance_constraint.json.service
new file mode 100644
index 000000000..b0d6478fc
--- /dev/null
+++ b/test/csit/tests/optf-has/has/data/plan_with_long_distance_constraint.json.service
@@ -0,0 +1,51 @@
+{
+ "name":"onap template with long 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":"service",
+ "service_type": "VVIG",
+ "customer_id": "21014aa2-526b-11e6-beb8-9e71128cae77"
+ }
+ ]
+ },
+ "constraints":{
+ "distance-vg":{
+ "type":"distance_to_location",
+ "demands":[
+ "vG"
+ ],
+ "properties":{
+ "distance":"> 100 km",
+ "location":"customer_loc"
+ }
+ }
+ },
+ "optimization":{
+
+ }
+ }
+}