Home
last modified time | relevance | path

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

/openbmc/entity-manager/test/
H A Dtest_topology.cpp331 const std::string psu1Path = in TEST() local
367 {psu1Path, "PSU1"}, in TEST()
382 topo.addBoard(psu1Path, "PowerSupply", "PSU1", psuPowerExposesItem); in TEST()
386 topo.addBoard(psu1Path, "PowerSupply", "PSU1", containedByExposesItem); in TEST()
407 EXPECT_EQ(assocs[psu1Path].size(), 2); in TEST()
409 assocs[psu1Path].contains({"powering", "powered_by", boardPath})); in TEST()
411 assocs[psu1Path].contains({"contained_by", "containing", chassisPath})); in TEST()