Unit tests for manila scripts
Current manila scripts located in bin/* are not covered with unit tests.
For the moment CI can catch some brutal bugs like wrong imports that blocks service from running. But if we have some veiled bug that is not covered by functional tests, we won't be able to catch it even if it is easy, just because we do not have unit tests.
So, need to start using entry points and then cover our scripts with unit tests.
Similar blueprints for other projects:
Nova: https:/
Cinder: https:/
Blueprint information
- Status:
- Complete
- Approver:
- Ben Swartzlander
- Priority:
- Low
- Drafter:
- Valeriy Ponomaryov
- Direction:
- Approved
- Assignee:
- Julia Varlamova
- Definition:
- Approved
- Series goal:
- Accepted for liberty
- Implementation:
- Implemented
- Milestone target:
- 1.0.0
- Started by
- Julia Varlamova
- Completed by
- Valeriy Ponomaryov
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Move bin/* scripts to manila/cmd