From 50f76dc4b99612cde9f703ac472adcdc32d4e536 Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Wed, 21 Mar 2018 18:48:49 +0000 Subject: [PATCH] added test runner to streaming sim --- Vagrantfile | 3 +-- test/telegraf-agents/rspec.yml | 7 ++++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 3ccfdcd..c5a42fe 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -91,8 +91,7 @@ Vagrant.configure("2") do |config| when 'test-runner' instance_config.vm.provision :shell, :path => "test/services/pytest/install.sh" when 'clmc-service' - instance_config.vm.provision :shell, :path => "scripts/clmc-service/install.sh" - instance_config.vm.provision :shell, :path => "test/services/pytest/install.sh" + instance_config.vm.provision :shell, :path => "scripts/clmc-service/install.sh" else # specific service install instance_config.vm.provision :shell, :path => "test/services/#{host["service_name"]}/install.sh", env: {"REPO_ROOT" => "/vagrant"} diff --git a/test/telegraf-agents/rspec.yml b/test/telegraf-agents/rspec.yml index e2290d4..6dad4be 100644 --- a/test/telegraf-agents/rspec.yml +++ b/test/telegraf-agents/rspec.yml @@ -95,4 +95,9 @@ hosts: sf_id_instance: "adaptive_streaming_I1" ipendpoint_id: "adaptive_streaming_I1_apache1" influxdb_url: "http://192.168.50.10:8086" - database_name: "CLMCMetrics" \ No newline at end of file + database_name: "CLMCMetrics" + - name: test-runner + cpus: 1 + memory: 2048 + disk: "10GB" + ip_address: "192.168.50.17" \ No newline at end of file -- GitLab