use of org.onosproject.net.host.HostServiceAdapter in project onos by opennetworkinglab.
the class AbstractPathServiceTest method setUp.
@Before
public void setUp() {
service = new TestPathService();
topoMgr = new FakeTopoMgr();
service.topologyService = topoMgr;
service.hostService = new HostServiceAdapter();
}
Aggregations