HAfullNetPartition at 14 Jun 2017 21:36:04

commit a5c54538fda2a7bb1b43cf6648ed982210b5e4c5 (HEAD, origin/master, origin/HEAD, master)
Author: Simon Hunt [simon@onlab.us]
AuthorDate: Wed Jun 14 17:29:33 2017 -0700
Commit: Simon Hunt [simon@onlab.us]
CommitDate: Wed Jun 14 17:29:44 2017 -0700

ONOS-6331: fix highlighting / clickable-region of expanded flow table rows.
<iframe src="https://onos-jenkins.onlab.us/job/HAfullNetPartition/plot/Plot-HA/getPlot?index=2&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 - No Result