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 | zhou | nova.scheduler.driver.Scheduler | set_zone_manager | C | ||||||
3 | 2 | service_is_up | B | C | C | |||||||
4 | 3 | hosts_up | A | C | C | need admin context | ||||||
5 | 4 | schedule | C | C | just raise NotImplementedError | |||||||
6 | 5 | schedule_live_migration | C | C | C | C | ||||||
7 | 6 | assert_compute_node_has_enough_resources | C | C | C | |||||||
8 | 7 | assert_compute_node_has_enough_memory | C | C | C | C | ||||||
9 | 8 | assert_compute_node_has_enough_disk | C | C | C | C | ||||||
10 | 9 | mounted_on_same_shared_storage | C | C | C | |||||||
11 | 10 | nova.scheduler.driver.NoValidHost | __init__ | C | ||||||||
12 | 11 | nova.scheduler.driver.WillNotSchedule | __init__ | C | ||||||||
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 | ||||||||||||
21 |