Update git submodules
* Update ovsdbapp from branch 'master'
to 2d63f81ad7664c1b7038474671aa6ed5cf4dd8d5
- Merge "venv: Stop OVN ovsdb-server processes"
- venv: Stop OVN ovsdb-server processes
The Venv fixture cleanup had been called before the OVN ovsdb-server
processes were called which means the required pidfile was already gone.
The addCleanup() treats the routines as LIFO and thus this patch creates
the Venv fixture before the OVN related processes fixtures. This means
the processes are stopped before the venv directory is deleted.
Closes-Bug: #2146563
Change-Id: I9a34c485c87ed7b216574f3c57db27e18424d2b5
Signed-off-by: Jakub Libosvar <libosvar@redhat.com>
This commit is contained in: