FUNCflow at 01 Mar 2016 15:39:47

Case 1: Constructing test variables and building ONOS package - PASS

Case 2: Starting up 1 node(s) ONOS cluster - PASS

Case 10: Setup mininet and compare ONOS topology view to Mininet topology - PASS

Start mininet with custom topology and compare topology elements between Mininet and ONOS

Case 1000: Verify flow MAC selectors are correctly compiled - PASS

Install two flows with only MAC selectors specified, then verify flows are added in ONOS, finally send a packet that only specifies the MAC src and dst.

Case 2000: Delete flows that were added through rest - PASS

Case 1100: Verify flow IP selectors are correctly compiled - PASS

Install two flows with only IP selectors specified, then verify flows are added in ONOS, finally send a packet that only specifies the IP src and dst.

Case 2000: Delete flows that were added through rest - PASS

Case 1200: Verify VLAN selector is correctly compiled - PASS

Install one flow with only the VLAN selector specified, then verify the flow is added in ONOS, and finally broadcast a packet with the correct VLAN tag.

Case 2000: Delete flows that were added through rest - PASS

Case 1300: Verify the MPLS selector is correctly compiled on the flow. - PASS

Install one flow with an MPLS selector, verify the flow is added in ONOS, and finally send a packet via scapy that has a MPLS label.

Case 2000: Delete flows that were added through rest - PASS

Case 1400: Verify the TCP selector is correctly compiled on the flow - PASS

Install a flow with only the TCP selector specified, verify the flow is added in ONOS, and finally send a TCP packet to verify the TCP selector is compiled correctly.

Case 2000: Delete flows that were added through rest - PASS

Case 1500: Verify the UDP selector is correctly compiled on the flow - PASS

Install a flow with only the UDP selector specified, verify the flow is added in ONOS, and finally send a UDP packet to verify the UDP selector is compiled correctly.

Case 100: - PASS