Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger 4788fcfba6 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: Ie9a69d85ea5ceae2bbe8b3598edcfa4d06ed5221
2019-12-18 09:40:09 +01:00
Dennis Dmitriev 1e65c771a0 Remove py34 from unit tests, use sphinx 1.4.9 for docs
Change-Id: I64599de35cae3d2eab655d13dd6c49ed23536aa7
2017-05-27 15:05:17 +03:00
Alexey Stepanov f8bcdf24c1 Split requirements for test and main for setup
Split requirements for test and main for setup
(Do not install requirements, thisch is not needed for work)
Remove tests code, which is not used.
Remove unused IPMI driver

Change-Id: I936b96e5bb1178266d3ec8446e307daee8e6d5cd
2016-05-04 14:25:16 +03:00
Dmitry Borodaenko c1549f8271 Relax factory-boy requirement to >= 2.4.1
We don't need to specify exact version (2.5.2). Furthermore, we don't
even need factory-boy 2.5.x, the APIs used in factories.py can be
satisfied by factory-boy 2.4.1 that is available as a deb package in
Debian jessie and Ubuntu vivid.

Change-Id: I1e82ef3fc5b344d58497a4d4c396e4bc866e310c
2015-10-01 19:19:23 +00:00
Jenkins be9d5bddba Merge "Improve asserting XML in tests" 2015-07-07 08:28:55 +00:00
Sebastian Kalinowski 63cf5bf48f Remove py version bound
Bug in py lib has been resolved and new verion of py.test has been
released.

Change-Id: I01731f9a886263376e07e1a3ec52f0a024fe2618
Closes-Bug: #1468201
2015-06-24 08:41:54 +02:00
Sebastian Kalinowski a0b10a4d9a Improve asserting XML in tests
Comparing XML as strings is not a good idea. Let's use a
dedicated assertions that will help with checking XML.

Change-Id: I9ef2c0480f49bad96f9583d00fbdc1c9090748cd
Partial-Bug: #1462906
2015-06-18 13:11:24 +02:00
Sebastian Kalinowski 5e059e14a1 Added more tests for snapshot XML
Added factory_boy to test-requirements
Added method for generating random strings using factory_boy

Partial-Bug: #1462906
Change-Id: I23c09be4c6543f149edeabc45ec31b7826890c97
2015-06-17 10:31:34 +00:00
Sebastian Kalinowski 8c26cab916 Add testing using py.test
* added py27 tox env to default env list
* added pytest and pytest-django as test requirements
* tests with database marked as expected to fail until DB will
  be configured correctly on CI
* fixed issues and fails in tests

Partial-Bug: #1462906
Change-Id: I4e37ca12c645950eedc9ced5b59daf1fd22005ee
2015-06-17 12:25:20 +02:00