Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
b222657a2aa64745f461fbaf3381d26c5352d435
/
tempest
/
api
/
compute
/
servers
/
test_servers_negative.py
764069e
compute: Wait until server is ACTIVE before deleting during resource_setup
by Lee Yarwood
· 4 years, 9 months ago
b5603bc
Adding description for testcases - compute part5
by zhufl
· 5 years ago
e85f029
Create default network for more compute tests
by Eric Fried
· 5 years ago
bfaa50f
Create default network for several compute tests
by Eric Fried
· 5 years ago
58dcbc0
Add a default network when creating a server
by Rodolfo Alonso Hernandez
· 5 years ago
ecddd38
Merge "Set max_microversion 2.35 for nova image tests"
by Zuul
· 7 years ago
66275c2
Set max_microversion 2.35 for nova image tests
by zhufl
· 7 years ago
e913e46
Avoid server_check_teardown exception breaking tearDown
by zhufl
· 7 years ago
8c9d436
Fix TypeError in _unshelve_server
by zhufl
· 7 years ago
aa27003
Add addOnException of unshelve_server when using sharing server
by zhufl
· 8 years ago
ba0e553
Rename base.rebuild_server to base.recreate_server
by zhufl
· 8 years ago
cd36841
Move test decorators to common
by Andrea Frittoli
· 8 years ago
8bdf881
Merge "Create deleted server in resource_setup"
by Jenkins
· 8 years ago
406e913
Create deleted server in resource_setup
by zhufl
· 8 years ago
5376ab3
Correct invalid client in ServersNegativeTestMultiTenantJSON
by zhufl
· 8 years ago
ecb31f0
Tag test_create_server_invalid_bdm_in_2nd_dict as needing cinder
by Matthew Treinish
· 8 years ago
3b46d27
Move the `attr` decorator from test.py to tempest/lib
by Jordan Pittier
· 8 years ago
c5665a6
Move the `related_bug` decorator from test.py to tempest/lib
by Jordan Pittier
· 8 years ago
757833a
Use tempest.lib data_utils - compute
by Ken'ichi Ohmichi
· 8 years ago
589028a
Change rebuild tests to use image_ref
by Emily Hugenbruch
· 8 years ago
bc6d4c2
Add related_bug for bug/1660878
by Ken'ichi Ohmichi
· 8 years ago
14b0ae1
Switch to decorators.idempotent_id on compute.servers
by Ken'ichi Ohmichi
· 8 years ago
b3acb48
Modify comments in xxx_name_length_exceeds_256
by zhufl
· 8 years ago
8ee59f8
Add a test for reproducing bug/1651064
by Ken'ichi Ohmichi
· 8 years ago
ddc59a0
Boot a server from a non-bootable volume
by lkuchlan
· 9 years ago
3bdcf7c
Permission changes: Python file should be 0644 not 0775
by Jordan Pittier
· 9 years ago
12dc973
py3: Miscellaneous fixes
by Sirushti Murugesan
· 9 years ago
c6ce539
Use classname as prefix of volume name
by zhufl
· 9 years ago
017b5fe
Move shelve server logic in compute utility
by ghanshyam
· 9 years ago
2718b3a
Move multi-tenant server negative tests into subclass
by Chris Hoge
· 9 years ago
db9672e
Use tempest.lib code in tempest
by Andrea Frittoli (andreaf)
· 9 years ago
ae76c12
Rename compute images_client to compute_images_client
by Ghanshyam
· 9 years ago
7b05db3
Merge "Make server action methods[m-z] use **kwargs"
by Jenkins
· 9 years ago
36b714c
Make server action methods[m-z] use **kwargs
by Ken'ichi Ohmichi
· 9 years ago
bf4766a
Make server action methods[f-l] use **kwargs
by Ken'ichi Ohmichi
· 9 years ago
b2e01ab
Split a server test into two distinct tests
by Joe H. Rahme
· 10 years ago
d7e04b2
Add compute personality feature config
by Takeaki Matsumoto
· 10 years ago
f2d436e
Make create_server use **kwargs
by Ken'ichi Ohmichi
· 10 years ago
0f82525
Return complete response from servers_client
by ghanshyam
· 10 years ago
1040d8a
Merge "Fix tests updating server by name rather than id"
by Jenkins
· 10 years ago
b263108
Add "server" to action methods - part 2
by Ken'ichi Ohmichi
· 10 years ago
74b0346
Fix tests updating server by name rather than id
by Shuquan Huang
· 10 years ago
1756e0b
Return complete response from compute images_client
by ghanshyam
· 10 years ago
f627a97
Merge "Add "server" to action methods"
by Jenkins
· 10 years ago
e91a0c6
Move wait_for_server_termination from servers_client
by Ken'ichi Ohmichi
· 10 years ago
5271b0f
Add "server" to action methods
by Ken'ichi Ohmichi
· 10 years ago
0eb153c
Remove wait_for_server_status from servers_client
by Ken'ichi Ohmichi
· 10 years ago
e97870c
Merge "Use the prefix-embedded rand_name method"
by Jenkins
· 10 years ago
d39431f
Use the prefix-embedded rand_name method
by Fei Long Wang
· 10 years ago
7680024
Apply a naming rule of GET to show_server method
by Ken'ichi Ohmichi
· 10 years ago
0943d9b
Apply a naming rule of GET to compute clients([ik])
by Ken'ichi Ohmichi
· 10 years ago
af9d94e
Merge "Initial class creds creation in test base class"
by Jenkins
· 10 years ago
b21de6c
Initial class creds creation in test base class
by Andrea Frittoli
· 10 years ago
639f2fa
remove gate tag (part 2)
by Sean Dague
· 10 years ago
0a95854
Merge "Remove migrated utils code"
by Jenkins
· 10 years ago
60b7309
Split resource_setup for compute tests
by Rohan Kanade
· 10 years ago
01472ff
Remove migrated utils code
by Matthew Treinish
· 10 years ago
7579c1a
Add UUIDs to all tempest tests and gate check
by Chris Hoge
· 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
4b29e47
Change tempest BadRequest exc to tempest-lib exc
by Masayuki Igawa
· 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
d938876
Change tempest Conflict exc to tempest-lib exc
by Masayuki Igawa
· 10 years ago
90c914e
Change tempest OverLimit exc to tempest-lib exc
by Masayuki Igawa
· 10 years ago
a5299eb
Change compute image client methods to return one value
by David Kranz
· 10 years ago
fe087de
Fix rebuild server tests for wrong input
by ghanshyam
· 10 years ago
67025a2
part-2 expect badRequest in server metadata test
by ghanshyam
· 11 years ago
2fac831
delete all compute xml tests
by Sean Dague
· 11 years ago
8283b4e
Add Credentials Provider factory
by Andrea Frittoli
· 11 years ago
50bb80d
Migrate computev2 API tests to resource_* fixtures
by Andrea Frittoli
· 11 years ago
ddfc4ef
Removes test_force_delete_server_invalid_state negative test
by Chris Yeoh
· 11 years ago
25f666f
Add new shelve compute feature flag
by David Shrewsbury
· 11 years ago
b3d956f
Add skip decorators in test_servers_negative
by Joseph Lanoux
· 11 years ago
e8d3fd5
fix usage of allow_tenant_isolation
by Andrey Pavlov
· 11 years ago
305e65b
Account failure to the tearDown instead of setUp
by Attila Fazekas
· 12 years ago
992162e
Move pause_available class variable into skip decorators
by Matt Riedemann
· 11 years ago
f0cf695
Move suspend_available class variable into skip decorators
by Matt Riedemann
· 11 years ago
aeb7e84
Support disabling suspend/resume for compute api
by Eric Windisch
· 11 years ago
b553807
Support disabling server pausing for compute API
by Eric Windisch
· 11 years ago
dfabaf2
Cleanup _interface class variables in compute
by Masayuki Igawa
· 11 years ago
b0a78fc
Convert compute api tests to global CONF object
by Matthew Treinish
· 11 years ago
b29b36e
Merge "Fixing typo "existant". Must be "existent""
by Jenkins
· 11 years ago
e8d31a0
Remove vim headers
by Masayuki Igawa
· 11 years ago
179077c
Fixing typo "existant". Must be "existent"
by nayna-patel
· 11 years ago
aa702b0
Use rand_uuid and remove unused client for clean-up
by Ken'ichi Ohmichi
· 11 years ago
122cdf5
Fix the scope to share a server between tests
by Ken'ichi Ohmichi
· 11 years ago
2cd19a4
Fix rebuild_server() function
by Matthew Treinish
· 12 years ago
259c113
Cleanup using about the data_utils module and functions
by Masayuki Igawa
· 12 years ago
557cef3
Merge "Add shelve/unshelve test of nova APIs"
by Jenkins
· 12 years ago
f49bf18
Add negative resize server action test
by Hoisaleshwara Madan V S
· 12 years ago
39437e2
Add shelve/unshelve test of nova APIs
by Ken'ichi Ohmichi
· 12 years ago
cfc052e
Rename to create_test_server in API tests
by Ken'ichi Ohmichi
· 12 years ago
aecc109
add some negative tests for force_delete/restore
by Lingxian Kong
· 12 years ago
18dae64
Merge "add BaseV2ComputeTest as the base class of nova v2 api tests"
by Jenkins
· 12 years ago
f2b0050
add BaseV2ComputeTest as the base class of nova v2 api tests
by ivan-zhu
· 12 years ago
c3e510c
Changed the exception name
by Anju5
· 12 years ago
6fab1a1
server status remained in unexpected state
by Attila Fazekas
· 12 years ago
d90c010
Move negative action tests to right place
by Ken'ichi Ohmichi
· 12 years ago
da30650
Reduce vm creations in negative tests
by Ken'ichi Ohmichi
· 12 years ago
Next »