Go to file
Anand Bhat 55a24e730d Replace dashes with underscore & Migrate to stestr
* Setuptools v54.1.0 introduces a warning that the use of dash-separated
  options in 'setup.cfg' will not be supported in a future version [1].
  Get ahead of the issue by replacing the dashes with underscores.Without
  this, we see 'UserWarning' messages.
* Replace .testr.conf by .stestr.conf for migration and update
  .gitignore and test-requirements.txt file accordingly
* Use py3 as the default runtime for tox
* Add a new job, openstack-cover-jobs, to run the coverage in Zuul

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I3169456592324425b9a9ddc4dbcf8abcf3b82135
2021-06-02 16:20:58 +05:30
2015-10-15 14:09:34 -07:00
2019-04-19 19:47:57 +00:00
2015-10-15 14:09:34 -07:00
2018-11-16 00:53:58 +08:00
2015-10-15 14:09:34 -07:00
2015-10-15 14:09:34 -07:00
2020-06-09 11:54:39 +02:00

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
Description
Python scripts for use in Performance QA work
Readme 401 KiB
Languages
Python 100%