From c8e9fb82c4021e2b7e92329ac3f114727e4973ed Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Wed, 21 Mar 2018 20:25:49 +0000 Subject: [PATCH] added test-runner to streaming sim test --- test/streaming-sim/rspec.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/streaming-sim/rspec.yml b/test/streaming-sim/rspec.yml index 399af32..97967dc 100644 --- a/test/streaming-sim/rspec.yml +++ b/test/streaming-sim/rspec.yml @@ -44,4 +44,9 @@ hosts: sf_id_instance: "adaptive_streaming_I1" ipendpoint_id: "adaptive_streaming_I1_apache2" influxdb_url: "http://203.0.113.100:8086" - database_name: "CLMCMetrics" \ No newline at end of file + database_name: "CLMCMetrics" + - name: test-runner + cpus: 1 + memory: 2048 + disk: "10GB" + ip_address: "203.0.113.102" \ No newline at end of file -- GitLab