diff options
author | Shrenik <shrenik.jain@research.iiit.ac.in> | 2017-09-04 04:15:06 +0530 |
---|---|---|
committer | Shrenik <shrenik.jain@research.iiit.ac.in> | 2017-09-08 02:22:11 +0530 |
commit | 9bde1d1b599173d769fc80f7967c6c4a4e1f1c5a (patch) | |
tree | 9c7e19b620cc5372e964e934e43f548a0bb676b6 /docs/testing/user | |
parent | 7ef0242a48088ba9038873f8d92992957d1b2b77 (diff) |
Add documentation create-compose.py error
Adds statement specifying dependency of python2
on future package.
Adds a newline at end of test-usage.rst
Change-Id: I3b692c700e7ef2e202f8d85387ae761b2da689ad
JIRA: STORPERF-190
Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
Diffstat (limited to 'docs/testing/user')
-rwxr-xr-x | docs/testing/user/installation.rst | 5 | ||||
-rw-r--r-- | docs/testing/user/test-usage.rst | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/testing/user/installation.rst b/docs/testing/user/installation.rst index 1da4187..f6c9744 100755 --- a/docs/testing/user/installation.rst +++ b/docs/testing/user/installation.rst @@ -176,6 +176,11 @@ which should result in: 00649e02237d27bf0b40d1a66160a68a56c9f5e1ceb78d7858e30715cf4350e3 create-compose.py +Note: The script will run fine on python3. Install python future package to avoid error on python2. + +.. code-block:: console + + pip install future Docker Exec diff --git a/docs/testing/user/test-usage.rst b/docs/testing/user/test-usage.rst index 8cd7f20..ee30da2 100644 --- a/docs/testing/user/test-usage.rst +++ b/docs/testing/user/test-usage.rst @@ -271,4 +271,4 @@ request. If no lines are specified, then last 35 lines are returned .. code-block:: bash - curl -X GET --header 'Accept: application/json' http://StorPerf:5000/api/v1.0/logs?lines=12
\ No newline at end of file + curl -X GET --header 'Accept: application/json' http://StorPerf:5000/api/v1.0/logs?lines=12 |