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
^^^^^^^^^^^^^^^^^^^^^^^^^^
$ 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
checked in ``<ceph-repo-root>/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
Configure your environment::
- $ . ./build/vstart_enviroment.sh
+ $ . ./build/vstart_environment.sh
Running a test
^^^^^^^^^^^^^^