Skip to content
Snippets Groups Projects
Commit 50f76dc4 authored by MJB's avatar MJB
Browse files

added test runner to streaming sim

parent dd658d34
No related branches found
No related tags found
No related merge requests found
......@@ -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"}
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment