From 70fc96ee9d7785a46de6847cd8bbb54a26bff3eb Mon Sep 17 00:00:00 2001 From: zhihui wu Date: Wed, 16 Aug 2017 15:56:17 +0800 Subject: refactor storperf scripts structure - Run qtip and storperf containers by docker-compose - Cope the current patch changes into qtip container for verification - Run the script run_storage_qpi.sh for storperf test Change-Id: Ic140fb7531d270b9c62bcd72f5dbc13917534daf Signed-off-by: zhihui wu --- tests/ci/storperf/default_job.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/ci/storperf/default_job.json (limited to 'tests/ci/storperf/default_job.json') diff --git a/tests/ci/storperf/default_job.json b/tests/ci/storperf/default_job.json new file mode 100644 index 00000000..4e5e2dfd --- /dev/null +++ b/tests/ci/storperf/default_job.json @@ -0,0 +1,15 @@ +{ + "block_sizes": "1024", + "deadline": 30, + "steady_state_samples": 2, + "queue_depths": "1", + "workload": "rw", + "metadata": { + "disk_type": "HDD", + "scenario_name": "", + "storage_node_count": 2, + "version": "", + "build_tag": "", + "test_case": "snia_steady_state" + } +} -- cgit 1.2.3-korg