]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/developer_guide/basic-workflow: fix integration tests link 37949/head
authorDeepika Upadhyay <dupadhya@redhat.com>
Tue, 26 Jan 2021 11:11:09 +0000 (16:41 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Tue, 26 Jan 2021 11:23:34 +0000 (16:53 +0530)
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
doc/dev/developer_guide/basic-workflow.rst

index 30325d84fc61f30ec20e2d41b6db6636eaeeb29d..7fe12e148341ca6fecc983cf3098b6306b84ac96 100644 (file)
@@ -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
-<https://wiki.sepia.ceph.com/doku.php>`_ where :ref:`integration
-tests<testing-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.
+<https://wiki.sepia.ceph.com/doku.php>`_ 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
 <https://wiki.sepia.ceph.com/doku.php?id=vpnaccess>`_.
 
-Integration testing is discussed in more detail in the :ref:`integration
-tests<testing-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 <pdonnell@redhat.com>
-
-.. _Integration Testing: ../testing_integration_tests/tests-integration-testing-teuthology-intro
-.. _Sepia lab: https://wiki.sepia.ceph.com/doku.php