Python scripts for use in Performance QA work
Go to file
Hervé Beraud e3ab04a4f3 Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: I6bdf38b8b7e63ff8183f0aaccb566d2baa37df56
2020-06-11 10:08:00 +02:00
doc Switch to newer openstackdocstheme version 2020-06-02 14:19:07 +02:00
os_performance_tools Use unittest.mock instead of mock 2020-06-11 10:08:00 +02:00
releasenotes/notes [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 11:26:12 +01:00
.coveragerc Initial Cookiecutter Commit. 2015-10-15 14:09:34 -07:00
.gitignore Fix docs building 2020-02-03 22:13:58 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:47:57 +00:00
.mailmap Initial Cookiecutter Commit. 2015-10-15 14:09:34 -07:00
.testr.conf Initial Cookiecutter Commit. 2015-10-15 14:09:34 -07:00
.zuul.yaml Switch testing to Victoria testing runtime 2020-05-05 13:54:36 +05:30
babel.cfg Initial Cookiecutter Commit. 2015-10-15 14:09:34 -07:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-04-22 14:04:58 +00:00
HACKING.rst Fix link in HACKING.rst 2018-11-16 00:53:58 +08:00
LICENSE Initial Cookiecutter Commit. 2015-10-15 14:09:34 -07:00
MANIFEST.in Initial Cookiecutter Commit. 2015-10-15 14:09:34 -07:00
openstack-common.conf Rename to os-performance-tools 2015-11-09 15:16:51 -08:00
README.rst Remove the incorrect bug tracker link 2019-08-19 15:20:34 +05:30
requirements.txt Fix docs building 2020-02-03 22:13:58 +01:00
setup.cfg Switch testing to Victoria testing runtime 2020-05-05 13:54:36 +05:30
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 11:26:12 +01:00
test-requirements.txt Use unittest.mock instead of mock 2020-06-11 10:08:00 +02:00
tox.ini Switch testing to Victoria testing runtime 2020-05-05 13:54:36 +05:30

os-performance-tools

Python scripts for use in OpenStack's Performance Measurement

Features

  • Collect counters from various backends and save as JSON and/or Subunit attachments
  • Record delta with previous JSON counters
  • Push counters into statsd