docs: Clarify fullstack local run procedure

First, explain where the repos should be checked out to. Second,
recommend rebooting with the latest distro kernel to avoid ovs module
incompabitilities.

Change-Id: I480ba689a4e20f373e30fe77059474b6dbea5a72
This commit is contained in:
Ihar Hrachyshka 2024-08-22 10:38:13 -04:00
parent f17cc24e8a
commit 6e30a825a3

@ -108,7 +108,15 @@ How to run fullstack tests locally?
Fullstack tests can be run locally. That makes it much easier to understand
exactly how it works, debug issues in the existing tests or write new ones.
To run fullstack tests locally, you should clone the following repositories:
Before proceeding, please make sure that the machine runs the latest kernel
from your distibution repositories (reboot the machine, if needed). Otherwise,
you may experience issues with the `openvswitch` built from source during the
environment preparation.
To run fullstack tests locally, you should clone the following repositories
under `/opt/stack/` directory (you may have to create it first with
`mkdir -p /opt/stack`):
* `Devstack <https://opendev.org/openstack/devstack/>`
* `Neutron <https://opendev.org/openstack/neutron>`