| A | B | C | D | E | F | G | H | I | J | K | |
|---|---|---|---|---|---|---|---|---|---|---|---|
1 | No. | Team | Tester | Class | Method or API | Normal | Parameter Cheking | Database Checking | Configuration Checking | Exception Handling | Notes |
2 | 1 | NTT | Akihito Yokose | nova.quota | _get_default_quotas | This tests are involved in get_project_quotas() | |||||
3 | 2 | get_project_quotas | C | C | C | ||||||
4 | 3 | _get_request_allotment | This tests are involved in e.g. allowed_instances() | ||||||||
5 | 4 | allowed_instances | A | A | |||||||
6 | 5 | allowed_volumes | A | B | It doesn't cover the case that enters if-statement (Line:119 size != 0). | ||||||
7 | 6 | allowed_floating_ips | A | ||||||||
8 | 7 | _calculate_simple_quota | Its tests are involved in e.g. allowed_metadata_items() | ||||||||
9 | 8 | allowed_metadata_items | A | ||||||||
10 | 9 | allowed_injected_files | A | ||||||||
11 | 10 | allowed_injected_file_content_bytes | A | ||||||||
12 | 11 | allowed_injected_file_path_bytes | A | ||||||||
13 | |||||||||||
14 | A | Existed testcases are enough to fullfill checking policy | |||||||||
15 | B | Existed testcases are not enough to fullfill checking policy | |||||||||
16 | C | Target method is need to test that policy, but not exist | |||||||||
17 | blank | Target method is not need to specified policy | |||||||||
18 | |||||||||||
19 | |||||||||||
20 |