attempt new sleep pattern
This commit is contained in:
parent
d13f1bb0eb
commit
21f82d7fe5
1 changed files with 3 additions and 4 deletions
|
@ -399,13 +399,12 @@ class eidastest($version="1.0.0", $hostname="locahost") {
|
||||||
compose_dir => "${home}",
|
compose_dir => "${home}",
|
||||||
content => inline_template("<%= @compose.to_yaml %>\n")
|
content => inline_template("<%= @compose.to_yaml %>\n")
|
||||||
} ->
|
} ->
|
||||||
|
exec { 'wait': command => 'sleep 10' } ->
|
||||||
exec { 'launch_test_prod':
|
exec { 'launch_test_prod':
|
||||||
command => "sleep 60 && wget --no-check-certificate -qO- https://localhost/testid/prod/execution-interval/7",
|
command => "wget --no-check-certificate -qO- https://localhost/testid/prod/execution-interval/7",
|
||||||
refreshonly => true
|
|
||||||
} ->
|
} ->
|
||||||
exec { 'launch_test_qa':
|
exec { 'launch_test_qa':
|
||||||
command => "sleep 60 && wget --no-check-certificate -qO- https://localhost/testid/qa/execution-interval/17",
|
command => "wget --no-check-certificate -qO- https://localhost/testid/qa/execution-interval/17",
|
||||||
refreshonly => true
|
|
||||||
}
|
}
|
||||||
ensure_resource('class','webserver',{})
|
ensure_resource('class','webserver',{})
|
||||||
ensure_resource('class','https_server',{})
|
ensure_resource('class','https_server',{})
|
||||||
|
|
Loading…
Add table
Reference in a new issue