Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/
H A Destoraged_test.cpp59 std::unique_ptr<estoraged::EStoraged> esObject; member in estoraged_test::EStoragedTest
92 esObject = std::make_unique<estoraged::EStoraged>( in SetUp()
142 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()))) in TEST_F()
145 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F()
148 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
152 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F()
153 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
156 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
159 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
166 esObject->formatLuks(password, Volume::FilesystemType::ext4); in TEST_F()
[all …]