From b72bed65b2a0a41fee74d46ab5d35bda700c2cfd Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Wed, 25 Apr 2018 18:21:35 +0100 Subject: [PATCH] added response time test --- clmctest/e2e_response_time/rspec.yml | 56 ++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 clmctest/e2e_response_time/rspec.yml diff --git a/clmctest/e2e_response_time/rspec.yml b/clmctest/e2e_response_time/rspec.yml new file mode 100644 index 0000000..4fe3767 --- /dev/null +++ b/clmctest/e2e_response_time/rspec.yml @@ -0,0 +1,56 @@ +## (c) University of Southampton IT Innovation Centre, 2018 +## +## Copyright in this software belongs to University of Southampton +## IT Innovation Centre of Gamma House, Enterprise Road, +## Chilworth Science Park, Southampton, SO16 7NS, UK. +## +## This software may not be used, sold, licensed, transferred, copied +## or reproduced in whole or in part in any manner or form or in or +## on any media by any person other than in accordance with the terms +## of the Licence Agreement supplied with the software, or otherwise +## without the prior written consent of the copyright owners. +## +## This software is distributed WITHOUT ANY WARRANTY, without even the +## implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +## PURPOSE, except where stated in the Licence Agreement supplied with +## the software. +## +## Created By : Michael Boniface +## Created Date : 02-02-2018 +## Created for Project : FLAME + +hosts: + - name: clmc-service + cpus: 1 + memory: 2048 + disk: "10GB" + forward_ports: + - guest: 8086 + host: 8086 + - guest: 8888 + host: 8888 + - guest: 9092 + host: 9092 + ip_address: "172.40.231.51" + - name: minio + service_name: "minio" + cpus: 1 + memory: 2048 + disk: "10GB" + forward_ports: + - guest: 9000 + host: 9000 + ip_address: "172.40.231.155" + location: "DC1" + sfc_id: "MS_Template_1" + sfc_id_instance: "MS_I1" + sf_id: "adaptive_streaming" + sf_id_instance: "adaptive_streaming_I1" + ipendpoint_id: "adaptive_streaming_I1_minio" + influxdb_url: "http://172.40.231.51:8086" + database_name: "CLMCMetrics" + - name: test-runner + cpus: 1 + memory: 2048 + disk: "10GB" + ip_address: "172.40.231.200" -- GitLab