Go to file
Roman Prykhodchenko 769df968e1 Use testrepository as the test runner
There are several benefits moving to testr brings
  - It reduces the diversity of tools in OpenStack
  - testrepository and related components are used in OpenStack Infra
    environment for data analisys and deeper integration
  - Reduces chances of a new dependency hell because py.test won’t be
    added to global-requirements
  - Sticking to global requirements is an idea which is in the scope
    of discussions around Fuel.

In order to facilitate both running specific tests and debugging
this patch introduces dbgunit and dbgfunc tox environments that
utilize oslotest to run unit and functional tests correspondingly
and respect pdb.

Examples:

  - tox -e dbgunit v1.test_parser
  - tox -e dbgfunc v1.test_client.TestHandlers.test_env_action

Partial-bug: #1499659
Change-Id: Ia3e9c16bb21a875ceea3ea3a30c12ac8dfabc277
2015-10-08 21:58:32 +02:00
2015-10-06 09:17:25 +00:00
2015-01-13 11:57:41 +01:00
2014-11-14 13:24:09 +01:00
2015-07-01 15:35:23 +02:00
2015-09-17 11:57:05 +02:00
2015-09-30 12:17:31 +00:00
2015-10-08 21:58:32 +02:00

python-fuelclient

python-fuelclient provides a CLI tool and a Python API wrapper for interacting with Fuel.

Project resources

Project status, bugs, and blueprints are tracked on Launchpad:

https://launchpad.net/fuel

Development documentation is hosted here:

https://docs.fuel-infra.org/fuel-dev

User guide can be found here:

http://docs.mirantis.com

Any additional information can be found on the Fuel's project wiki

https://wiki.openstack.org/wiki/Fuel

Anyone wishing to contribute to python-fuelclient should follow the general OpenStack process. A good reference for it can be found here: https://wiki.openstack.org/wiki/How_To_Contribute

http://docs.openstack.org/infra/manual/developers.html

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.3 MiB