diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index 62447a0997..5e17bb1365 100644 --- a/doc/source/contributor/dev-quickstart.rst +++ b/doc/source/contributor/dev-quickstart.rst @@ -212,7 +212,7 @@ Next, install and configure system dependencies. Step 2: Install System Dependencies Locally -------------------------------------------- -This option will install RabbitMQ and MySQL on your local system. This may not +This step will install RabbitMQ and MySQL on your local system. This may not be desirable in some situations (eg, you're developing from a laptop and do not want to run a MySQL server on it all the time). @@ -680,16 +680,16 @@ First, navigate to Tempest directory:: cd /opt/stack/tempest To run all tests from the `Ironic plugin -`_, +`_, execute the following command:: - tox -e all-plugin -- ironic + tox -e all -- ironic To limit the amount of tests that you would like to run, you can use a regex. For instance, to limit the run to a single test file, the following command can be used:: - tox -e all-plugin -- ironic_tempest_plugin.tests.scenario.test_baremetal_basic_ops + tox -e all -- ironic_tempest_plugin.tests.scenario.test_baremetal_basic_ops Debugging Tempest tests