From 6b667910909b332e78105ccdf17e39e4b286ed39 Mon Sep 17 00:00:00 2001 From: houjingwen Date: Fri, 3 Jul 2015 07:58:25 +0000 Subject: Add support for measuring storage performance use fio A simple test case is added that will test writes to ephemeral storage. See samples/fio.yaml The Fio test type can also be used to test block storage, just modify the "filename" argument. JIRA: YARDSTICK-34 Change-Id: I1758d2999f8a5fdd44726e1dfc3e9769ea39dad6 Signed-off-by: houjingwen --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 742192c6f..7adaa05dc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,12 @@ setup( version="0.1.dev0", packages=find_packages(), include_package_data=True, - package_data={'yardstick': ['benchmark/scenarios/networking/*.bash']}, + package_data={ + 'yardstick': [ + 'benchmark/scenarios/networking/*.bash', + 'benchmark/scenarios/storage/*.bash' + ] + }, url="https://www.opnfv.org", install_requires=["backport_ipaddress", # remove with python3 "flake8", -- cgit 1.2.3-korg