From: Deepika Upadhyay Date: Tue, 26 Jan 2021 11:11:09 +0000 (+0530) Subject: doc/dev/developer_guide/basic-workflow: fix integration tests link X-Git-Tag: v17.1.0~3140^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e179e14115018f7084780fff8a90187755436c65;p=ceph.git doc/dev/developer_guide/basic-workflow: fix integration tests link Signed-off-by: Deepika Upadhyay --- diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index 30325d84fc6..7fe12e14834 100644 --- a/doc/dev/developer_guide/basic-workflow.rst +++ b/doc/dev/developer_guide/basic-workflow.rst @@ -282,18 +282,20 @@ sub-directory`_ and are run via the `teuthology framework`_. .. _`teuthology framework`: https://github.com/ceph/teuthology The Ceph community has access to the `Sepia lab -`_ where :ref:`integration -tests` can be run on physical hardware. Other -developers may add tags like "needs-qa" to your PR. This allows PRs that need -testing to be merged into a single branch and tested all at the same time. +`_ where `integration tests`_ can be run +on physical hardware. +Other developers may add tags like "needs-qa" to your PR. This allows PRs that +need testing to be merged into a single branch and tested all at the same time. Since teuthology suites can take hours (even days in some cases) to run, this can save a lot of time. To request access to the Sepia lab, start `here `_. -Integration testing is discussed in more detail in the :ref:`integration -tests` chapter. +Integration testing is discussed in more detail in the `integration +tests`_ chapter. + +.. _integration tests: ../testing_integration_tests/tests-integration-testing-teuthology-intro Code review ----------- @@ -388,6 +390,3 @@ the **ptl-tool** have the following form:: client: move client_lock to _unmount() client: add timer_lock support Reviewed-by: Patrick Donnelly - -.. _Integration Testing: ../testing_integration_tests/tests-integration-testing-teuthology-intro -.. _Sepia lab: https://wiki.sepia.ceph.com/doku.php