summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements2015.1.1OpenStack Proposal Bot2015-07-231-1/+1
| | | | Change-Id: I598118618d1541946448e2e97a3a0e9da18c552d
* Updated from global requirementsOpenStack Proposal Bot2015-07-131-7/+7
| | | | Change-Id: I50d6932a101d318f6e2f36d28b517afc728c57e6
* Updated from global requirementsOpenStack Proposal Bot2015-04-231-1/+1
| | | | Change-Id: I9ef2dce01d94210fa9bec73d4a0181c273d3f874
* Updated from global requirementsOpenStack Proposal Bot2015-03-231-2/+2
| | | | Change-Id: I8d3cc36f7fdc12d4d3dd4429e3aa60436e8d5fb4
* Updated from global requirementsOpenStack Proposal Bot2014-11-231-1/+1
| | | | Change-Id: Ie7334333d010975ead3db78506daaa8c300e6bb3
* Updated from global requirementsOpenStack Proposal Bot2014-11-181-1/+1
| | | | Change-Id: I0b2e1189b55de541d2b6ed743269cff48c59e9f1
* Updated from global requirementsOpenStack Proposal Bot2014-11-051-1/+1
| | | | Change-Id: I8b01e858112587b04be68acaecd9bd0b1044ce37
* Updated from global requirementsOpenStack Proposal Bot2014-10-221-1/+1
| | | | Change-Id: I6fce8c7afe8abbd170461b42d0f07e85b79dffe4
* Updated from global requirementsOpenStack Proposal Bot2014-10-111-1/+1
| | | | Change-Id: Ifd93e08d3819e2ab419ccb30ddb577e021f6c896
* Update hacking version in test requirementsGhe Rivero2014-10-011-1/+1
| | | | | | | The current version >=0.8.0,<0.9 is not compatible with the one from global requirements project >=0.9.2,<0.10 Change-Id: I24dac763e744653bfc890feacd5d360c4838f715
* Updated from global requirementsOpenStack Proposal Bot2014-09-191-2/+2
| | | | Change-Id: I17d4f43ea03e7ab4ee504281aaa367aaff228323
* Updated from global requirementsOpenStack Proposal Bot2014-09-131-0/+3
| | | | Change-Id: I6a64142799a7ab6a1b2a46a023150abf09e37a85
* Merge "Deprecate Ironic compute driver and sched manager"Jenkins2014-09-101-4/+0
|\
| * Deprecate Ironic compute driver and sched managerMichael Davies2014-09-091-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the Ironic compute driver and scheduler manager so that they subclass the now in-Nova-tree driver classes. This should de-duplicate code maintenance across Nova and Ironic and also provide end users an easier upgrade path (with Deprecation log messages). This patch also removes the old Ironic compute driver tests and classes since those now live in Nova. This patch also removes a line from tox.ini which was copying the second set of unit test outputs; those no longer exist, since we are no longer running unit tests on nova code in this tree. Co-Authored-By: Dan Prince <dprince@redhat.com> Co-Authored-By: Devananda van der Veen <devananda.vdv@gmail.com> Change-Id: Ic194f779eca470e4a4dd8a3fbd31ca5a6f6b4f7e
* | Updated from global requirementsOpenStack Proposal Bot2014-09-091-1/+1
|/ | | | Change-Id: I75852a159b2f5211f27afd57c0ed1056bdb324e7
* Updated from global requirementsOpenStack Proposal Bot2014-08-271-2/+2
| | | | Change-Id: I60246930eb49e9a04a77a5b9c8b24b0496a7f502
* Updated from global requirementsOpenStack Proposal Bot2014-08-181-1/+1
| | | | Change-Id: I71ce5c6e67e61a466f42343a15bcfb9f01d1873d
* Use opportunistic approach for migration testingVictor Sergeyev2014-07-171-0/+1
| | | | | | | | | | | | | | | | | | | Refactored migration tests due to use OpportunisticTestCase, removed unused code and ``test_migrations.conf`` file. This change allows tests use database ``openstack_citest`` only for connection to the database backend. The main feature of this approach is - for each migration test will be created new database with random name. This will avoid migration tests of race conditions and reduce tests intersection. ``test_migrations.conf`` file was removed, because we create test database for migration test, so we no longer need test database credentials. Closes-Bug: #1327397 Closes-Bug: #1328997 Change-Id: I95ad140ba5f483cd3dc36e2b78f140826d57624f
* Updated from global requirementsOpenStack Proposal Bot2014-06-201-1/+1
| | | | Change-Id: I65748327d13953718abcc2dbe22325aa588b5c3c
* Updated from global requirementsOpenStack Proposal Bot2014-05-021-1/+1
| | | | Change-Id: Ia4aec9704d5ad6adc748a7373fb1d72bbbf64f85
* Update tox.ini to also run nova testsAdam Gandelman2014-04-041-0/+6
| | | | | | | | | | | | | | | | This updates testr.conf to allow passing of the tests directory as an environment variable (defaulting to ironic/tests/). Also updates tox.ini to run testr once for ironic/tests and once for ironic/nova/tests/, then combine subunit output. test-requirements.txt is updated to pull in Nova from a tarball, as well as mox and python-ironicclient. Updates the existing Nova driver unit tests to account for recent refactoring and changes in the Nova virt API. Change-Id: Ibefa2e0d3f97512f4da9ace780703fe47467232e Closes-bug: #1299312
* Start using oslosphinx theme for docsSergey Lukjanov2014-03-271-0/+1
| | | | | | | Use the new oslosphinx version of the OpenStack doc theme instead of maintaining a copy of it in the Ironic repository. Change-Id: I1d949d1e2734b10e38dea0067db9f3cfd7109c11
* Updated from global requirementsOpenStack Jenkins2014-02-281-1/+1
| | | | Change-Id: Ib7329931a1ed0f2d43bc6737aed87298c918f62c
* Updated from global requirementsOpenStack Jenkins2014-02-041-2/+2
| | | | Change-Id: I33b918d8fd937fd1b97053eced2a8e3293a7ad39
* Bump version of sphinxcontrib-pecanwsmeDevananda van der Veen2014-01-281-1/+1
| | | | | | | Version bump to add PATCH and DELETE support to API docs. Change-Id: I6a89a15012ba044f094d9043b32657c36ca01e20 Closes-bug: #1261917
* Updated from global requirementsOpenStack Jenkins2013-12-101-1/+1
| | | | Change-Id: I5ee5c994a5e1feaadc92c129434292ae1954116b
* Add hooks to auto-generate REST API docsDevananda van der Veen2013-11-201-1/+4
| | | | | | | | Add the necessary bits for sphinxcontrib-pecanwsme so that we can start auto-generating REST API docs. Change-Id: I6ad61a5185462916865884dd1619465ef90aba0a Closes-bug: 1251011
* Updated from global requirementsOpenStack Jenkins2013-11-051-1/+1
| | | | Change-Id: I6e75348a75d0aad38804a7e11097aa0944ee1158
* Removes unwanted mox and fixture fileslinggao2013-10-161-1/+0
| | | | | | | | | Module ironic.openstack.commom.fixture.moxstubout and mockptch are no longer needed, so the whole directory is removed by this patch. mox is removed from test-requirements.txt because it is no longer used in ironic unit test cases. Change-Id: I6060546b565c096c3a602b22f28b5d84b8a03b24
* Updated from global requirementsOpenStack Jenkins2013-10-101-1/+1
| | | | Change-Id: I4f26d3a8790c799e5c1f7f81031406e0c57545f9
* Update from global requirementsMonty Taylor2013-09-301-3/+3
| | | | | | Also, more importantly, get rid of d2to1 references. Change-Id: I3c51eaf807b8642d9326d110813f62a9b4898d5b
* Move "opportunistic" db migrations tests from NovaYuriy Zveryanskyy2013-07-291-0/+1
| | | | | | | | | | | | For db migrations tests on Jenkins we must use hardcoded credentials and skip test if backend (mysql or postgres) not available on developer host. Patch moves this "opportunistic" tests from Nova. blueprint db-migration-tests-opportunistic Change-Id: I3bd0be61a00916507f02a86a2e45c5831b3aaa5f
* Merge "Add common code from Oslo for db migrations test"Jenkins2013-07-261-0/+1
|\
| * Add common code from Oslo for db migrations testYuriy Zveryanskyy2013-07-231-0/+1
| | | | | | | | | | | | | | | | Moved common code for db migrations test from Oslo. partially implements blueprint db-migration-tests Change-Id: Icf8c27a40ccc0114e6001cfa64444ca1cdb132fa
* | Remove extra pep8/flake8/pyflakes requirementsJoe Gordon2013-07-221-4/+0
|/ | | | | | | | | | pep8 flake8 and pyflakes are pinned as part of hacking. So they don't need to be pinned here as well. Also add posargs to flake8, so can do things like 'tox -epep8 -- --statistics' Change-Id: Id37949caa5a487cd98b6b85c026689fbd63cb5d8
* Sync requirements with OpenStack/requirementsDirk Mueller2013-07-221-3/+3
| | | | | | | | | | Fixes proper casing of requirements Allows usage of Hacking 0.6, which has a few extra checks (Fix fallout). Raises keystoneclient minimum requirement to match those required by other projects. Change-Id: I4604a62aa07e5026d219dc6e5b8b4c23b3caa3f1
* Run extract_messagesDirk Mueller2013-07-221-0/+1
| | | | | | | | Fix python setup.py extract_messages (babel.cfg was missing). Move Babel to test-requires and add the .pot file to git. Change-Id: I46d7ccaf3194832cdc72a8567c4777737da2e1aa
* update requires to prevent version capKun Huang2013-07-161-2/+2
| | | | | | | | | | | | OpenStack clients. None of these should have an upper bound as that has implications for testing in the gate. An exception is currently being made for neutron client because of the need for an incompatible change in their next release. https://github.com/openstack/requirements fixes bug #1200214 Change-Id: I6cc851554e2dcc620bfeb45dc63c9d80d09e9586
* Sync requirements with OpenStack/requirementsDirk Mueller2013-06-291-4/+3
| | | | | | | Use the requirements from OpenStack's requirement list. Change-Id: I0c0cbd61edde9c492a4077276923178dad7ea4b4
* Remove explicit distribute depend.Monty Taylor2013-06-111-3/+0
| | | | | | | Causes issues with the recent re-merge with setuptools. Advice from upstream is to stop doing explicit depends. Change-Id: I04fb8c9ebc7c8dbab7fb027865da2ffbfaa3c229
* Update the distribute dependency version.Lucas Alvares Gomes2013-05-201-1/+1
| | | | | | MySQL-python requires the version of distribute to be >=0.6.28. Change-Id: I44f77481208e1c3d6babd3b7d259f4a450a898c8
* Added project infrastructure needs.Monty Taylor2013-05-021-0/+18