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.network.quantum.manager.QuantumManager | __init__ | nova.tests.test_quantum.QuantumManagerTestCase | test_init | - | - | assertEqual q_conn, ipam | |
3 | 2 | Exception handling | create_networks | test_create_networks_exception_num | - | - | assertRaises Exception | |||||
4 | 3 | Exception handling | create_networks | test_create_networks_exception_notexist | - | - | assertRaises Exception | |||||
5 | 4 | Exception handling | get_instance_nw_info | test_get_instance_nw_info_exception | - | - | assertRaises Exception | |||||
6 | 5 | Value checking | deallocate_for_instance | test_deallocate_for_instance_exception_net_not_found | - | - | assertTrue error message | |||||
7 | 6 | Value checking | deallocate_for_instance | test_deallocate_for_instance_exception_no_instance | - | - | assertTrue error message | |||||
8 | 7 | Value checking | validate_networks | test_validate_networks_parameter | - | - | assertEquals None | |||||
9 | 8 | Exception handling | validate_networks | test_validate_networks_exception | - | - | assertRaises NetworkNotFound | |||||
10 | 9 | - | - | |||||||||
11 | 10 | - | - | |||||||||
12 | 11 | - | - | |||||||||
13 | 12 | - | - | |||||||||
14 | 13 | - | - | |||||||||
15 | 14 | - | - | |||||||||
16 | 15 |