Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
ironic-tempest-plugin
/
968769153b830ec1ecb9a11059a639b84e593fe2
9687691
Add functional api tests for node resource class
by Kyrylo Romanenko
· 8 years ago
be2e0e0
Add assertion of name to test_list_portgroups test
by Kyrylo Romanenko
· 8 years ago
c1d1f63
Skip PortNotFound when unbinding port
by Vasyl Saienko
· 8 years ago
0afe227
Skip VIF tests for standalone ironic
by Kyrylo Romanenko
· 8 years ago
8e1be64
Fix docstrings for creating methods in baremetal api tests
by Kyrylo Romanenko
· 8 years ago
9ec233b
Define minimum required API ver for portgroups
by Vasyl Saienko
· 8 years ago
f46b9fa
Add standalone tests using direct HTTP links
by Vasyl Saienko
· 8 years ago
d66737c
Extend tests and checks for node VIFs
by Kyrylo Romanenko
· 8 years ago
2193e54
Add functional API tests for portgroups
by Kyrylo Romanenko
· 8 years ago
40db033
Fix local copy of scenario manager
by Pavlo Shchelokovskyy
· 8 years ago
70db680
Prune local copy of tempest.scenario.manager.py
by Solio Sarabia
· 8 years ago
60095ff
Include a copy of tempest.scenario.manager module
by Solio Sarabia
· 8 years ago
4a09673
Add ironic standlaone test with ipmi dynamic driver
by Vasyl Saienko
· 8 years ago
4ddbeec
Add Ironic standalone tests
by Vasyl Saienko
· 8 years ago
401fd46
Fix the exception message in tempest plugin
by Vladyslav Drok
· 8 years ago
0cad044
Refactor waiters in our tempest plugin
by Vladyslav Drok
· 8 years ago
3c83396
This adds a tempest test for creating a chassis with a specific UUID.
by SofiiaAndriichenko
· 8 years ago
ac752ac
Do not load credentials on import in tempest plugin clients.py
by Vladyslav Drok
· 8 years ago
f78122e
Trivial: Change hardcoded values in tempest plugin
by Solio Sarabia
· 8 years ago
6abadd4
Fix BaseBaremetalTest._assertExpected docstring
by Ruby Loo
· 8 years ago
62c0c09
Deduplicate _assertExpected method in tests
by Kyrylo Romanenko
· 8 years ago
dbd33dc
Change misc to test_utils for tempest test
by wangxiyuan
· 8 years ago
0fd8818
Switch to use test_utils.call_until_true
by Ken'ichi Ohmichi
· 8 years ago
7cdfac3
Remove trailing slash from base_url in tempest plugin
by Andrey Shestakov
· 8 years ago
6f5fb8e
Switch to decorators.idempotent_id
by ghanshyam
· 8 years ago
2c51158
Update validate_ports from BaremetalBasicOps
by Vasyl Saienko
· 8 years ago
5429203
Skip VIF api tests for old api versions
by Vasyl Saienko
· 8 years ago
462e9e6
Add Virtual Network Interface REST APIs
by Sam Betts
· 8 years ago
96bd3e3
Remove service argument from tempest plugin client manager
by Vladyslav Drok
· 8 years ago
1c11bdf
Move CONF.service_available.ironic to our plugin
by Jim Rollenhagen
· 8 years ago
0ac08c8
Enhance wait_for_bm_node_status waiter
by Vladyslav Drok
· 8 years ago
7973465
Use polling in set_console_mode tempest test
by Vladyslav Drok
· 8 years ago
cce1505
Drop bad skip check in tempest plugin
by Jim Rollenhagen
· 8 years ago
a776093
Bring configurations from tempest to ironic_tempest_plugin
by Thiago Paiva
· 8 years ago
2c2803c
Update to hacking 0.12.0 and use new checks
by John L. Villalovos
· 8 years ago
9494db0
Remove unused argument in Tempest Plugin
by Kyrylo Romanenko
· 8 years ago
dbda649
Fix docstrings to match with method arguments
by Kyrylo Romanenko
· 8 years ago
b0b809b
Fix docstrings in tempest plugin baremetal json client
by Kyrylo Romanenko
· 8 years ago
5aff90c
Replace assertTrue(isinstance()) with assertIsInstance()
by melissaml
· 8 years ago
e9f3a61
Fix docstrings in Tempest Plugin REST client for Ironic API
by Kyrylo Romanenko
· 8 years ago
3600054
[trivial] Fix typo in docstring
by Kyrylo Romanenko
· 8 years ago
e22fbe1
Replace six iteration methods with standard ones
by Luong Anh Tuan
· 8 years ago
efc7fef
Remove unused LOG and CONF
by zhufl
· 8 years ago
690bfe5
Fix incorrect order of params of assertEqual()
by Luong Anh Tuan
· 8 years ago
d4e6916
Using assertIsNone() is preferred over assertEqual()
by Luong Anh Tuan
· 8 years ago
6f3a8a0
Fix incorrect order of params of assertEqual()
by Luong Anh Tuan
· 8 years ago
eb612d9
Add test to verify ironic multitenancy
by Yuriy Yekovenko
· 9 years ago
409789b
No need for 'default=None' in config variable
by Gary Kotton
· 9 years ago
8ec4542
tempest: start using get_configured_admin_credentials
by Emilien Macchi
· 9 years ago
f20979c
Fix signature for request method
by Vasyl Saienko
· 9 years ago
cbc6ed7
Introduce provision states: AVAILABLE, ENROLL
by dparalen
· 9 years ago
ff78500
Add support for API microversions in Tempest tests
by Yuiko Takada
· 9 years ago
013f611
Fix usage of rest_client expected_success() in tests
by ghanshyam
· 9 years ago
12b2ce6
Document how to run the tempest tests
by Lucas Alvares Gomes
· 9 years ago
c608de5
Tune interval for node provision state check
by vsaienko
· 9 years ago
8862504
Replace depricated tempest-lib with tempest.lib
by Lenny Verkhovsky
· 9 years ago
27cbcee
Comment out test options that already exists on tempest's tree
by Mauro S. M. Rodrigues
· 9 years ago
7af9b37
Refresh ssh verification mechanism
by Mauro S. M. Rodrigues
· 9 years ago
a7cb4be
Remove hard-coded DEPLOYWAIT timeout from Baremetal Scenario
by Mike Turek
· 9 years ago
b652700
Migrate Tempest tests into Ironic tree
by Yuiko Takada
· 9 years ago
d22378d
Script to extract the ironic_tempest_plugin/ directory
by John L. Villalovos
· 7 years ago
4f8f229
Initial commit from cookiecutter
by Jim Rollenhagen
· 8 years ago
a1ac40d
Added .gitreview
by OpenStack Project Creator
· 8 years ago