You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Note:CloudStack Installtion with Hypervisor as ESX host.

TestID

Test Case

Steps To Be Performed to Test

Verification Steps

Priority

Reviewed By

1)

Set the vm.instancename.flagto true
and give the user provided user name.

1)Set the Gobal Setting vm.instancename.flag to true
2)While creating VM give a Display name.

1)Hostname and display name should be user provided display name
2)Internal Name Should be i-<userid>-<vmid>-display name

P1

 

2)

Set the vm.instancename.flag to true and dont give the user provided user name.

1)Set the Gobal Setting vm.instancename.flag to true 2)While creating VM dont give a Display name.

1)Hostname and display name should be UUID 2)Internal Name Should be i-<userid><vmid><instance.name> in global Config

P1

 

3)

Set the vm.instancename.flag to false and  give the user provided user name.

1)Set the Gobal Setting vm.instancename.flag to false 2)While creating VM give a Display name.

1)Hostname and dispaly name should be UUID 2)Internal Name Should be i-<userid><vmid><instance.name> in global Config

P1

 

4)

Set the vm.instancename.flag to false and  dont give the user provided user name.

1)Set the Gobal Setting vm.instancename.flag to false 2)While creating VM dont give a Display name.

1)Hostname  and display name should be UUID 2)Internal Name Should be i-<userid><vmid><instance.name> in global Config

P1

 

5)

Set the vm.instancename.flag to true and give the user provided user name that of a non destroyed/expunged VM.

1)Set the Gobal Setting vm.instancename.flag to true 2)While creating VM give a Display name which is already given to a non destroyed/expunged VM.

1) VM should not be created and error message should be poped saying the VM name is already in use.

P1

 

6)

Edit the Display name Throgh the UI.

1)Set the Gobal Setting vm.instancename.flag to true 2)Create a VM give a Display name .
3)Once the VM is created stop the VM.
4)Edit the VM Display name.

 

The Display name will be changed but the internal name will not be changed.
The VM functionality must not be effceted.

P2

 

7)

Edit the Display name in the DB.

1)Set the Gobal Setting vm.instancename.flag to true 2)Create a VM give a Display name .
3)Once the VM is created try to change the VM display name in the DB (in the user_vm table).

The Display name will be changed but the internal name will not be changed.
The VM functionality must not be effceted.

P2

 

8)

Give Unsupported Charecters in the Dispaly name(eg:Spaces,Exclamtion,yet to get the unsupported chars from the dev)

1)Set the Gobal Setting vm.instancename.flag to true 2)While creating VM give a Display name which has unsupported charecters.

Gives an error message "Instance name can not be longer than 63 characters. Only ASCII letters a~z, A~Z, digits 0~9, hyphen are allowed. Must start with a letter and end with a letter or a digit."

P2

 

  • No labels