A | B | C | D | E | F | G | H | I | J | K | L | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | No. | Team | Tester | Tech spec or coding policy | Class | Method or API | Test Class | Test Method | Depend (Pre) | Depend (Post) | Assertions | Notes | |
2 | 1 | NTT | zhou | Value checking | nova.image.glance | get_glance_client | nova.tests.image.test_glance.GlanceTestCase | test_get_glance_client | - | - | assertEqual image server's host and port | ||
3 | 2 | Value checking | get_glance_client | test_get_glance_client_parameter_id | - | - | assertEqual image server's host and port | ||||||
4 | 3 | Value checking | get_glance_client | test_get_glance_client_parameter_imgurl | - | - | assertEqual image server's host and port | https://46.51.242.3/redmine/issues/198 | |||||
5 | 4 | Value checking | get_glance_client | test_get_glance_client_parameter_with_keystone | - | - | assertEqual image server's host and port | ||||||
6 | 5 | Exception handling | get_glance_client | test_get_glance_client_exception | - | - | assertRaises exception.InvalidImageRef | ||||||
7 | 6 | Configuration checking | pick_glance_api_server | test_pick_glance_api_server_configuration | - | - | assertEqual image server's host and port | ||||||
8 | 7 | Value checking | create | nova.tests.image.test_glance.GlanceImageServiceTestCase | test_create_parameter | - | - | assertEqual metadata | |||||
9 | 8 | Exception handling | create | test_create_exception | - | - | assertRaises ClientConnectionError | ||||||
10 | 9 | Value checking | delete | test_delete_parameter | - | - | assertEqual True | ||||||
11 | 10 | Exception handling | delete | test_delete_exception_notfound | - | - | assertRaises exception.ImageNotFound | ||||||
12 | 11 | Exception handling | delete | test_delete_exception_unavailable | - | - | assertRaises exception.ImageNotFound | ||||||
13 | 12 | Exception handling | delete | test_delete_exception_client | - | - | assertRaises exception.ImageNotFound | ||||||
14 | 13 | Value checking | delete_all | test_delete_all | - | - | assertEqual None | ||||||
15 | 14 | Value checking | detail | test_detail_parameter | - | - | assertEqual metadata | ||||||
16 | 15 | Value checking | detail | test_detail_parameter_limit | - | - | assertEqual return count | ||||||
17 | 16 | Value checking | detail | test_detail_parameter_without_limit | - | - | assertEqual return count | ||||||
18 | 17 | Exception handling | detail | test_detail_exception | - | - | assertRaises ImagePaginationFailed | ||||||
19 | 18 | Value checking | get | test_get | - | - | assertEqual image id | ||||||
20 | 19 | Exception handling | get | test_get_parameter | - | - | assertEqual image id | https://46.51.242.3/redmine/issues/225 | |||||
21 | 20 | Exception handling | get | test_get_exception | - | - | assertRaises exception.ImageNotFound | ||||||
22 | 21 | Value checking | index | test_index_parameter | - | - | assertEqual image id | ||||||
23 | 22 | Exception handling | index | test_index_exception | - | - | assertRaises ImagePaginationFailed | ||||||
24 | 23 | Exception handling | show | test_show_exception_notfound | - | - | assertRaises exception.ImageNotFound | ||||||
25 | 24 | Exception handling | show | test_show_exception_unavailable | - | - | assertRaises exception.ImageNotFound | ||||||
26 | 25 | Value checking | show_by_name | test_show_by_name_parameter | - | - | assertEqual image id | https://46.51.242.3/redmine/issues/228 | |||||
27 | 26 | Exception handling | show_by_name | test_show_by_name_exception_notfound | - | - | assertRaises exception.ImageNotFound | ||||||
28 | 27 | Value checking | update | test_update_parameter | - | - | assertEqual metadata | ||||||
29 | 28 | Exception handling | update | test_update_exception | - | - | assertRaises exception.ImageNotFound | ||||||
30 | 29 | Exception handling | update | test_update_exception_notfound | - | - | assertRaises exception.ImageNotFound | ||||||
31 | 30 | Exception handling | update | test_update_exception_dateformat | - | - | assertRaises exception.ImageNotFound | https://46.51.242.3/redmine/issues/226 |