Improve unit test coverage for OpenStack Nova common modules
Registered by
Takahiro Shida
openstack nova packages include common classes and utilities. These classes are not tested well. For example, test_log.py corresponding log.py, but there are few testcase. So, log.py C1 coverage less than 50%.
test target package is following.
* nova
* nova.rpc
We are intend to improvement C1 coverage and check some points.
1. Are there any test for parameter checking?
2. Are there any test for flags, object state checking?
3. Are there any test for database value checking?
4. Are there any test for valid exception handling?
Blueprint information
- Status:
- Not started
- Approver:
- Nachi Ueno
- Priority:
- Medium
- Drafter:
- Nachi Ueno
- Direction:
- Needs approval
- Assignee:
- Nachi Ueno
- Definition:
- Approved
- Series goal:
- Accepted for essex
- Implementation:
- Not started
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Testcase analyze and estimates for required tests.
nova.rpc.
https:/
(?)