Improve unit test coverage for OpenStack Nova compute modules
openstack nova.compute packages include nova-compute component classes. These classes are not tested well.
nova.virt package is also used by nova-compute, nova-network, nova-volumes. mainly used by nova-compute for manage instance and images.
test target package is following.
* nova.compute
* nova.virt
* nova.images
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?
btw, nova.objectstore is deprecated. it will be removed
Blueprint information
- Status:
- Not started
- Approver:
- Nachi Ueno
- Priority:
- Medium
- Drafter:
- Nachi Ueno
- Direction:
- Approved
- 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.compute.api.py
https:/
nova.compute.
https:/