Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TestID

Test Case

Steps To Be Performed to Test

Verification Steps

Priority

Reviewed By

1)

Perform the Upgrade from 4.0 to 4.1.

Perform the Upgrade from 4.0 to 4.1 having multiple ISO'sTemplates and
VM's

The Upgrade Should  be Successfull.

P1.

 

2)

Create Service Offering

Create a Service offering with IsVolatile as true on the Upgraded setup

The Service offering Should be Sucessfully created.

P1

 

3)

Create a VM  with VM reset.

Create a VM by Selecting the Service offering with the IsVolatile set to true

VM Should be Sucessfully Created.Note the UUID of the root disk

P1

 

4)

Reboot the VM with Vmset enabled.

Reboot the VM created in using the Service offering with the IsVolatile set
to true.

The VM Should be booted with new RootDisk the UUID Should be
different from the previous but the IPAddress and other memory
alloctions should not change.

P1

 

5)

Reboot the Vm's Created before the Upgrade.

Reboot the Vm's Created before the Upgrade.

The VM Should be booted with same RootDisk the UUID,  IPAddress
and other memory alloctions should not change.

P1

 

6)

Fire the restoreVirtualMachine API.

Fire the restoreVirtualMachine API using the UUID of the template or ISO
to which you want change the base image .(fire it on both the Vm's
Created before and after upgrade.)

The VM Should be recreated with a new root disk having the new Base
Image and UUID but the Ipaddress and other memory allocations
should be same

P1

 


Negative Test cases:

TestID

Test Case

Steps To Be Performed to Test

Verification Steps

Priority

Reviewed By

1)

Fire the restoreVirtualMachine API with Invalid UUID

Fire the restoreVirtualMachine API with Invalid UUID

Proper Error message Should be poped up.

P2