Test Cases

IDTitleTest ENVPreparationTestStepsExpectedResult
ONOS_ONOSFW_OVSDB_1OVSDB connection setup and teardownSingle ONOS and one OVS

1.ONOS running well.

2.Install feature ovsdb-web-provider ovsdb onos-core-netvirt.

 

 

1.Confiure ovs-vsctl set-manager tcp:{ip}:6640 on OVS.Check the OVSDB connection on ONOS.

2.Confiure ovs-vsctl del-manager tcp:{ip}:6640 on OVS.Check the OVSDB connection on ONOS.

1.OVSDB connection is up.

2.OVSDB connection is down.

ONOS_ONOSFW_OVSDB_2Default configuration of bridge and vxlan installSingle ONOS and two OVS

1.ONOS running well.

2.Install feature ovsdb-web-provider ovsdb onos-core-netvirt.

 

 

1.Confiure ovs-vsctl set-manager tcp:{ip}:6640 on OVS1.Check the OVSDB connection on ONOS.Check the bridge and vxlan configuration on OVS1.

2.Confiure ovs-vsctl set-manager tcp:{ip}:6640 on OVS1.Check the OVSDB connection on ONOS.Check the bridge and vxlan configuration on OVS1 and OVS2

3.Check the devices on ONOS.

1.OVS1 has an br_int.

2.OVS1 and OVS2 has br_int and vxlan tunnel.

3.ONOS devices add two sw.

ONOS_ONOSFW_OVSDB_3OPENFLOW connection setup automaticSingle ONOS and one OVS

1.ONOS running well.

2.Install feature ovsdb-web-provider ovsdb onos-core-netvirt.

 

 

1.Confiure ovs-vsctl set-manager tcp:{ip}:6640 on OVS.Check the Openflow connection on ONOS.1.OPENFLOW connection is up.
ONOS_ONOSFW_OVSDB_4Default flow tables installSingle ONOS and two OVS

1.ONOS running well.

2.Install feature ovsdb-web-provider ovsdb onos-core-netvirt.

 

 

1.Configure ovs-vsctl set-manager tcp:{ip}:6640 on OVS1 and OVS2.Check the default flow tables on OVS and ONOS.1.default flows is correct.
ONOS_ONOSFW_OVSDB_5Simulation VM go online check flow tables installSingle ONOS and two OVS

1.ONOS running well.

2.Install feature ovsdb-web-provider ovsdb onos-core-netvirt.

 

 

1.Configure ovs-vsctl set-manager tcp:{ip}:6640 on OVS1 and OVS2.Check the flow tables on OVS and ONOS.

2.Create a port on OVS1.Check the flow tables on OVS and ONOS.

3.Create a port on OVS2.Check the flow tables on OVS and ONOS.

1.OVS and ONOS have default flows.

2.OVS and ONOS add correct flows.

3.OVS and ONOS add correct flows.