Search in sources :

Example 1 with HostServiceAdapter

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();
}
Also used : HostServiceAdapter(org.onosproject.net.host.HostServiceAdapter) Before(org.junit.Before)

Aggregations

Before (org.junit.Before)1 HostServiceAdapter (org.onosproject.net.host.HostServiceAdapter)1