diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-08-01 08:42:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-01 08:42:54 +0000 |
commit | 06b4f3801918ff5548b25e3897a49fe3e3953d9a (patch) | |
tree | 6cd9b929c7a7783bf78f1a3c9909ee3ba25d4ebb /integration/storperf/default_job.json | |
parent | ff3e36c1520eaaec34e754775fd489f916a39d73 (diff) | |
parent | 35c45d5c524bf83375fab7b9483835d43b69a5a6 (diff) |
Merge "run storperf test by using these scripts"
Diffstat (limited to 'integration/storperf/default_job.json')
-rw-r--r-- | integration/storperf/default_job.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/integration/storperf/default_job.json b/integration/storperf/default_job.json new file mode 100644 index 00000000..dd42dcee --- /dev/null +++ b/integration/storperf/default_job.json @@ -0,0 +1,15 @@ +{ + "block_sizes": "1024", + "deadline": 30, + "steady_state_samples": 10, + "queue_depths": "1", + "workload": "wr,rr,rw", + "metadata": { + "disk_type": "HDD", + "scenario_name": "none", + "storage_node_count": 2, + "version": "", + "build_tag": "", + "test_case": "snia_steady_state" + } +}
\ No newline at end of file |