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

Compare with Current View Page History

« Previous Version 3 Next »

 

Test Case Name                     

Steps                                                                               

Expected Result                                          

Priority

Status         

Comments  

1

Deploy First VM in account

    

 

 

 

 

2

Destroy Restore First VM

 

 

 

 

 

3

Destroy Expunge First VM

 

 

 

 

 

4

Deploy Second VM in account

 

 

 

 

 

5

Create port forwarding rule

 

 

 

 

 

6

Delete port forwarding rule

 

 

 

 

 

7

Create Port Range Static NAT rule  

 

 

 

 

 

8

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Side by Side Test Cases:

Verify the SRX inclusion into a new guest vlan network
  1. Deploy First VM in the account.
    1. Check the DB Server and the Management Server Logs: Figure out the Guest VLAN assigned to the new account.
    2. Check the SRX: show interfaces - find the vlan under the private interface section.
  2. Destroy First VM
  3. Restore First VM
    1. Check the DB Server: Check that the Guest VLAN is still assigned to the same account.
    2. Check the SRX: show interfaces - find the vlan under the private interface section.
  4. Destroy First VM
  5. Expunge First VM
    1. Check the DB Server: Check that the Guest VLAN is still assigned to the same account.
    2. Check the SRX: show interfaces - find the vlan under the private interface section.
  6. Wait till the virtual network gets expunged after "network.gc.interval".
    1. Check the DB Server: Check that the Guest VLAN is no longer assigned to the same account.
    2. Check the SRX: show interfaces - find the vlan missing under the private interface section.
  7. Deploy a Second VM in the account.
    1. Check the DB Server and the Management Server Logs: Figure out the new Guest VLAN assigned to the account.
    2. Check the SRX: show interfaces - find the new vlan under the private interface section.
Port Forwarding Rule
  1. Creation of Port Forwarding Rule for only one port.
    1. Verification Steps:
      1. Check the validity of the rule (ssh 22 ,wget 80)
      2. Check the public port to private port mapping on the SRX
      3. Check the security-nat list output on the SRX
      4. Check the firewall_rules table on the CS DB Server.
      5. Check the user_ip_address table on the CS DB Server.
  2. Deletion of Port Forwarding Rule
    1. Verification Steps:
      1. Check the invalidity of the rule (ssh 22 ,wget 80)
      2. Check the cleanup of public port to private port mapping on the SRX
      3. Check the security-nat list output on the SRX
      4. Check the firewall_rules table on the CS DB Server
      5. Check the user_ip_address table on the CS DB Server
Static NAT Rule
  1. Creation of Static NAT Rule
  2. Create Port Range:
    1. Verification Steps:
      1. Check the validity of the port range given with a Static NAT rule (ssh 22 ,wget 80)
      2. Check the security-nat list output on the SRX.
      3. Check the firewall_rules table on the CS DB Server.
      4. Check the user_ip_address table on the CS DB Server.
  3. Deletion of the Port Range:
    1. Verification Steps:
      1. Check the invalidity of the port range given with a Static NAT rule (ssh 22 ,wget 80)
      2. Check the security-nat list output on the SRX
      3. Check the firewall_rules table on the CS DB Server.
      4. Check the user_ip_address table on the CS DB Server.
  4. Deletion of the Static NAT Rule:
    1. Verification Steps:
      1. Check the firewall_rules table on the CS DB Server
  • No labels