Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Test Case Name

Steps

Expected Results

Priority 
(P1 | P2 |P3)

Test Case Type( Sanity | Functional |
Negative)

Status

verify add template

1. Add public/private template
2. check UI/ listTemplates command to see the newly added template.


1.database (vm_template table) should be updated with newly created template
2.UI should show the newly added template
3.listtemplates API should show the newly added template

 

 

Passed

verify delete template

Delete Template:
1.delete a template using UI/ API

1.listtemplates should not show the delted template
2.database should be updated.
3. tempalte should not be displayed in admin UI.
4. template should be removed from secondary store (if no VMs were deployed with it) after storage.cleanup.interval

 

 

Passed

Verify Edit template

Edit Template:
1. edit the template attribute
2. check the updated values are relfecte

1.data base should be updated with updated values
2.UI should show the updated template attributes
3.listTemplate shoud show the template with updated values

 

 

Passed

Download template 

"1. Add public/private template
2. select  the template and click ""Actions""
3. perform   ""Download Template""


"

"1.  download template should generate a valid http link to download
2.  You should be able to download the template with out any issues (no 404, 530, 503 HTTP Errors)"

 

 

Passed

Template permissions

1.    Check admin can extract any template   
 2.   Check all the all public templates should be visible to the users and admins.
 3.check all the system VM templates are not visble to users
  

"1.admin should able  extract and download the templates
2.listTemplates should display all the public templates for all kind of users
3.Listtemplate should not display the system templates"

 

 

Passed

verify adding of password enabled Template

1. Add password enabled public/private template 2. check UI/ listTemplates command to see the newly added template.  
3.create Instance using the Tem plate

1.database (vm_template table) should be updated with newly created template 2.UI should show the newly added template 3.listtemplates API should show the newly added template
4.Instace creation should be successful

 

 

Passed

verify add ISO

1. Add public/private ISO
2. check UI/ listISO command to see the newly added template.


1.database (vm_template table) should be updated with newly created ISO
2.UI should show the newly added ISO
3.listISos API should show the newly added templat

 

 

Passed

verify delete ISO

1.delete a template using UI/ API

1.listIsos should not show the delted template
2.database should be updated.
3.ISO should not be displayed in admin UI.
4. ISO should be removed from secondary store (if no VMs were deployed with it) after storage.cleanup.interval

 

 

Passed

Verify Edit ISO

1. edit the ISO attribute
2. check the updated values are relfected

1.data base should be updated with updated values
2.UI should show the updated ISO attributes
3.listISos shoud show the template with updated value

 

 

Passed

 

 

 

 

 

 

Download ISO

1. Add public/private ISO
2. select  the ISO and click "Actions"
3. perform   "Download Template"

1. download template should generate the link to download and able to download the template with out any issues
:check the ssvm in /var/www/html/userdata

 

 

Passed

Copy template

1. perform copy template   from one zone to another zone
2.check the newly copied template in another zone

copy template should be successful and seconday storage should contain new copied template.

 

 

 

...