Home
last modified time | relevance | path

Searched refs:testDeviceAddress (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-modbus/tests/
H A Dtest_inventory.cpp53 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 Dtest_firmware.cpp67 TestIntf::testDeviceAddress, portName); in FirmwareTest()
82 .address = TestIntf::testDeviceAddress, in testFirmwareVersion()
H A Dtest_modbus.cpp34 TestIntf::testDeviceAddress, registerOffset, registers); in TestHoldingRegisters()
H A Dmodbus_server_tester.hpp18 static constexpr uint8_t testDeviceAddress = 0xa; variable
H A Dtest_sensors.cpp66 TestIntf::testDeviceAddress, portName); in SensorsTest()
94 .address = TestIntf::testDeviceAddress, in testSensorCreation()
H A Dtest_device_events.cpp139 TestIntf::testDeviceAddress, portName); in DeviceEventsTest()
217 .address = TestIntf::testDeviceAddress, in testSensorCreation()
H A Dmodbus_server_tester.cpp112 EXPECT_EQ(request.address, testDeviceAddress) << "Invalid device address"; in processMessage()
H A Dtest_port.cpp64 TestIntf::testDeviceAddress, registerOffset, config.baudRate, in TestHoldingRegisters()