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

Compare with Current View Page History

Version 1 Next »

Test Case ID

Test Case Name

Steps to be performed to test

Verification steps

Priority

Status

Comments

 

1

Deploy vm with newly created secuirty group

1) Try to bring a fresh setup of CS
2) Add Zone -> Basic mode
3) Create a Security Group
4) Try to deploy a VM. Select the newly created security group during deployment selections on "Add Instance" Wizard

Should be able to deply VM with newly created security group.Verify vm_instance table output in cloud db:
mysql> select * from vm_instance;
sql quiery output should show the vm in running state.

P1

 

 

 

2

Basic zone without SecurityGroups

1. Install a basic zone with a CSP enabled host
2. Verify SSVM and console proxy are created
3. Disable secuirty Groups
4. Verify ping to default gateway from SSVM/guestVM

1.Verify ebtables rules on the host. Make sure that dropping all traffic on FORWARD chain by default should not be present when Security Groups is disabled :   ebtables -l | grep FORWARD  Bridge chain: FORWARD, entries: 2, policy: ACCEPT
-j DEFAULT_EBTABLES
2.Verify traffic flow from any VM , network connectivity should be there

P1

 

 

 

  • No labels