16c32e366b
Run faults and scenario test cases using Tobiko role Change-Id: I551969bdea7cdebbc1914c5f1753c4fd9ae1dfad
22 lines
401 B
YAML
22 lines
401 B
YAML
---
|
|
|
|
- hosts:
|
|
- primary
|
|
|
|
roles:
|
|
- name: install python3-devel and other requirements
|
|
role: bindep
|
|
|
|
- name: import tripleo-ci common role
|
|
role: common
|
|
|
|
- name: install tripleo
|
|
role: run-test
|
|
|
|
- name: prepare environment to run Tobiko test cases
|
|
role: tobiko
|
|
vars:
|
|
tobiko_pre_run: true
|
|
tobiko_run: false
|
|
tobiko_post_run: false
|