SDK: Allow passing path to Set/GetProperties

This commit is contained in:
Alexey Rybalchenko
2020-01-24 15:43:16 +01:00
committed by Dennis Klein
parent 50dacbcdde
commit 92af823135
2 changed files with 21 additions and 20 deletions

View File

@@ -304,6 +304,7 @@ TEST_F(Topology, AsyncSetPropertiesTimeout)
ASSERT_EQ(topo.ChangeState(TopologyTransition::InitDevice).first, std::error_code());
topo.AsyncSetProperties({{"key1", "val1"}},
"",
std::chrono::milliseconds(1),
[=](std::error_code ec, sdk::FailedDevices) mutable {
LOG(info) << ec;