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
6 lines
79 B
YAML
6 lines
79 B
YAML
---
|
|
- hosts: all
|
|
environment:
|
|
OS_CLOUD: devstack-admin
|
|
roles:
|
|
- tox |