Benchmarking tool for OpenStack Swift
Go to file
Matthew Oliver 4614f84609 refactor bin/bench into swiftbench/cli for testing
The test infrastructure for swiftbench is pretty bad. In order to start
cleaning it up this patch starts with some initial scaffolding for
test_cli.py. Sd such it refactors the code out of bin/swiftbench and
puts it into swiftbench/cli/__init__.py. Leaving the cli namespace free
for future expansions.

A verybasic tests/test_cli.py has been added which initialises some test
scaffolding and a first test_default has been added.

This is at least a start that we can extend.

Change-Id: Ibb2c3bb17522b6302697e2d2b01df3a6aa62800e
2022-12-08 14:28:39 +11:00
bin refactor bin/bench into swiftbench/cli for testing 2022-12-08 14:28:39 +11:00
etc add storage policy option 2015-06-01 17:56:25 +00:00
swiftbench refactor bin/bench into swiftbench/cli for testing 2022-12-08 14:28:39 +11:00
tests refactor bin/bench into swiftbench/cli for testing 2022-12-08 14:28:39 +11:00
.gitignore Migrate from testr to stestr 2021-06-30 19:21:39 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:36:56 +00:00
.mailmap authors/changelog update for 1.1. release 2016-02-11 15:07:21 -08:00
.stestr.conf Migrate from testr to stestr 2021-06-30 19:21:39 -07:00
.unittests Make swift-bench not depending on swift. 2013-11-24 15:35:49 +01:00
.zuul.yaml Switch to xena jobs 2021-06-30 16:56:12 -07:00
AUTHORS authors/changelog update for 1.1. release 2016-02-11 15:07:21 -08:00
CHANGELOG version bump for 1.2 release 2016-02-12 12:17:27 -08:00
LICENSE Convert LICENSE to use unix style line endings. 2012-12-19 12:48:27 -05:00
MANIFEST.in Add MANIFEST.in 2014-01-24 07:52:30 +01:00
README.rst Add plumbing. 2013-11-21 14:09:47 -08:00
requirements.txt Port to py3 2019-08-29 13:16:33 -07:00
setup.cfg Add long_description to fix gate 2019-01-03 14:25:12 -08:00
setup.py Switch to xena jobs 2021-06-30 16:56:12 -07:00
test-requirements.txt Migrate from testr to stestr 2021-06-30 19:21:39 -07:00
tox.ini Migrate from testr to stestr 2021-06-30 19:21:39 -07:00

Swift Benchmarking tool.