Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/
H A Dinstance-id.cpp12 static const std::filesystem::path nonexistentDb = {"remove-this-file"}; variable
16 ASSERT_FALSE(std::filesystem::exists(nonexistentDb)); in TEST()
17 EXPECT_EQ(::pldm_instance_db_init(nullptr, nonexistentDb.c_str()), -EINVAL); in TEST()
24 ASSERT_FALSE(std::filesystem::exists(nonexistentDb)); in TEST()
25 EXPECT_EQ(::pldm_instance_db_init(&db, nonexistentDb.c_str()), -EINVAL); in TEST()