Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
e5f368c3f8247126d38278b4abdcba0eebcc1d79
/
tempest
/
api
/
compute
/
base.py
36f0a97
Use base.attach_volume in test_attach_volume
by zhufl
· 8 years ago
fc0d675
Merge "Add a generic "wait_for_volume_resource_status" function"
by Jenkins
· 8 years ago
0b5c2c9
Merge "Revert "Remove wait_for_server from create_image_from_server""
by Jenkins
· 8 years ago
5fe6239
Revert "Remove wait_for_server from create_image_from_server"
by Bob Ball
· 8 years ago
52d7b0d
Add a generic "wait_for_volume_resource_status" function
by lkuchlan
· 8 years ago
e5b62a6
Add admin_servers_client in BaseV2ComputeAdminTest
by zhufl
· 8 years ago
488ea09
Merge "Add create_flavor in compute.base"
by Jenkins
· 8 years ago
36eeab0
Add create_flavor in compute.base
by zhufl
· 8 years ago
1395435
Get server fault if snapshot fails
by Matt Riedemann
· 8 years ago
621544c
Remove wait_for_server from create_image_from_server
by Matt Riedemann
· 8 years ago
525ec71
Hacking: enable H904
by Jordan Pittier
· 8 years ago
9b68290
Use base.delete_server in base.rebuild_server
by zhufl
· 8 years ago
8d23f92
Use base.create_volume in VolumesTestJSON
by zhufl
· 8 years ago
536cb1c
Remove unused client
by zhufl
· 8 years ago
7447712
Merge "Add resize_server in compute.base"
by Jenkins
· 8 years ago
3d018b0
Add resize_server in compute.base
by zhufl
· 8 years ago
fc8f8e6
Integration tests for device role tagging
by Artom Lifshitz
· 9 years ago
ffc4fc0
Use the correct path of InvalidConfiguration
by guo yunxian
· 8 years ago
cb16a66
Re-use common volume create/attach methods in test_iscsi_volume
by Matt Riedemann
· 8 years ago
342b37c
Add compute API admin test for swap volume
by Matt Riedemann
· 8 years ago
7ae2268
Fill name param in create_test_server
by zhufl
· 8 years ago
955f82b
Add server_id in exception ServerUnreachable
by zhufl
· 9 years ago
9e227c5
Introduce new helper: call_and_ignore_notfound_exc()
by Jordan Pittier
· 9 years ago
84f7321
Merge "Migrated microversion testing framework to tempest/lib"
by Jenkins
· 9 years ago
1f47cf9
Migrated microversion testing framework to tempest/lib
by Ghanshyam
· 9 years ago
2959153
Move microversion config options to 'compute' section
by ghanshyam
· 9 years ago
db9672e
Use tempest.lib code in tempest
by Andrea Frittoli (andreaf)
· 9 years ago
05049dd
Add microversion fixture to set microversion
by Ghanshyam
· 9 years ago
20e9861
Consolidate the ssh code
by Sean Dague
· 9 years ago
c7810e8
Merge "Fix server admin password usage"
by Jenkins
· 9 years ago
770548c
Merge "Rename compute images_client to compute_images_client"
by Jenkins
· 9 years ago
30d3c9b
Merge "Rename references to compute security group rules client"
by Jenkins
· 9 years ago
ae76c12
Rename compute images_client to compute_images_client
by Ghanshyam
· 9 years ago
5cdbf42
Rename references to compute security group rules client
by John Warren
· 9 years ago
ef163ec
Merge "Change LOG.warn to LOG.warning"
by Jenkins
· 9 years ago
6c09664
Change LOG.warn to LOG.warning
by zhangguoqing
· 9 years ago
3390d9f
Fix server admin password usage
by Ghanshyam
· 9 years ago
4e2be34
Add logic to select the request microversion
by ghanshyam
· 9 years ago
283273b
Update configuration options ssh-auth-strategy
by lanoux
· 9 years ago
f234551
Rename references to compute security groups client
by John Warren
· 9 years ago
4d237e7
Add the base microversions test part
by Ken'ichi Ohmichi
· 9 years ago
88363cb
Fix H404/405 violations for api tests(3/3)
by Ken'ichi Ohmichi
· 9 years ago
e001bc4
Merge "Rename references to compute floating IPs client"
by Jenkins
· 9 years ago
0bde8d5
Merge "Remove BaseComputeTest and _api_version"
by Jenkins
· 9 years ago
e74890a
Rename references to compute floating IPs client
by John Warren
· 9 years ago
6afb023
Trivial fix of doc string
by Marian Horban
· 9 years ago
02a8ccd
Remove BaseComputeTest and _api_version
by Ken'ichi Ohmichi
· 9 years ago
1f36daa
Make create_server_group use **kwargs
by Ken'ichi Ohmichi
· 9 years ago
8843f0f
Add volume backed live migration test
by Joe Gordon
· 10 years ago
9487a18
Rename references to compute networks client
by John Warren
· 9 years ago
7c779e2
Merge "Remove nova v2 API comments"
by Jenkins
· 9 years ago
b9c9d6e
Add test for volume snapshot in compute api
by Gaozexu
· 9 years ago
be322a5
Remove nova v2 API comments
by Ken'ichi Ohmichi
· 9 years ago
7565593
Merge "Use Cinder API V2 if V1 is disabled"
by Jenkins
· 9 years ago
bcfc32e
Use Cinder API V2 if V1 is disabled
by Ivan Kolodyazhny
· 10 years ago
2b6012b
Add test for Nova list-versions API
by Ken'ichi Ohmichi
· 9 years ago
27aac3a
Merge "Return complete response from compute images_client"
by Jenkins
· 9 years ago
e803449
Merge "Properly skip nova tests if nova isn't available"
by Jenkins
· 9 years ago
49f8a0e
Merge "Return complete resp from server_groups_client"
by Jenkins
· 9 years ago
1756e0b
Return complete response from compute images_client
by ghanshyam
· 10 years ago
f8ff358
Properly skip nova tests if nova isn't available
by Matthew Treinish
· 9 years ago
b610b77
Return complete resp from security_groups_client
by ghanshyam
· 10 years ago
2dc1345
Return complete resp from server_groups_client
by ghanshyam
· 10 years ago
e91a0c6
Move wait_for_server_termination from servers_client
by Ken'ichi Ohmichi
· 10 years ago
c5fcae7
Merge "Make create_image use **kwargs"
by Jenkins
· 10 years ago
34563cc
Make security_groups_client use **kwargs
by Ken'ichi Ohmichi
· 10 years ago
28f1867
Make create_image use **kwargs
by Ken'ichi Ohmichi
· 10 years ago
685cd17
Separate security_group_rules_client
by Ken'ichi Ohmichi
· 10 years ago
384923e
Merge "Migrate compute tests to the ssh-auth-strategy"
by Jenkins
· 10 years ago
ffe09dd
Migrate compute tests to the ssh-auth-strategy
by Joseph Lanoux
· 10 years ago
0eb153c
Remove wait_for_server_status from servers_client
by Ken'ichi Ohmichi
· 10 years ago
eb5bd0c
Merge "Separate server_groups_client from servers_client"
by Jenkins
· 10 years ago
03af1c5
Separate floating_ip_pools_client
by Ken'ichi Ohmichi
· 10 years ago
8b9c780
Remove wait_for_image_status from compute client
by Ken'ichi Ohmichi
· 10 years ago
7ca54b8
Separate server_groups_client from servers_client
by Ken'ichi Ohmichi
· 10 years ago
d39431f
Use the prefix-embedded rand_name method
by Fei Long Wang
· 10 years ago
b3e1f87
Add create_test_server function
by Joseph Lanoux
· 10 years ago
5d41076
Apply a show_image rule of GET to clients
by Ken'ichi Ohmichi
· 10 years ago
3d4985a
Merge "Introduce creds_provider in test.py"
by Jenkins
· 10 years ago
1f34241
Introduce creds_provider in test.py
by Andrea Frittoli (andreaf)
· 10 years ago
613b498
Delete server after resize test
by Jesse Keating
· 10 years ago
b21de6c
Initial class creds creation in test base class
by Andrea Frittoli
· 10 years ago
afecec0
Prevent failures when running as non-admin
by David Kranz
· 10 years ago
f7d582e
Merge "Remove hyphen from rand_name calls in compute tests"
by Jenkins
· 10 years ago
4937f56
Remove hyphen from rand_name calls in compute tests
by Ken'ichi Ohmichi
· 10 years ago
9ce97df
Start instances using fixed network when possible
by Rohan Kanade
· 11 years ago
583ce2c
Update all Oslo module use
by Doug Hellmann
· 10 years ago
01472ff
Remove migrated utils code
by Matthew Treinish
· 10 years ago
cd52794
Merge "Change servers client to return one value and update tests"
by Jenkins
· 10 years ago
ae99b9a
Change servers client to return one value and update tests
by David Kranz
· 10 years ago
e7991d9
Update compute base test to split up resource_setup
by Emily Hugenbruch
· 10 years ago
6b047aa
Merge "Change basic server client methods to return one value and update tests"
by Jenkins
· 10 years ago
c097835
Drop the legacy and un-used _interface
by Andrea Frittoli
· 10 years ago
0fb1429
Change basic server client methods to return one value and update tests
by David Kranz
· 10 years ago
bfa0760
Change tempest NotFound exc to tempest-lib exc
by Masayuki Igawa
· 10 years ago
9964b4e
Change security-group clients to return one value and update tests
by David Kranz
· 10 years ago
b8d1d01
Use server_client clearly for removing server_group
by Ken'ichi Ohmichi
· 10 years ago
7c73dd5
Merge "Change compute image client methods to return one value"
by Jenkins
· 10 years ago
a5299eb
Change compute image client methods to return one value
by David Kranz
· 10 years ago
6809bab
Change volume client methods to return one value
by Joseph Lanoux
· 10 years ago
Next »