HAscaling at 11 Jun 2016 08:42:31

commit d9bbde88b9e280261a9b9269d1944b0252dbc81c (HEAD, origin/master, origin/HEAD, master)
Author: Ray Milkey [ray@onlab.us]
AuthorDate: Thu Jun 9 11:35:00 2016 -0700
Commit: Gerrit Code Review [gerrit@onlab.us]
CommitDate: Fri Jun 10 20:26:36 2016 +0000

Fix ONOS-4683 - Don't process device events on the listener thread
<iframe src="https://onos-jenkins.onlab.us/job/HAscaling/plot/Plot-HA/getPlot?index=0&width=500&height=300"noborder="0" width="500" height="300" scrolling="yes" seamless="seamless"></iframe>

Case 1: Setting up test environment - PASS

Setup the test environment including installing ONOS, starting Mininet and ONOScli sessions.

Case 2: Assigning devices to controllers - PASS

Assign switches to ONOS using 'ovs-vsctl' and check that an ONOS node becomes the master of the device.

Case 8: Compare ONOS Topology view to Mininet topology - PASS

Compare topology objects between Mininet and ONOS

Case 21: Assigning Controller roles for switches - PASS

Check that ONOS is connected to each device. Then manually assign mastership to specific ONOS nodes using 'device-role'

Case 3: Adding host Intents - FAIL

Discover hosts by using pingall then assign predetermined host-to-host intents. After installation, check that the intent is distributed to all nodes and the state is INSTALLED

Case 8: Compare ONOS Topology view to Mininet topology - FAIL

Compare topology objects between Mininet and ONOS

Case 4: Verify connectivity by sending traffic across Intents - FAIL

Ping across added host intents to check functionality and check the state of the intent

Case 5: Setting up and gathering data for current state - FAIL

Case 14: Start Leadership Election app - No Result