Corrected path for test requirements in docs

Fixes: bug #1188797

Change-Id: Icb3ec7fe90489cc08b4cf8e7b938240c167604e1
This commit is contained in:
Terri Yu 2013-06-10 16:38:36 +00:00
parent 7183fd5970
commit 7cae684abc

View File

@ -52,7 +52,7 @@ run through tox_.
2. Install the test dependencies::
$ sudo pip install -r /opt/stack/ceilometer/tools/test-requires
$ sudo pip install -r /opt/stack/ceilometer/test-requirements.txt
3. Run the unit and code-style tests::