From e179e14115018f7084780fff8a90187755436c65 Mon Sep 17 00:00:00 2001 From: Deepika Upadhyay Date: Tue, 26 Jan 2021 16:41:09 +0530 Subject: [PATCH] doc/dev/developer_guide/basic-workflow: fix integration tests link Signed-off-by: Deepika Upadhyay --- doc/dev/developer_guide/basic-workflow.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index 30325d84fc61f..7fe12e148341c 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 -- 2.39.5