diff options
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index aa704f9..51a0c3d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -59,6 +59,10 @@ For MySQL you can use the following commands:: mysql> GRANT ALL PRIVILEGES ON * . * TO 'openstack_citest'@'localhost'; mysql> FLUSH PRIVILEGES; +See the script ``tools/test-setup.sh`` on how the databases are set up +excactly in the OpenStack CI infrastructure and use that for your +set up. + Alternatively, you can use `pifpaf`_ to run the unit tests directly without setting up the database yourself. You still need to have the database software installed on your system. The following tox environments can be used:: |