Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric.cpp51 sdbusplus::bus_t unmockedBus = sdbusplus::bus::new_bus(); in TEST_F() local
52 unmockedBus.request_name(busName); in TEST_F()
53 auto metric = std::make_unique<HealthMetric>(unmockedBus, Type::cpu, config, in TEST_F()