Commit Graph

2 Commits (master)

Author SHA1 Message Date
Slawek Kaplonski 1ee61f955f Fix functional tests job
This patch fixes functional tests job by doing 2 things:

* Configure correct db user in the functional tests job
  This was changed in the Neutron in commit [1] and should
  be updated also in the configure_functional_tests role in
  this repo.
* Remove run-devstack role from run_functional_job playbook
  There is no need to run that role in the functional
  job and not running it can save few minutes in each job's run.
  The same change was done in Neutron in patch [2].

[1] https://review.opendev.org/c/openstack/neutron/+/814009
[2] https://review.opendev.org/c/openstack/neutron/+/816354

Depends-On: https://review.opendev.org/c/openstack/devstack/+/819402

Closes-bug: #1952357
Change-Id: I0f3f93cdb361575591cd1278da74075d83611cae
2021-11-26 07:59:54 +00:00
Maciej Józefczyk ec629c2e0c Import OVN LB functional tests
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
2020-02-24 08:15:13 +00:00