summaryrefslogtreecommitdiff
path: root/ironic_tempest_plugin
Commit message (Expand)AuthorAgeFilesLines
* Merge "Change misc to test_utils for tempest test"Jenkins2017-02-131-2/+2
|\
| * Change misc to test_utils for tempest testwangxiyuan2017-02-101-2/+2
* | Switch to use test_utils.call_until_trueKen'ichi Ohmichi2017-02-091-3/+3
|/
* Remove trailing slash from base_url in tempest pluginAndrey Shestakov2017-02-061-1/+1
* Switch to decorators.idempotent_idghanshyam2017-01-279-85/+88
* Update validate_ports from BaremetalBasicOpsVasyl Saienko2017-01-131-1/+16
* Skip VIF api tests for old api versionsVasyl Saienko2017-01-121-0/+11
* Add Virtual Network Interface REST APIsSam Betts2017-01-115-5/+108
* Remove service argument from tempest plugin client managerVladyslav Drok2017-01-061-4/+2
* Merge "Move CONF.service_available.ironic to our plugin"Jenkins2016-12-166-2/+18
|\
| * Move CONF.service_available.ironic to our pluginJim Rollenhagen2016-12-126-2/+18
* | Enhance wait_for_bm_node_status waiterVladyslav Drok2016-12-131-6/+28
* | Use polling in set_console_mode tempest testVladyslav Drok2016-12-131-3/+2
|/
* Drop bad skip check in tempest pluginJim Rollenhagen2016-11-231-7/+0
* Bring configurations from tempest to ironic_tempest_pluginThiago Paiva2016-11-144-36/+37
* Update to hacking 0.12.0 and use new checksJohn L. Villalovos2016-11-081-4/+4
* Merge "Remove unused argument in Tempest Plugin"Jenkins2016-10-131-1/+1
|\
| * Remove unused argument in Tempest PluginKyrylo Romanenko2016-09-141-1/+1
* | Merge "Fix docstrings to match with method arguments"Jenkins2016-10-121-4/+6
|\ \ | |/
| * Fix docstrings to match with method argumentsKyrylo Romanenko2016-09-141-4/+6
* | Merge "Fix docstrings in tempest plugin baremetal json client"Jenkins2016-10-051-2/+3
|\ \
| * | Fix docstrings in tempest plugin baremetal json clientKyrylo Romanenko2016-10-041-2/+3
* | | Replace assertTrue(isinstance()) with assertIsInstance()melissaml2016-10-031-3/+3
|/ /
* | Merge "Fix docstrings in Tempest Plugin REST client for Ironic API"Jenkins2016-09-191-4/+5
|\ \
| * | Fix docstrings in Tempest Plugin REST client for Ironic APIKyrylo Romanenko2016-09-141-4/+5
| |/
* | [trivial] Fix typo in docstringKyrylo Romanenko2016-09-161-1/+1
|/
* Replace six iteration methods with standard onesLuong Anh Tuan2016-09-124-7/+4
* Merge "Remove unused LOG and CONF"Jenkins2016-09-012-7/+0
|\
| * Remove unused LOG and CONFzhufl2016-09-012-7/+0
* | Fix incorrect order of params of assertEqual()Luong Anh Tuan2016-08-292-4/+4
|/
* Using assertIsNone() is preferred over assertEqual()Luong Anh Tuan2016-08-221-1/+1
* Fix incorrect order of params of assertEqual()Luong Anh Tuan2016-08-171-1/+1
* Add test to verify ironic multitenancyYuriy Yekovenko2016-07-184-19/+204
* No need for 'default=None' in config variableGary Kotton2016-06-161-1/+0
* tempest: start using get_configured_admin_credentialsEmilien Macchi2016-05-291-1/+1
* Fix signature for request methodVasyl Saienko2016-05-271-4/+2
* Introduce provision states: AVAILABLE, ENROLLdparalen2016-05-251-1/+4
* Add support for API microversions in Tempest testsYuiko Takada2016-05-257-10/+268
* Fix usage of rest_client expected_success() in testsghanshyam2016-04-211-6/+6
* Document how to run the tempest testsLucas Alvares Gomes2016-04-201-12/+3
* Tune interval for node provision state checkvsaienko2016-03-311-4/+6
* Replace depricated tempest-lib with tempest.libLenny Verkhovsky2016-03-089-15/+15
* Comment out test options that already exists on tempest's treeMauro S. M. Rodrigues2016-02-101-30/+33
* Refresh ssh verification mechanismMauro S. M. Rodrigues2016-02-041-7/+4
* Remove hard-coded DEPLOYWAIT timeout from Baremetal ScenarioMike Turek2016-01-292-1/+5
* Migrate Tempest tests into Ironic treeYuiko Takada2016-01-1920-4/+2171
* Use Tempest plugin interfaceYuiko Takada2016-01-188-0/+107