Write integration tests to test DAO for VM
Closed this issue · 0 comments
Krisilda commented
- Retrieve serviceOffering id, template id, zone id from CloudStack server.
- Use a specific subclass of Request to create a request to get a non-existing entity.
- Request the non-existing entity from 1st step through DAO (the empty list should be returned).
- Use a specific subclass of Request to create a VM (use ids from first step).
- Execute the request from the previous step through DAO.
- Request the VM through DAO (need to check that fields specified with the parameters are equal to fields of received entity).
- Create one more VM (repeat steps 4, 5).
- Request a list of VM through DAO (need to check that fields specified with the parameters are equal to fields of received entities).