use of org.openkilda.messaging.info.event.LldpInfoData in project open-kilda by telstra.
the class PacketServiceTest method testHandleLldpDataUpdateDifferentManagementAddress.
@Test
public void testHandleLldpDataUpdateDifferentManagementAddress() throws InterruptedException {
LldpInfoData updatedData = createLldpInfoDataData();
updatedData.setManagementAddress(MANAGEMENT_ADDRESS_2);
runHandleLldpDataWithUpdatedDevice(updatedData);
}
Aggregations