0c8de3eb4c
Thi patch skip integration tests which fails on gates until specified bug will be resolved. @decorators.skip_because doesn't work somewhy so I used unittest.skip instead of it. I'll fix skip_because decorator in a follow up patch. Related-Bug: #1792028 Change-Id: Ida79b5064c2457afc15db6e63a45478d711e02b5
10 lines
174 B
YAML
10 lines
174 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- run-devstack
|
|
- test-setup
|
|
- ensure-tox
|
|
- role: bindep
|
|
bindep_profile: selenium
|
|
become: true
|
|
- setup-selenium-tests |