horizon/playbooks/horizon-devstack-integration/pre.yaml
Ivan Kolodyazhny 0c8de3eb4c Add non-voting integration tests job
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
2019-01-18 19:50:51 +00:00

10 lines
174 B
YAML

---
- hosts: all
roles:
- run-devstack
- test-setup
- ensure-tox
- role: bindep
bindep_profile: selenium
become: true
- setup-selenium-tests