assertEquals(new HashSet<ImmutablePort>(ports1aImmutable),
new HashSet<ImmutablePort>(sw.getPorts()));
// add switch 2 with fr2a to store
reset(switchListener);
switchListener.switchAdded(2L);
expectLastCall().once();
replay(switchListener);
doAddSwitchToStore(2L, null, fr2a);
controller.processUpdateQueueForTesting();
verify(switchListener);