Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
24ffe96042ed28732232b6a618dd0e68c9bd6ac5
/
tempest
/
api
/
volume
/
test_volumes_negative.py
a568237
Adding description for testcases - volume part4
by zhufl
· 4 years, 10 months ago
fcda77b
Replace volume size with configured value
by TommyLike
· 7 years ago
a54f170
Remove unnecessary class variable
by lkuchlan
· 8 years ago
cd36841
Move test decorators to common
by Andrea Frittoli
· 8 years ago
d4ecd0e
Update "create_server" to wait until status is 'ACTIVE'
by lkuchlan
· 8 years ago
f9009b4
Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, len(..
by Masayuki Igawa
· 8 years ago
13736ae
[Negative] Create a volume from deactivated image
by lkuchlan
· 8 years ago
0a42716
[Negative] Create volume from image with decreasing size
by jeremy.zhang
· 8 years ago
3b46d27
Move the `attr` decorator from test.py to tempest/lib
by Jordan Pittier
· 8 years ago
e8afb8c
Rename Cinder V2 API tests
by Ken'ichi Ohmichi
· 8 years ago
9751b3d
Correct invalid param in create_volume
by zhufl
· 8 years ago
a57530c
Remove special_fields definition
by zhufl
· 8 years ago
c4fcdbb
Remove Cinder v1 tests
by Ken'ichi Ohmichi
· 8 years ago
ef1c1ce
Use tempest.lib data_utils - volume
by Ken'ichi Ohmichi
· 8 years ago
d77d3d1
Remove unnecessary int declaration
by Avi Avraham
· 8 years ago
7c43b98
Merge "Switch to decorators.idempotent_id on volume"
by Jenkins
· 8 years ago
6b279c7
Switch to decorators.idempotent_id on volume
by Ken'ichi Ohmichi
· 8 years ago
9239284
Fix tests which use 'display_name' for both V1 and V2
by lkuchlan
· 8 years ago
9e294c4
Use invalid id with rand string instead of special char
by ghanshyam
· 8 years ago
b21fc57
Remove setup_client method
by lkuchlan
· 9 years ago
e2fb43e
Rename testcase names with 'with_out' to 'without'
by zhufl
· 9 years ago
7867a6e
Set random name in common function create_server
by zhufl
· 9 years ago
3bdcf7c
Permission changes: Python file should be 0644 not 0775
by Jordan Pittier
· 9 years ago
445f598
Always wait on server delete
by Matthew Treinish
· 9 years ago
d6f4b0d
Merge "Use an instance method instead of class method"
by Jenkins
· 9 years ago
5fc6936
Use an instance method instead of class method
by lkuchlan
· 9 years ago
f63d1d6
Remove unused global variable from VolumesV1NegativeTest class
by lkuchlan
· 9 years ago
c6ce539
Use classname as prefix of volume name
by zhufl
· 9 years ago
d079c89
Add pep8 check to use data_utils.rand_uuid()
by Ken'ichi Ohmichi
· 9 years ago
db9672e
Use tempest.lib code in tempest
by Andrea Frittoli (andreaf)
· 9 years ago
58a9e87
Make volume volume_client to use **kwargs-part2
by Ghanshyam
· 9 years ago
8fc0ed2
Make volume volume_client to use **kwargs-part1
by Ghanshyam
· 9 years ago
a5a0686
Merge "Full response for VolumesClient methods"
by Jenkins
· 10 years ago
a074c01
Migrate volume tests to the ssh-auth-strategy
by Joseph Lanoux
· 10 years ago
6177c9e
Full response for VolumesClient methods
by John Warren
· 10 years ago
e91a0c6
Move wait_for_server_termination from servers_client
by Ken'ichi Ohmichi
· 10 years ago
16c7929
Merge "Remove wait_for_server_status from servers_client"
by Jenkins
· 10 years ago
725b973
Merge "Wait server to be terminated in VolumesV2NegativeTest."
by Jenkins
· 10 years ago
0eb153c
Remove wait_for_server_status from servers_client
by Ken'ichi Ohmichi
· 10 years ago
a6e74cc
Wait server to be terminated in VolumesV2NegativeTest.
by Hong Hui Xiao
· 10 years ago
d39431f
Use the prefix-embedded rand_name method
by Fei Long Wang
· 10 years ago
639f2fa
remove gate tag (part 2)
by Sean Dague
· 10 years ago
35798fb
Apply a naming rule of GET to volume client
by Ken'ichi Ohmichi
· 10 years ago
9ce97df
Start instances using fixed network when possible
by Rohan Kanade
· 11 years ago
07308f1
Remove hyphen from rand_name calls in volume tests
by Ken'ichi Ohmichi
· 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
0574915
Split resource_setup for volume tests
by Rohan Kanade
· 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
6809bab
Change volume client methods to return one value
by Joseph Lanoux
· 10 years ago
d428519
part 2 of delete xml
by Sean Dague
· 11 years ago
61a12e2
Migrate volume API tests to resource_* fixtures
by Andrea Frittoli
· 11 years ago
d9df38c
Update volume client check success
by Swapnil Kulkarni
· 11 years ago
3d6d986
Enable some volumes v2 tests by sharing codes
by Zhi Kun Liu
· 11 years ago
7ea69e6
Add missing compute service tags to volume API tests
by Matthew Treinish
· 11 years ago
43f9af1
Stop volume leaking
by Zhi Kun Liu
· 11 years ago
1edf94f
Prepare for enabling H302 rule (api/volume,tempest/*)
by Masayuki Igawa
· 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
68fd19c
Merge "Use wrapper create_volume() in volume tests"
by Jenkins
· 11 years ago
5687d55
Use wrapper create_volume() in volume tests
by Ken'ichi Ohmichi
· 11 years ago
bb363a2
cinder v2 api tests - part1
by Zhi Kun Liu
· 12 years ago
259c113
Cleanup using about the data_utils module and functions
by Masayuki Igawa
· 12 years ago
4240318
add negative volumes tests
by Zhi Kun Liu
· 12 years ago
6b63243
Added some tests for reserve and unreserve volume
by zhangyanzi
· 12 years ago
036d4c5
Merge "add extend volume tests:"
by Jenkins
· 12 years ago
5b98175
add extend volume tests:
by wanghao
· 12 years ago
b866f05
add volume tests
by zhangyanzi
· 12 years ago
c2abb6c
add some negative tests for volume updating:
by wanghao
· 12 years ago
6da0db8
Merge "add negative volume tests"
by Jenkins
· 12 years ago
3bdfe09
add negative volume tests
by Zhi Kun Liu
· 12 years ago
39f9722
Replace OpenStack LLC with OpenStack Foundation
by ZhiQiang Fan
· 12 years ago
f099f80
Fixes typos in tempest/api
by Chang Bo Guo
· 12 years ago
f7f34f9
White space after # in tempest/api files
by Attila Fazekas
· 12 years ago
1937d09
rename tests -> api
by Sean Dague
· 12 years ago
[Renamed (98%) from tempest/tests/volume/test_volumes_negative.py]
8b31190
Set smoke/gate attributes for tests in "volume"
by Giulio Fidente
· 12 years ago
3dcdae1
Simplify volume test classes inheritance
by Attila Fazekas
· 12 years ago
8b4eaa5
Removes use of nose.tools.raises
by Chris Yeoh
· 12 years ago
e6d8ee1
Revert "Split up XML and JSON testing."
by James E. Blair
· 12 years ago
58dec9d
Split up XML and JSON testing.
by Matthew Treinish
· 12 years ago
72a0038
convert docstrings to comments
by Sean Dague
· 12 years ago
a83a16e
Fix import order to comply with import ordering rules.
by Matthew Treinish
· 12 years ago
9854d5b
Add XML support to the cinder client
by Matthew Treinish
· 13 years ago
dd47d7e
Adds Cinder client
by Rohit Karajgi
· 13 years ago