c0fe95fcc5
Both jobs deploy a multinode env before running their tests so just append the new nova-evacuate tests to the end of the job. Change-Id: If64cdf1002eec1504fa76eb4df39b6b2e4ff3728
11 lines
215 B
YAML
11 lines
215 B
YAML
---
|
|
- hosts: tempest
|
|
become: true
|
|
roles:
|
|
- role: fetch-subunit-output
|
|
zuul_work_dir: '{{ devstack_base_dir }}/tempest'
|
|
- role: process-stackviz
|
|
- hosts: controller
|
|
roles:
|
|
- run-evacuate-hook
|