]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: specify location of e2e-tests script 43104/head
authorLaura Flores <lflores@redhat.com>
Wed, 8 Sep 2021 21:22:45 +0000 (16:22 -0500)
committerLaura Flores <lflores@redhat.com>
Thu, 9 Sep 2021 19:10:10 +0000 (19:10 +0000)
I was just going through these steps myself, and I found it difficult to locate and run `run-frontend-e2e-tests.sh`. Specifying the location of it might make it clearer to others where the correct script is located.

Signed-off-by: Laura Flores <lflores@redhat.com>
doc/dev/developer_guide/dash-devel.rst

index dc2355094455b543335e931d56bff8f9e214748d..a5ffaa32c17634f8cc0cce7738d63b9e4940cec2 100644 (file)
@@ -396,8 +396,9 @@ do a full scale e2e run.
 It will verify if everything needed is installed, start a new vstart cluster
 and run the full test suite.
 
-Start all frontend E2E tests by running::
+Start all frontend E2E tests with::
 
+  $ cd src/pybind/mgr/dashboard
   $ ./run-frontend-e2e-tests.sh
 
 Report: