ec629c2e0c
This patch imports OVN LB functional tests. Unfortunately neutron hasn't been released yet so for test requirements we need to install it from git, from commit that imports functional base class to neutron [1]. [1] https://review.opendev.org/#/c/701733/ Change-Id: Ia65492db1688f3a3fce22a4432ae8445f67c37b3
11 lines
247 B
YAML
11 lines
247 B
YAML
- hosts: all
|
|
roles:
|
|
- run-devstack
|
|
# Run bindep and test-setup after devstack so that they won't interfere
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- ensure-tox
|
|
- tox
|