summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/test-usage.rst
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-07-19 16:11:34 -0400
committermbeierl <mark.beierl@dell.com>2017-07-19 16:11:34 -0400
commitd38c48bfcf75b8011057bbda19d5ee6652a0351b (patch)
tree5f20be7b758d51729dc4b73c22213ba50f2af9e0 /docs/testing/user/test-usage.rst
parent01533363863239f00411943e9e83ac27ec0cbff5 (diff)
Updating Documentation
Minor updates to match the latest docker-compose method. Change-Id: I477b3bfa707a76822a3bedc54e6454beb5f2bcde Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'docs/testing/user/test-usage.rst')
-rw-r--r--docs/testing/user/test-usage.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/user/test-usage.rst b/docs/testing/user/test-usage.rst
index 91733cf..8ffa27a 100644
--- a/docs/testing/user/test-usage.rst
+++ b/docs/testing/user/test-usage.rst
@@ -136,10 +136,10 @@ remaining workloads will continue to execute in order.
.. code-block:: json
{
- "block_sizes": "2048,16384,
+ "block_sizes": "2048,16384",
"deadline": 20,
"queue_depths": "2,4",
- "workload": "wr,rr,rw",
+ "workload": "wr,rr,rw"
}
Metadata