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.virt.disk | mkfs | C | C | C | |||
3 | 2 | extend | C | C | C | ||||||
4 | 3 | inject_data | C | C | C | C | |||||
5 | 4 | setup_container | C | C | C | ||||||
6 | 5 | destroy_container | C | C | C | ||||||
7 | 6 | _link_device | C | C | C | ||||||
8 | 7 | _unlink_device | This test is included in the test for setup_container() | ||||||||
9 | 8 | _allocate_device | This private method will be stubbed out because os.path.exists('/sys/block/xxx/pid') cannot be True. (Permission denied) | ||||||||
10 | 9 | _free_device | C | This test is included in the test for _unlink_device() | |||||||
11 | 10 | inject_data_into_fs | C | C | C | ||||||
12 | 11 | _inject_metadata_into_fs | This test is included in the test for inject_data_into_fs() | ||||||||
13 | 12 | _inject_key_into_fs | This test is included in the test for inject_data_into_fs() | ||||||||
14 | 13 | _inject_net_into_fs | This test is included in the test for inject_data_into_fs() | ||||||||
15 | |||||||||||
16 | A | Existed testcases are enough to fullfill checking policy | |||||||||
17 | B | Existed testcases are not enough to fullfill checking policy | |||||||||
18 | C | Target method is need to test that policy, but not exist | |||||||||
19 | blank | Target method is not need to specified policy | |||||||||
20 |