summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsOpenStack Proposal Bot2016-08-211-4/+4
| | | | Change-Id: Ia8340e97b90f7497244f57c7ab7e46d7a461b896
* update requirements and test requirementsSteve Martinelli2016-08-111-0/+3
| | | | | | | | | | | with the move to osc-lib we don't have to list some requirements. removed oslo.config since it was not being used, and moved a few to test-requirements since they are still used in examples and unit tests. Closes-Bug: 1593784 Change-Id: I39b610e6a49a4a346dddcedd231d9a7a81cab261
* Merge "osc-lib: shell"Jenkins2016-08-061-0/+1
|\
| * osc-lib: shellDean Troyer2016-08-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Convert to using ClientManager and OpenStackShell from osc-lib. * Change all internal uses of ClientManager private attributes that are now public in osc-lib's ClientManager. Leave back-compat copies in place in OSC's clientManager so we don't break plugins. * Put some work-arounds in place for changes in osc-lib that we need until a new release makes it through the g-r and u-c change process. * Add a test for Unicode decoding of argv in shell.main() to parallel the one in osc-lib. Change-Id: I85289740d4ca081f2aca8c9b40ec422ad25d302c
* | Updated from global requirementsOpenStack Proposal Bot2016-08-031-1/+1
|/ | | | Change-Id: I202897c2d66cc9e20b3d2ef1564a37db26f88d47
* Updated from global requirementsOpenStack Proposal Bot2016-07-301-1/+1
| | | | Change-Id: Ie90dc3937e1991202a9af7aa38c5e510947cb219
* Remove discover from test-requirementsSwapnil Kulkarni (coolsvap)2016-07-221-1/+0
| | | | | | It's only needed for python < 2.7 which is not supported Change-Id: If0e9fd59c47d27bc58917500c554819c6aa30b2c
* Add python-neutronclient to OSC pluginsRichard Theis2016-07-051-0/+1
| | | | | | | | | | Neutron is transitioning its CLI to OSC. Some CLIs will reside within python-openstackclient while others will be OSC plugins within python-neutronclient. Depends-On: I9a20bc7a3d8aa7b631fb0fd534fc5705c23326ce Change-Id: I2d8d369739d1df1597201368dd2158e07c8d2baf Related-Bug: #1521291
* Updated from global requirementsOpenStack Proposal Bot2016-07-011-2/+2
| | | | Change-Id: I0954807ccd7be3256627eb330a66c9fb539d639f
* update plugin documentationSteve Martinelli2016-06-301-0/+1
| | | | | | | | - add watcher, gnocchi and aodh - organize sphinx docs based on alphabetical order of the library Change-Id: Ibdd500da0e488ce3256320d53b3354ee7c66468a
* Updated from global requirementsOpenStack Proposal Bot2016-06-241-2/+2
| | | | Change-Id: I43d04f2cbb0543d55783252d8618ddafdda3a66c
* Updated from global requirementsOpenStack Proposal Bot2016-06-211-1/+1
| | | | Change-Id: I99fc95e55e3a8030ed9175658895335beef059c3
* Updated from global requirementsOpenStack Proposal Bot2016-06-091-1/+1
| | | | Change-Id: I729673d3c5e7f32ddf6f912d8ac5b7ca3b1cb394
* Updated from global requirementsOpenStack Proposal Bot2016-06-081-1/+1
| | | | Change-Id: I944891584a7479c8d8bdf545af8a6af0460f42d5
* Updated from global requirementsOpenStack Proposal Bot2016-06-031-1/+1
| | | | Change-Id: I17243642ec7d2c4d27ba42f722f848dead2f820a
* Updated from global requirementsOpenStack Proposal Bot2016-05-311-1/+1
| | | | Change-Id: I04e0189527b1affabf351002d66fe857ec73a694
* Updated from global requirementsOpenStack Proposal Bot2016-05-301-3/+3
| | | | Change-Id: I2a70d88480db366bffc8e69d318be89625e9177c
* Updated from global requirementsOpenStack Proposal Bot2016-05-151-1/+1
| | | | Change-Id: I61b3e84cbca369a5581aff38d65bb51af96e8baa
* Merge "add a bandit environment to tox"Jenkins2016-05-021-0/+1
|\
| * add a bandit environment to toxMichael McCune2016-04-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is being proposed as part of the OpenStack Security Project working session at the Austin 2016 summit. It adds support for running the bandit[1] security linting tool against the python-openstackclient codebase. This change adds a targetted environment for bandit and also adds bandit as part of the pep8 job. The bandit configuration has been tailored to exclude tests that are currently producing warning against the codebase. These issues will be followed up with bug reports and patches. [1]: https://wiki.openstack.org/wiki/Security/Projects/Bandit Depends-On: Iccd81c17e84df03d249c1012277dad9cb68c5845 Change-Id: I691829c1224557d1d239c9f665ac539d0f13c4d3
* | Replace tempest-lib with tempest.libDaniel Gonzalez2016-04-291-1/+1
|/ | | | | | | | | tempest-lib is deprecated, so replace it with tempest.lib. Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com> Change-Id: I0495eba110bb7581623fbcf49dc63a27e9cb6d64 Closes-Bug: #1553047
* Updated from global requirementsOpenStack Proposal Bot2016-04-201-1/+1
| | | | Change-Id: I8e2060cd483262c88c76b49a060aa7288fa2bbb6
* Updated from global requirementsOpenStack Proposal Bot2016-04-081-1/+1
| | | | Change-Id: I9fe06c9739c3625abd7cb03ac97c58bb9cdbc5bd
* Updated from global requirementsOpenStack Proposal Bot2016-04-071-4/+4
| | | | Change-Id: I2af3dc17e6f2c4cada96f1ff08627a3b41196f4d
* Updated from global requirementsOpenStack Proposal Bot2016-03-201-3/+3
| | | | Change-Id: Icaa101bded765c81774d73d84d552d41e40fec72
* update docs with status of pluginsSteve Martinelli2016-03-171-0/+4
| | | | | | | | | | | | | several other projects have joined the bandwagon, let's add them to the list, these include: python-ironic-inspector-client python-muranoclient python-senlinclient python-tripleoclient python-searchlightclient Change-Id: I9165daf64bf817b9e12ee8fc27ce6e11ebe01e5e
* Updated from global requirementsOpenStack Proposal Bot2016-03-161-1/+1
| | | | Change-Id: If9408d7057b7936427b4b6842318c583ebad828e
* Updated from global requirementsOpenStack Proposal Bot2016-03-021-1/+1
| | | | Change-Id: Icc45c24eebbdd524254dc3200b016fe75b621b15
* Merge "Add shell --profile option to trigger osprofiler from CLI"Jenkins2016-02-261-0/+1
|\
| * Add shell --profile option to trigger osprofiler from CLIDina Belova2016-02-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow to trigger profiling of various services that allow it currently and which APIs support is added to openstackclient. Cinder and Glance have osprofiler support already, Nova and Keystone are in progress. To use this functionality osprofiler (and its storage backend) needs to be installed in the environment. If so, you will be able to trigger profiling via the following command, for example: $ openstack --profile SECRET_KEY user list At the end of output there will be message with <trace_id>, and to plot nice HTML graphs the following command should be used: $ osprofiler trace show <trace_id> --html --out result.html Related Keystone change: https://review.openstack.org/#/c/103368/ Related Nova change: https://review.openstack.org/#/c/254703/ The similar change to the keystoneclient (https://review.openstack.org/#/c/255308/) was abandoned as new CLI extenstions are not more accepted to python-keystoneclient. Change-Id: I3d6ac613e5da70619d0a4781e5d066fde073b407
* | Updated from global requirementsOpenStack Proposal Bot2016-02-241-1/+1
| | | | | | | | Change-Id: Ib681d0b07afdde821ab4f9a17b1333bd12739eec
* | Remove unused test-requirmentsChaozhe.Chen2016-02-181-1/+0
| | | | | | | | | | | | | | WebOb is not needed in our test code. So remove it to make less dependences. Change-Id: I4910263449ff3d49c4ee44a6ef7a7762875fe76f
* | Updated from global requirementsOpenStack Proposal Bot2016-02-121-1/+1
| | | | | | | | Change-Id: I1583731e73699b71aa7a03ae4541e481abd6f1ea
* | Updated from global requirementsOpenStack Proposal Bot2016-02-101-1/+1
|/ | | | Change-Id: Icdee08fa079eb3646388567050643c29eac1eca8
* Updated from global requirementsOpenStack Proposal Bot2016-02-081-1/+1
| | | | Change-Id: I14a68f0ed63f1a3e3cac7379324d58b613afdfa9
* Updated from global requirementsOpenStack Proposal Bot2016-02-021-1/+1
| | | | Change-Id: I2f00e8ff1609d76c2ab20226f2b4503231fdb003
* Remove the Tuskar clientDougal Matthews2016-01-271-1/+0
| | | | | | The Tuskar project is now inactive and has been archived. Change-Id: I4c7cb50560b40ba1bc130be5bdc9446a46b09c24
* Updated from global requirementsOpenStack Proposal Bot2016-01-231-1/+1
| | | | Change-Id: Iafdb2a4841ff9a9f643182f13ff1bcec47e3adb2
* Updated from global requirementsOpenStack Proposal Bot2016-01-181-19/+19
| | | | Change-Id: I68ad139345040dee6e5b0e8a7477acb84aa1a06b
* Updated from global requirementsOpenStack Proposal Bot2016-01-121-1/+1
| | | | Change-Id: I3430eea5b97057caad6d211885e1402bec7c1a01
* Updated from global requirementsOpenStack Proposal Bot2015-12-211-1/+1
| | | | Change-Id: I589f0463cb9696586fa3ed7ed0bb756d155cc0e5
* Updated from global requirementsOpenStack Proposal Bot2015-12-061-1/+1
| | | | Change-Id: I7910586e32ec248e95f7f54fe776b3603f667c49
* Updated from global requirementsOpenStack Proposal Bot2015-12-031-2/+2
| | | | Change-Id: I3ca62d29df56ec45bf1fe10d920c1f9ed5f5b4f1
* Add reno for release notes managementDean Troyer2015-12-021-0/+1
| | | | Change-Id: Iaaf3f9ca7cb431e41adfb2a052e01e2240a63a07
* autodocument commands from plugins using stevedore.sphinxextSteve Martinelli2015-12-011-0/+11
| | | | | | | | conflicting command names are a painpoint, so is manually updating a list. let's autodocument the commands that are being use by existing osc supporters. Change-Id: If37d81dfd57cc79803668b64be1ccd776e319572
* Updated from global requirementsOpenStack Proposal Bot2015-11-211-1/+1
| | | | Change-Id: If8a37fdf90f3e97712a5d223d8e166840d036ab2
* Updated from global requirementsOpenStack Proposal Bot2015-10-141-1/+1
| | | | Change-Id: Ie32abbbe6bb5ace5f1178fb266b9f1c60f625d72
* Updated from global requirementsOpenStack Proposal Bot2015-10-131-1/+1
| | | | Change-Id: I400cce4dfd840bba2d4f368a5d7f057f28b435ab
* Updated from global requirementsOpenStack Proposal Bot2015-10-131-1/+1
| | | | Change-Id: I60a7bd4cd9527cf3b54ab5d2968dff5134711bff
* Updated from global requirementsOpenStack Proposal Bot2015-10-041-2/+2
| | | | Change-Id: I5b898fc5444688bde538fbccda6e3c189a66f701