0-complexity / G8_testing

0 stars 2 forks source link

Sal-test scenarios : gateways #419

Open Dinaamagdy opened 6 years ago

Dinaamagdy commented 6 years ago

creation

Scenario 1

test001_create_gateways_with_same_name():

SAL-GW-000 Test case for creaion gateways with same name. Test Scenario:

Scenario 2

test002_destroy_gateway():

SAL-GW-000 Test case for destroy gateway. Test Scenario:

Scenario1:

test001_deploy_gw_without_public_netowrk():

SAL-GW-000 Test case for deploying gateway without public network . Test Scenario:

network

Scenario 1

Scenario1:

test001_deploy_gw_without_public_netowrk():

SAL-GW-000 Test case for deploying gateway without public network . Test Scenario:

Scenario2:

test002_deploy_gw_with_default_public_netowrk():

SAL-GW-000 Test case for deploying gateway with default public network . Test Scenario:

Scenario3:

test003_deploy_gws_with_default_netowrk():

SAL-GW-000 Test case for deploying more than one gateway with default public network . Test Scenario:

Scenario 4:

@paramatize [vlan-vxlan]

def test004_create_gateway_with_bridge_vlan_and_vxlan_vm(type):

SAL-GW-000 Test case for deploying gateways with bridge and vlan network.
Test Scenario:

Scenario 5:

def test005_create_gateway_portforwards():

SAL-GW-000 Test Scenario:

Scenario 6:

@paramatize [vlan-vxlan]

def test006_create_gateway_with_passthrough_vlan_and_vxlan_vm(type):

SAL-GW-000 Test case for deploying gateways with passthrough and vlan network.
Test Scenario:

Scenario 7:

@paramatize

def test007_create_gateway_with_vlan_and_vxlan_vm():

SAL-GW-000 Test case for deploying gateways with vlan and vxlan networks .
Test Scenario:

Scenario 8:

def test008_create_gateway_with_zerotier_and_vlan_vm():

SAL-GW-000 Test case for deploying gateways with zerotier and vlan networks .
Test Scenario:

Scenario 9

def test009_create_gateway_with_passthrough_and_zerotier_vm():

SAL-GW-000 Test case for deploying gateways with passthrough and zerotier networks .
Test Scenario:

need envirnment with public ip like packet machine

Scenario 10

def test010_create_gateway_httpproxy():

SAL-GW-000 Test case for deploying gateways with httpproxy.
Test Scenario:

Dinaamagdy commented 6 years ago

start working on

Scenario 7:
@paramatize

def test007_create_gateway_with_vlan_and_vxlan_vm():
SAL-GW-000
*Test case for deploying gateways with vlan and vxlan networks . *
Test Scenario:

Create gateway with vlan or vxlan as public and private network , should succeeed .\
Create two vms [vm1][vm2], should succeed.
Adding a [vm1] and [vm2] host to gateway private network , should succeed.
Check that vm1 and vm2 can ping each other.