DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Test Case ID | Test Case Name | Steps | Expected Result |
|---|---|---|---|
| 1 | Register a template | 1-Create a multi volume vm template which have multiple volume from vcenter 2-register template
| 1-Template registration should be successful
|
| 2 | check db tables | 1-Create a multi volume vm template which have multiple volume from vcenter 2-register template 3-check the vm_template and vm_template_store_ref table | 1-There should be an entry in both table for each data disk in ova file |
| 3 | check parent id | 1-Create a multi volume vm template which have multiple volume from vcenter 2-register template 3-check parent_template_id for each data disk | 1-For each data disk parent_template_id should point to VM template |
| 4 | check secondary storage location of datadisk template | 1-Create a multi volume vm template which have multiple volume from vcenter 2-register template 3-check the data disk template location in secondary storage | it should be template/tmpl/2/data disk template id/ |
| 5 | check content of data disk template | -- | -- |
| 7 | Data disk creation failed | 1-register a template with multiple volume 2-make one one data disk creation fail | 1-Rest of the datadisk creation should be successful 2-warnig messages should be there in log as well as in UI for failure |
| 8 | list template | DO list template | it should list all the template (datadisk template + template) |
| 9 | check template type | 1-do list template 2-check data disk template type | template type should be "Datadisk" |
| 10 | check template type | 1-do list template 2-check data normal template type | normal template type should be set user |
| 11 |