From: Lumir Sliva Date: Sat, 28 Mar 2026 23:27:10 +0000 (+0100) Subject: doc/dev: fix typos in running-tests-locally.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68081%2Fhead;p=ceph.git doc/dev: fix typos in running-tests-locally.rst Fix grammar error ('is be tested' -> 'can be tested'), misspellings of 'bootstrap', 'teuthology', and 'environment', a repeated word ('manually manually'), and a missing article ('maybe bootstrap' -> 'maybe the bootstrap'). Signed-off-by: Lumir Sliva --- diff --git a/doc/dev/developer_guide/running-tests-locally.rst b/doc/dev/developer_guide/running-tests-locally.rst index f8d84efa67a9..5e4a21442d3e 100644 --- a/doc/dev/developer_guide/running-tests-locally.rst +++ b/doc/dev/developer_guide/running-tests-locally.rst @@ -45,7 +45,7 @@ To run the s3tests suite do the following:: Running test using vstart_runner.py ----------------------------------- -CephFS and Ceph Manager code is be tested using `vstart_runner.py`_. +CephFS and Ceph Manager code can be tested using `vstart_runner.py`_. Running your first test ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -69,9 +69,9 @@ in a custom virtual environment with clone `teuthology`_ repository using $ pip install teuthology[test]@git+https://github.com/ceph/teuthology $ deactivate -If for some unforeseen reason above approaches do no work (maybe boostrap -script doesn't work due to a bug or you can't download tethology at the -moment) teuthology can be installed manually manually from copy of +If for some unforeseen reason above approaches do not work (maybe the bootstrap +script doesn't work due to a bug or you can't download teuthology at the +moment) teuthology can be installed manually from copy of teuthology repo already present on your machine:: $ cd teuthology @@ -167,7 +167,7 @@ vstart_runner.py primarily does three things - checked in ``/build/bin/``. If present, the first argument is replaced with the path to binary file. -Running Workunits Using vstart_enviroment.sh +Running Workunits Using vstart_environment.sh -------------------------------------------- Code can be tested by building Ceph locally from source, starting a vstart @@ -179,7 +179,7 @@ Set up the environment Configure your environment:: - $ . ./build/vstart_enviroment.sh + $ . ./build/vstart_environment.sh Running a test ^^^^^^^^^^^^^^