Skip to content

Commit

Permalink
RDKB-52662 Update the multi rbusopen Tests (#188)
Browse files Browse the repository at this point in the history
Reason for change: Fix for multiRbusOpenRbusGetProvider crash on device
Test Procedure: Start rtrouted and ./rbus_test.sh OR verify with unit_test.yml
Risks: Medium
Priority: P1

Signed-off-by: Deepak_m <[email protected]>
  • Loading branch information
dm097 authored Dec 15, 2023
1 parent 1179aa4 commit 52a90c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int main(int argc, char *argv[])
rbusFilter_Release(filter);

sleep(25);

printf("consumer: exit\n");
return rc;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ rbusError_t multiRbusProvider_SampleDataSetHandler(rbusHandle_t handle, rbusProp
}
else
{
rbusProperty_SetValue(prop, value);
//printf("%s Called Set handler with value = %d\n", name, rbusValue_GetInt32(value));
printf("%s Called Set handler with value = %d\n", name, rbusValue_GetInt32(value));
}
}

Expand Down

0 comments on commit 52a90c1

Please sign in to comment.