diff --git a/src/test/clmctest/rspec.json b/src/test/clmctest/rspec.json index 97d18cd6cb29c5eb1d267c6308ef0efabafe8e62..ce6ad86e7c1dbf5612c03b7562501d7703d7057b 100644 --- a/src/test/clmctest/rspec.json +++ b/src/test/clmctest/rspec.json @@ -12,100 +12,67 @@ ] }, { - "name": "apache", - "ip_address": "172.40.231.150", - "location": "DC1", - "sfc_id": "MS_Template_1", - "sfc_id_instance": "MS_I1", - "sf_id": "apache", - "sf_id_instance": "adaptive_streaming_I1", - "ipendpoint_id": "adaptive_streaming_I1_apache1", - "sr_id": "service_router", - "influxdb_url": "http://172.40.231.51:8086", - "database_name": "CLMCMetrics" -}, -{ - "name": "nginx", + "name": "nginx_ep1", "ip_address": "172.40.231.151", "location": "DC1", - "sfc_id": "MS_Template_1", - "sfc_id_instance": "MS_I1", + "sfc_id": "MS_Demo", + "sfc_id_instance": "MS_Demo1", "sf_id": "nginx", - "sf_id_instance": "adaptive_streaming_nginx_I1", - "ipendpoint_id": "adaptive_streaming_nginx_I1_apache1", - "sr_id": "service_router", + "sf_id_instance": "nginx__sf1", + "ipendpoint_id": "nginx_ep1", + "sr_id": "SR2", "influxdb_url": "http://172.40.231.51:8086", - "database_name": "CLMCMetrics" + "database_name": "CLMCMetrics", + "forward_ports": [ + { "guest": 80, "host": 9180 } + ] }, { - "name": "mongo", - "service_name": "mongo", + "name": "nginx_ep2", "ip_address": "172.40.231.152", "location": "DC1", - "sfc_id": "MS_Template_1", - "sfc_id_instance": "MS_I1", - "sf_id": "mongo", - "sf_id_instance": "metadata_database_I1", - "ipendpoint_id": "metadata_database_I1_apache1", - "sr_id": "service_router", + "sfc_id": "MS_Demo", + "sfc_id_instance": "MS_Demo1", + "sf_id": "nginx", + "sf_id_instance": "nginx__sf1", + "ipendpoint_id": "nginx_ep2", + "sr_id": "SR3", "influxdb_url": "http://172.40.231.51:8086", - "database_name": "CLMCMetrics" + "database_name": "CLMCMetrics", + "forward_ports": [ + { "guest": 80, "host": 9181 } + ] }, { - "name": "host", - "service_name": "host", - "ip_address": "172.40.231.154", + "name": "minio_ep1", + "ip_address": "172.40.231.153", "location": "DC1", - "sfc_id": "MS_Template_1", - "sfc_id_instance": "MS_I1", - "sf_id": "host", - "sf_id_instance": "adaptive_streaming_I1", - "ipendpoint_id": "adaptive_streaming_I1_apache1", - "sr_id": "service_router", + "sfc_id": "MS_Demo", + "sfc_id_instance": "MS_Demo1", + "sf_id": "minio", + "sf_id_instance": "minio_sf1", + "ipendpoint_id": "minio_ep1", + "sr_id": "SR4", "influxdb_url": "http://172.40.231.51:8086", - "database_name": "CLMCMetrics" + "database_name": "CLMCMetrics", + "forward_ports": [ + { "guest": 9000, "host": 9182 } + ] }, { - "name": "minio", - "ip_address": "172.40.231.155", + "name": "minio_ep2", + "ip_address": "172.40.231.154", "location": "DC1", - "sfc_id": "MS_Template_1", - "sfc_id_instance": "MS_I1", + "sfc_id": "MS_Demo", + "sfc_id_instance": "MS_Demo1", "sf_id": "minio", - "sf_id_instance": "adaptive_streaming_I1", - "ipendpoint_id": "adaptive_streaming_I1_minio", - "sr_id": "service_router", - "influxdb_url": "http://172.40.231.51:8086", - "database_name": "CLMCMetrics" -}, -{ - "name": "ipendpoint1", - "ip_address": "172.40.231.170", - "location": "nova", - "sfc_id": "media_service_A", - "sfc_id_instance": "StackID", - "sf_id": "ipendpoint", - "sf_id_instance": "ms-A.ict-flame.eu", - "ipendpoint_id": "endpoint1.ms-A.ict-flame.eu", - "sr_id": "service_router", - "influxdb_url": "http://172.40.231.51:8086", - "database_name": "CLMCMetrics" -}, -{ - "name": "ipendpoint2", - "ip_address": "172.40.231.171", - "location": "nova", - "sfc_id": "media_service_A", - "sfc_id_instance": "StackID", - "sf_id": "ipendpoint", - "sf_id_instance": "ms-A.ict-flame.eu", - "ipendpoint_id": "endpoint2.ms-A.ict-flame.eu", - "sr_id": "service_router", + "sf_id_instance": "minio_sf1", + "ipendpoint_id": "minio_ep2", + "sr_id": "SR5", "influxdb_url": "http://172.40.231.51:8086", - "database_name": "CLMCMetrics" -}, -{ - "name": "test-runner", - "ip_address": "172.40.231.200" + "database_name": "CLMCMetrics", + "forward_ports": [ + { "guest": 9000, "host": 9183 } + ] } ] \ No newline at end of file