index
:
delta/openstack/tempest.git
master
opendev.org: openstack/tempest
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tempest
/
api
/
volume
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fail create if validation flags do not agree
Dan Smith
2023-05-02
1
-0
/
+8
*
Actually make volume extend tests validate
Dan Smith
2023-05-01
1
-0
/
+2
*
Avoid long wait for volume detach in some tests
Dan Smith
2023-02-22
1
-5
/
+27
*
Log console on failure to delete attachment
Dan Smith
2023-02-22
1
-1
/
+2
*
Decorate volume.base functions - fix cleanup
Benny Kopilov
2022-05-31
1
-37
/
+37
*
Allows to skip wait for volume create
Benny Kopilov
2022-04-13
1
-3
/
+4
*
Moving API microversion fixture in resource_setup
Ghanshyam Mann
2021-12-11
1
-7
/
+3
*
Use lib.commom.api_microversion_fixture to set volume, compute API microversi...
Sophie Huang
2021-10-15
1
-5
/
+10
*
Cleans up volume backups after test run.
Sampat Ponnaganti
2021-04-02
1
-0
/
+4
*
Merge "Remove the unused _api_version variable from volume tests"
Zuul
2021-03-09
1
-1
/
+0
|
\
|
*
Remove the unused _api_version variable from volume tests
Ghanshyam Mann
2021-01-06
1
-1
/
+0
*
|
Merge "Remove deprecated config options for volume API selection"
Zuul
2021-02-23
1
-17
/
+0
|
\
\
|
|
/
|
*
Remove deprecated config options for volume API selection
Ghanshyam Mann
2020-12-31
1
-17
/
+0
*
|
Add option to support volume_type in volume creation
Ansuman Bebarta
2021-02-16
1
-0
/
+7
|
/
*
Merge "volume: Introduce extend attached encrypted volume tests"
Zuul
2020-09-23
1
-0
/
+21
|
\
|
*
volume: Introduce extend attached encrypted volume tests
Lee Yarwood
2020-04-17
1
-0
/
+21
*
|
Fix 404 when deleteing volume group
Gupta, Sangeet (sg774j)
2020-06-05
1
-2
/
+5
|
/
*
Create default network for compute volume and negative metadata tests
Ghanshyam Mann
2020-03-19
1
-1
/
+6
*
Specify AZ for non-scenario tests
Martin Kopec
2019-06-18
1
-0
/
+4
*
Make volume client alias with _latest suffix
ghanshyam
2018-08-07
1
-38
/
+33
*
Merge "Support only volume api_v3 is enabled"
Zuul
2018-02-01
1
-0
/
+5
|
\
|
*
Support only volume api_v3 is enabled
zhufl
2018-01-02
1
-0
/
+5
*
|
Merge "Use addClassResourceCleanup for cleanup of volume resources"
Zuul
2018-01-31
1
-70
/
+22
|
\
\
|
|
/
|
/
|
|
*
Use addClassResourceCleanup for cleanup of volume resources
zhufl
2017-11-27
1
-70
/
+22
*
|
Refactor volume groups and group snapshots tests
jeremy.zhang
2017-11-29
1
-0
/
+21
|
/
*
Avoid using v3 volume clients when v3 is disabled
Lucian Petrut
2017-08-31
1
-9
/
+10
*
Add Tests for Groups Volume APIs - Part 2
xing-yang
2017-07-25
1
-0
/
+3
*
Add test case for update volume backup
jeremy.zhang
2017-07-05
1
-3
/
+6
*
Add Tests for Groups Volume APIs - Part 1
Xing Yang
2017-05-02
1
-6
/
+17
*
Update "create_server" to wait until status is 'ACTIVE'
lkuchlan
2017-06-11
1
-1
/
+2
*
Replace the usage of 'os' with 'os_primary'
zhufl
2017-05-23
1
-1
/
+1
*
Add test case for show volume summary
jeremy.zhang
2017-05-07
1
-0
/
+6
*
Merge "Revert "cinder backup force-delete when backup is error""
Jenkins
2017-05-03
1
-8
/
+4
|
\
|
*
Revert "cinder backup force-delete when backup is error"
Ghanshyam Mann
2017-05-02
1
-8
/
+4
*
|
Remove redundant api client in volume tests
jeremy.zhang
2017-04-26
1
-1
/
+0
*
|
test.py: stop using aliases for creds manager
Jordan Pittier
2017-04-26
1
-27
/
+28
*
|
Merge "Add test cases for volume quota class"
Jenkins
2017-04-25
1
-0
/
+2
|
\
\
|
*
|
Add test cases for volume quota class
jeremy.zhang
2017-04-13
1
-0
/
+2
*
|
|
Merge "Use image native api in volume tests"
Jenkins
2017-04-25
1
-4
/
+2
|
\
\
\
|
*
|
|
Use image native api in volume tests
jeremy.zhang
2017-04-25
1
-4
/
+2
*
|
|
|
Merge "cinder backup force-delete when backup is error"
Jenkins
2017-04-25
1
-4
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
cinder backup force-delete when backup is error
Benny Kopilov
2017-04-11
1
-4
/
+8
*
|
|
Merge "[Negative] Create volume from image with decreasing size"
Jenkins
2017-04-24
1
-0
/
+3
|
\
\
\
|
*
|
|
[Negative] Create volume from image with decreasing size
jeremy.zhang
2017-04-21
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Remove unused compute networks client in volume tests
jeremy.zhang
2017-04-21
1
-1
/
+0
|
/
/
*
|
Merge "Add random name in volume.base.create_backup"
Jenkins
2017-04-07
1
-0
/
+3
|
\
\
|
*
|
Add random name in volume.base.create_backup
zhufl
2017-03-31
1
-0
/
+3
*
|
|
Merge Cinder v3 base test module into general one
Ken'ichi Ohmichi
2017-04-04
1
-1
/
+21
|
/
/
*
|
Merge "Add test case for volume unmanage and manage"
Jenkins
2017-03-28
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add test case for volume unmanage and manage
jeremy.zhang
2017-03-22
1
-0
/
+1
[next]