diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 3 | ||||
-rw-r--r-- | ansible/site.gate.yml | 3 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index b4c8bcad7..cddc1ab1e 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -23,6 +23,7 @@ - odl - tempest_smoke - container: functest-smoke-cntt + timeout: 2h tests: - tempest_neutron_cntt - tempest_cinder_cntt @@ -33,12 +34,14 @@ - tempest_scenario_cntt - tempest_slow_cntt - container: functest-benchmarking-cntt + timeout: 4h tests: - rally_full_cntt - rally_jobs_cntt - vmtp - shaker - container: functest-vnf + timeout: 2h tests: - cloudify - cloudify_ims diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index eb99e9240..d9e9e4f47 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -59,6 +59,7 @@ - tempest_smoke - tempest_horizon - container: functest-smoke + timeout: 2h tests: - tempest_neutron - tempest_cinder @@ -74,12 +75,14 @@ - networking-sfc - barbican - container: functest-benchmarking + timeout: 4h tests: - rally_full - rally_jobs - vmtp - shaker - container: functest-vnf + timeout: 2h tests: - cloudify - cloudify_ims diff --git a/ansible/site.yml b/ansible/site.yml index e556b1b5b..92bde9134 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -24,6 +24,7 @@ - tempest_smoke - tempest_horizon - container: functest-smoke + timeout: 2h tests: - tempest_neutron - tempest_cinder @@ -39,12 +40,14 @@ - networking-sfc - barbican - container: functest-benchmarking + timeout: 4h tests: - rally_full - rally_jobs - vmtp - shaker - container: functest-vnf + timeout: 2h tests: - cloudify - cloudify_ims |