Skip to content

Commit 1d4a9b0

Browse files
committed
[occ] Update EXPECTED_FINAL_STATE map
1 parent c90d7bf commit 1d4a9b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

occ/plugin/OccPluginServer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ class PluginServices;
4747
using namespace std::literals;
4848

4949
const std::unordered_map<std::string, std::string> EXPECTED_FINAL_STATE = {
50-
{"INIT DEVICE", "INITIALIZED"},
50+
{"INIT DEVICE", "INITIALIZING DEVICE"},
51+
{"COMPLETE INIT","INITIALIZED"},
5152
{"BIND", "BOUND"},
5253
{"CONNECT", "DEVICE READY"},
5354
{"INIT TASK", "READY"},

0 commit comments

Comments
 (0)