Commit 2fdd42c
committed
volume: Migrate 'block storage cleanup' to SDK
Change-Id: Ifdceeff74d01fbaba48fa241c3652c0878ec972d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>1 parent 8fa2a88 commit 2fdd42cCopy full SHA for 2fdd42c
2 files changed
+78-47Lines changed: 78 additions & 47 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- openstackclient
- tests/unit/volume/v3
- volume/v3
Expand file treeCollapse file tree
Open diff view settings
Collapse file
openstackclient/tests/unit/volume/v3/test_block_storage_cleanup.py
Copy file name to clipboardExpand all lines: openstackclient/tests/unit/volume/v3/test_block_storage_cleanup.py+58-37Lines changed: 58 additions & 37 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
33 | 43 | |
34 | 44 | |
35 | 45 | |
36 | | - |
| 46 | + |
| 47 | + |
| 48 | + |
37 | 49 | |
38 | | - |
39 | 50 | |
40 | 51 | |
41 | 52 | |
| ||
55 | 66 | |
56 | 67 | |
57 | 68 | |
58 | | - |
59 | | - |
60 | | - |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
61 | 84 | |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | 85 | |
68 | 86 | |
69 | 87 | |
70 | 88 | |
71 | 89 | |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
| 90 | + |
76 | 91 | |
77 | 92 | |
78 | 93 | |
| ||
132 | 147 | |
133 | 148 | |
134 | 149 | |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
142 | 165 | |
143 | | - |
144 | 166 | |
145 | 167 | |
146 | 168 | |
147 | 169 | |
148 | 170 | |
149 | | - |
150 | | - |
| 171 | + |
151 | 172 | |
152 | 173 | |
153 | 174 | |
|
Collapse file
openstackclient/volume/v3/block_storage_cleanup.py
Copy file name to clipboardExpand all lines: openstackclient/volume/v3/block_storage_cleanup.py+20-10Lines changed: 20 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
37 | 43 | |
38 | 44 | |
39 | 45 | |
40 | 46 | |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
45 | 51 | |
46 | 52 | |
47 | 53 | |
| ||
136 | 142 | |
137 | 143 | |
138 | 144 | |
139 | | - |
| 145 | + |
| 146 | + |
| 147 | + |
140 | 148 | |
141 | | - |
| 149 | + |
142 | 150 | |
143 | 151 | |
144 | 152 | |
| ||
157 | 165 | |
158 | 166 | |
159 | 167 | |
160 | | - |
161 | | - |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
0 commit comments