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 | Normal | - | notify_decorator | nova.tests.test_notifier_api.ApiTestCase | test_notify_decorator | - | - | assertEqual notify_decorator_called=True | |
3 | 2 | NTT | zhou | Parameter checking | - | publisher_id | nova.tests.test_notifier_api.ApiTestCase | test_publisher_id_parameter | - | - | assertEqual: publisher_id = "compute.ubuntu" assertEqual: publisher_id = "compute.yellowdog" | |
4 | 3 | NTT | zhou | Exception checking | - | notify | nova.tests.test_notifier_api.ApiTestCase | test_notify_exception | - | - | assertEqual: self.mock_notify_called=True | |
5 | 4 | NTT | zhou | Configration checking | - | notify | nova.tests.test_notifier_api.ApiTestCase | test_notify_configuration | - | - | assertEqual: DUMMY_NOTIFY_CALLED=True | |
6 | 5 | NTT | zhou | Exception checking | - | notify | nova.tests.test_notifier_api.ApiTestCase | test_notify_invalid_priority_exception | - | - | assertRaises: api.BadPriorityException | |
7 | 6 | NTT | zhou | Parameter checking | - | notify | nova.tests.test_notifier_api.ApiTestCase | test_notify_payload_parameter_empty_string | - | - | assertEqual: payload = "" | |
8 | 6 | NTT | zhou | Parameter checking | - | notify | nova.tests.test_notifier_api.ApiTestCase | test_notify_payload_parameter_normal_string | - | - | assertEqual: payload = "str" | |
9 | 6 | NTT | zhou | Parameter checking | - | notify | nova.tests.test_notifier_api.ApiTestCase | test_notify_payload_parameter_number | - | - | assertEqual: payload = 123 | |
10 | 6 | NTT | zhou | Parameter checking | - | notify | nova.tests.test_notifier_api.ApiTestCase | test_notify_payload_parameter_class | - | - | assertEqual: payload = "<class 'nova.tests.test_notifier_api.Mock'>" assertEqual: exception_count = 1 | |
11 | ||||||||||||
12 | ||||||||||||
13 | ||||||||||||
14 | ||||||||||||
15 | ||||||||||||
16 | ||||||||||||
17 | ||||||||||||
18 | ||||||||||||
19 | ||||||||||||
20 | ||||||||||||
21 |