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>
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
.. 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