summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update requirements and lower_constraintsMatthias Runge2021-10-121-2/+3
| | | | | | | Also add the lower-constraints test to a more prominent place in tox. Change-Id: Ida5a27ef2af8536b91df23eb9af9ed4bdedcce4b
* Fix lower-constraints jobMatthias Runge2020-12-141-0/+1
| | | | Change-Id: I5a7c087b29f3b0d7d9f63c2a774b8f2aff35b7a3
* [goal] Migrate tox based testing to ubuntu focalGhanshyam Mann2020-09-101-1/+1
| | | | | | | | | | | | | | | As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40223 Change-Id: I1f8577e560fd3ffad0c3b6edfc4c74dddedfa719
* Use unittest.mock instead of third party mockSean McGinnis2020-03-201-1/+0
| | | | | | | | Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: Ia8fea320d8b09a89c999ace06769436a5335bcc6 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Add lower-constraints jobzhurong2019-04-251-10/+10
| | | | Change-Id: Ib2524bbdcba4a50b3119a59e0879636399c5c89f
* Use kafka extras for oslo.messagingElod Illes2018-12-131-1/+1
| | | | | | | | | | | | oslo.messaging replaced kafka-python to confluent-kafka [1], so instead of adding the kafka-python to test-requirements the oslo-messaging[kafka] should be used. [1] https://github.com/openstack/oslo.messaging/blob/master/releasenotes/notes/kafka-client-library-change-fe16d5a34550db7f.yaml#L11 Closes-Bug: #1808350 Change-Id: If56890b35bbe40141c01467e47bccdf4d5584e86
* Follow the new PTI for document buildNguyen Van Trung2018-09-061-4/+0
| | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more details information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: Ibdd264f0ef0c27762d47a70da192a858e62074a9
* Migrate to stestr for running testsWitold Bedyk2018-07-301-2/+1
| | | | | | | | | | | stestr is recommended by OpenStack Project Testing Interface for running tests [1]. This change migrates to stestr for running unit tests and coverage job. Modified `cover` env allows running it as Zuul job and visualising its results in Gerrit. [1] https://governance.openstack.org/tc/reference/pti/python.html#python-test-running Change-Id: I9e8b79d7a18cd36946daff10abb1a2f43b1aa3a1
* Remove bundled intree ceileometer tempest pluginChandan Kumar2018-01-151-1/+0
| | | | | | | * All the telemetry related projects intree tempest plugins are now moved to telemetry-tempest-plugin Change-Id: I57738964f65495364dcc74821634d54aea1769fd
* remove kafka and keystonemiddleware reqsgord chung2017-10-301-0/+1
| | | | | | | - no more api - no more kafka publisher (use oslo.messaging) Change-Id: I21794db25b624049df21d076ebe3be88fcd9d95a
* Remove deprecated storage driversJulien Danjou2017-10-261-2/+0
| | | | Change-Id: I6b262dd440a72f25662b64d938ab9e5328709a97
* Remove Ceilometer APIJulien Danjou2017-10-251-4/+0
| | | | | | This removes the deprecated Ceilometer API. Change-Id: I752b36b3dfe8f935b68c4d3d59ccb5b8b60c582f
* Move oslo.cache to gnocchi flavorJulien Danjou2017-10-181-1/+0
| | | | | | | | oslo.cache is only used in the Gnocchi dispatcher, and not at all in tests. Therefore it seems wrong to list it in tests. Rather than always depending on it, let's just put it in the gnocchi flavor. Change-Id: I8990ba139bba0d573ecd4d8567a88d92acb29605
* Cleanup test-requirementsNam Nguyen Hoai2017-10-071-1/+0
| | | | | | | | python-subunit is not used directly anywhere and it is dependency of both testrepository and os-testr. Change-Id: I8e07f5d657696d850d04c7a6b65ae11c4030f836
* Docs: switch to openstackdocsthemeHanxi Liu2017-07-171-3/+2
| | | | | | | | | Project documents are being reprocessed due to document migration[1]. Update the docs theme to openstackdocstheme instead of oslosphinx. [1] https://review.openstack.org/#/c/472275/ Change-Id: I505d837cc4e60356497cd37a8c9a12f846ffdf0d
* Deprecate olsotest.mockpatch in favor of native fixturesHanxi Liu2017-05-041-1/+1
| | | | | | | olso.mockpatch has been deprecated since I3efb3c64ebce396e756a47d110a74fe8604b6b72. We now remove it in favor of native fixtures. Change-Id: I28ebf3f672f736c15d8df035179fec80581e937f
* Adds a Zaqar publisherThomas Herve2017-05-021-1/+1
| | | | | | | This adds a new publisher supporting samples and events which can be used in the pipelines. Change-Id: I5f95228c38656522a14b20370e2cfd67cb911f80
* libvirt: rewrite the error handlingMehdi Abaakouk2017-03-161-1/+0
| | | | | | | | | | | | | | Error handling of libvirt driver work 'sometimes'. Some error are catched only with we lookup for a instance uuid, but not for other libvirt operation. This change rewrites the logic to catch libvirt error on each inpector method. This ensures we catch all errors whatever which libvirt method raises it. We also leverage tenacity instead of the custom retry code. Change-Id: Idd54c18ece42c2dce3baf82626d30d5c2e5a49d6
* Merge "gabbi: use history"Jenkins2017-02-101-1/+1
|\
| * gabbi: use historygord chung2017-02-091-1/+1
| | | | | | | | | | | | | | gabbi supports grabbing historical queries. leverage that so we don't need to make redundant requests to grab same data. Change-Id: If89f864e995bcba41dc45e57f5dcc73f30cc4120
* | Switch to use test_utils.call_until_trueKen'ichi Ohmichi2017-02-091-1/+1
|/ | | | | | | | | test.call_until_true has been deprecated since Newton on Tempest side, and now Tempest provides test_utils.call_until_true as the stable library method. So this patch switches to use the stable method before removing old test.call_until_true on Tempest side. Change-Id: If8985f511d434af0449992b2bc3540da9b3a0591
* Remove events storage and APIJulien Danjou2017-01-061-1/+0
| | | | | | This now has been moved to Panko. Change-Id: I179eb0d436752e3bb8abaed714664cf74f5615e6
* Add pyOpenSSL to test-requirementsobutenko2016-11-111-0/+1
| | | | | | | Add pyOpenSSL to test-requirements.txt Closes-bug: #1641156 Change-Id: I3c6f2568d7b02b8ae2b8bdfc953b1f1e6f9b4ec2
* Add package "pifpaf" license descriptionfengchaoyang2016-10-271-1/+1
| | | | Change-Id: If4a006574fddd307ce97bcc0b9bf4c01d3dc1c0e
* Use deps extra for optional requirementsMehdi Abaakouk2016-09-141-4/+0
| | | | | Related-Bug: #1621384 Change-Id: I227c121b69ac1f51ed922e0b11bec005928aacab
* Limit Happybase to < 1.0.0Julien Danjou2016-08-161-1/+1
| | | | | | | The API changed and the Ceilometer driver does not work anymore with it. Change-Id: I246658ce0db0168df54e21c1671d1cadfd8d6b03 Related-Bug: #1613419
* Merge "Do not limit elasticsearch to 2.0"Jenkins2016-08-091-1/+1
|\
| * Do not limit elasticsearch to 2.0Julien Danjou2016-07-281-1/+1
| | | | | | | | Change-Id: If08b7732176034fb313820845f3b3a1c93f03036
* | Merge "This adds migrated API reference files"Jenkins2016-08-031-0/+1
|\ \ | |/ |/|
| * This adds migrated API reference fileskhushbuparakh2016-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings in RST plus YAML files, migrated from the source for [0]. The migration explanation is found on the openstack-dev mailing list [1]. Project instruction is in the OpenStack Documentation Contributor Guide [2]. [0]https://github.com/openstack/api-site/tree/master/api-ref/source/telemetry/v2 [1]http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html [2]http://docs.openstack.org/contributor-guide/api-guides.html Change-Id: I21d559f3abea502a0ed237d693ab24a5110d42c5
* | Merge "Add install-guide for ceilometer"Jenkins2016-06-271-0/+1
|\ \ | |/ |/|
| * Add install-guide for ceilometerIldiko Vancsa2016-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds ceilometer-specific contents of the OpenStack Installation Guide in the ceilometer repo per [1]. A separate change will remove the ceilometer contents from the OpenStack Installation Guide for Newton per [2]. The ceilometer install-guide structure is based on Install Guide Cookiecutter [3]. Also adds tox.ini environment for install-guide and adds openstackdocs-theme to test-requirements.txt. [1] http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html [2] http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html [3] https://review.openstack.org/#/c/314229/ Partially-Implements: blueprint projectspecificinstallguide Change-Id: Iffc5d7243e9eeb74c9dd7b559ef3de7123269293
* | Merge "add tempest to test-requirements.txt"Jenkins2016-06-231-0/+1
|\ \ | |/ |/|
| * add tempest to test-requirements.txtZhiQiang Fan2016-04-231-0/+1
| | | | | | | | | | Change-Id: I5c3527c2ea28efd5ed21d9626115b43fadc1baa3 Closes-Bug: #1573654
* | tests: replace overtest by pifpafJulien Danjou2016-05-091-1/+1
| | | | | | | | Change-Id: Ib26c9c674d438bcbabea9c09cfdab97516e0e227
* | Merge "Remove unused pylintrc"Jenkins2016-05-061-1/+0
|\ \
| * | Remove unused pylintrcJulien Danjou2016-05-031-1/+0
| |/ | | | | | | | | | | We never used that in the gate and it's unmaintained. Clean that. Change-Id: I421c5b3084d7ff4d2bd6ab43a7a8a477d4a2c560
* | tox: only install hacking in pep8 targetJulien Danjou2016-05-031-2/+0
|/ | | | Change-Id: Ie8605df90652d04483e8184cd3bc1dabd24ceb63
* Remove direct dependency on babelZhiQiang Fan2016-04-221-1/+0
| | | | | | | The dependency on oslo.i18n already forces this requirement. Change-Id: I45037ce829340e9128cadd23c65ad3f069312c89 ref: http://lists.openstack.org/pipermail/openstack-dev/2016-April/092510.html
* Updated from global requirementsOpenStack Proposal Bot2016-04-191-1/+1
| | | | Change-Id: If1ea74d33bf9987c82ce7b263af1e4bef767fd9d
* Merge "Replace tempest-lib by os-testr"Jenkins2016-04-191-1/+1
|\
| * Replace tempest-lib by os-testrJulien Danjou2016-04-121-1/+1
| | | | | | | | | | | | It seems it's only used for subunit-trace Change-Id: Ibd196c9c6c19169c877d1a4dcf1c75f190fbb32e
* | Updated from global requirementsOpenStack Proposal Bot2016-04-131-1/+1
|/ | | | Change-Id: If9cb3c0960fb996f3bcb524fabe17702bae32a59
* Updated from global requirementsOpenStack Proposal Bot2016-04-081-2/+2
| | | | Change-Id: Id18aaa8f0363723719bf7f2b3fb6b1ba651ea5c2
* gnocchi: batch measurementsMehdi Abaakouk2016-04-071-1/+1
| | | | | | | | | | | | This change leverages the Gnocchi Batch API by using it in the Ceilometer dispatcher for measurements. It introduces a small behavior change in the dispatcher. The resource metadata update is now decorrelated from measures posting. So, even if posting measurements fail, the resource metadata will be updated. Change-Id: I140e7301a31bbee50c2c8bc3ff2d78925680a573
* tests: remove ceilometer-api bin test casesJulien Danjou2016-03-141-1/+0
| | | | | | | | | | | This removes these tests because they: 1. Depends on httplib2 which is being deprecated 2. Test running of `ceilometer-api' which is anyhow tested in the devstack functional testing. Closes-Bug: #1556985 Change-Id: Ic5fd445c651e28a37ee3ec72fbb0894486af6be6
* Updated from global requirementsOpenStack Proposal Bot2016-03-091-1/+1
| | | | Change-Id: I510ac0556b2b53846b24c6b39174efbec63cdfc1
* Merge "Use overtest to setup functional backends"Jenkins2016-03-071-0/+1
|\
| * Use overtest to setup functional backendsJulien Danjou2016-02-101-0/+1
| | | | | | | | | | | | | | This patches leverage overtest to setup the database environment needed. Change-Id: I8198041b4a87bf187d8f6499f0c7c1a43d4dcac2 Depends-On: I29e480611e743ddc645fd067ca2c63b51b11b518
* | Updated from global requirementsOpenStack Proposal Bot2016-03-051-2/+2
| | | | | | | | Change-Id: I7ccc6eec3a7845a9078c0caa6926cc87f989b58f