Searched refs:testDeviceAddress (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-modbus/tests/ |
| H A D | test_inventory.cpp | 53 addressMap[portConfig.name] = {{.start = TestIntf::testDeviceAddress, in testInventorySourceCreation() 54 .end = TestIntf::testDeviceAddress}}; in testInventorySourceCreation() 82 TestIntf::testDeviceAddress, portConfig.name)) in testInventorySourceCreation() 84 EXPECT_EQ(properties.address, TestIntf::testDeviceAddress) in testInventorySourceCreation() 100 deviceName, TestIntf::testDeviceAddress, portConfig.name); in TEST_F()
|
| H A D | test_firmware.cpp | 67 TestIntf::testDeviceAddress, portName); in FirmwareTest() 82 .address = TestIntf::testDeviceAddress, in testFirmwareVersion()
|
| H A D | test_modbus.cpp | 34 TestIntf::testDeviceAddress, registerOffset, registers); in TestHoldingRegisters()
|
| H A D | modbus_server_tester.hpp | 18 static constexpr uint8_t testDeviceAddress = 0xa; variable
|
| H A D | test_sensors.cpp | 66 TestIntf::testDeviceAddress, portName); in SensorsTest() 94 .address = TestIntf::testDeviceAddress, in testSensorCreation()
|
| H A D | test_device_events.cpp | 139 TestIntf::testDeviceAddress, portName); in DeviceEventsTest() 217 .address = TestIntf::testDeviceAddress, in testSensorCreation()
|
| H A D | modbus_server_tester.cpp | 112 EXPECT_EQ(request.address, testDeviceAddress) << "Invalid device address"; in processMessage()
|
| H A D | test_port.cpp | 64 TestIntf::testDeviceAddress, registerOffset, config.baudRate, in TestHoldingRegisters()
|