Versions Compared

Key

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

Test Case ID

Test Case Name

Steps

Expected Results

Priority
(P1 | P2 | P3)

Test Case Type
(Sanity | Functional)

Status

Comments

CL01

Global configuration  check

1-Login Through UI
2-Click on "Global Settings"
3-Search for "vmware.percluster.host.max"

1-Global settings whould not have a attribute "vmware.percluster.host.max  should not be there max " .

 

 

 

 

CL02

DB check
Check   "hypervisor_capabilities" table

1-Login to DB
2- do following
 a- use cloud
 b-select * from hypervisor_capabilities;

1-Column "max_host_per_cluster
2- For vmware value should be "X"
3-For other hyperviser  should be NULL

 

 

 

 

CL03

upgrade path

1- upgrade from 4.0 to 4.1
 

1-Should successfully get upgrade
2- go to previous step previous step

 

 

 

 

CL04

Add limit

Addition of a cluster having number of host <="max_host_per_cluster"

1-Create a VMware cluster with size<="max_host_per_cluster".  1-Add  more number of host  than defined in
hypervisor_capabilities table to a VMware cluster.
2-Add cluster to CS

1-CS Should not  should   allow addition of cluster  .

 

 

 

 

CL06

Addition of  a cluster having number of host >"max_host_per_cluster"

1-Create a VMware cluster with size>"max_host_per_cluster". 
2-Add cluster to CS

1-CS should not  allow addition of cluster host greater
than define hypervisor_capabilities table .

 

 

 

 

CL05

CL07

Addition  of host  to a VMware cluster already in CS with size=max_host_per_cluster  Add limit

1-Add same a cluster to CS having number of host define in hypervisor_capabilities table.
2-Add to CS
3-Add  another host to Cluster
equal to max_host_per_cluster
2-add one more host to same cluster.

1-CS should allow addition of cluster
2-CS should not allow addition of host 

 

 

 

 

CL08

DataBase change effect

1-Login to DB
2- Change max_host_per_cluster to 5
3-Add a VMware cluster having cluster size 5 to CS
4-Change max_host_per_cluster to 3

1-Already added cluster should  work as expected
2- 1-CS should not allow addition of host in existing cluster(which result is having cluster size > define in
hypervisor_capabilities table for specific host) =3) anymore.