Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDKB-51761 : Test Suite Enhancements #184

Merged
merged 11 commits into from
Nov 20, 2023
Merged

Conversation

dm097
Copy link
Contributor

@dm097 dm097 commented Nov 20, 2023

RDKB-51761 Test scenario to cover multiple rbus_open() call

Reason for change: modifying unit_tests.yml to fix unit test failure of multiRbusOpenMethodConsumer
Test Procedure: verify .github/workflows/unit_tests.yml
Risks: Medium
Priority: P1

dm097 and others added 11 commits November 9, 2023 15:26
Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
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]>
RDKB-51761 Test scenario to cover multiple rbus_open() call
Reason for change: Update unit_tests.yml after fixing multiRbusOpenMethodConsumer crash
Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
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]>
Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
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]>
Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
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]>
@karuna2git karuna2git merged commit 14f505c into rdkcentral:main Nov 20, 2023
1 check passed
karuna2git pushed a commit that referenced this pull request Dec 26, 2023
* RDKB-51761 Test scenario to cover multiple rbus_open() call

Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
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]>

RDKB-51761 : Test Suite Enhancements  (#175)

* RDKB-51761 Test scenario to cover multiple rbus_open() call

Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
Test Procedure: Start rtrouted and ./rbus_test.sh
Risks: Medium
Priority: P1

Signed-off-by: Deepak_m <[email protected]>

* RDKB-51761 Test scenario to cover multiple rbus_open() call

Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
Test Procedure: Start rtrouted and ./rbus_test.sh
Risks: Medium
Priority: P1

Signed-off-by: Deepak_m <[email protected]>

* RDKB-51761 Test scenario to cover multiple rbus_open() call

Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
Test Procedure: Start rtrouted and ./rbus_test.sh
Risks: Medium
Priority: P1

Signed-off-by: Deepak_m <[email protected]>

* RDKB-51761 Test scenario to cover multiple rbus_open() call

Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
Test Procedure: Start rtrouted and ./rbus_test.sh
Risks: Medium
Priority: P1

Signed-off-by: Deepak_m <[email protected]>

* Update unit_tests.yml

RDKB-51761 Test scenario to cover multiple rbus_open() call

Reason for change: added unit tests verified on GitHub yml
Test Procedure: very unit_tests.yml success
Risks: Medium
Priority: P1

---------

Signed-off-by: Deepak_m <[email protected]>

RDKB-51761 : Test Suite Enhancements (#179)

* RDKB-51761 Test scenario to cover multiple rbus_open() call

Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
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]>

RDKB-51761 : Test Suite Enhancements (#184)

* RDKB-51761 Test scenario to cover multiple rbus_open() call

Reason for change: Need to cover test app and unit test to have a test cases which covers multiple rbus_open() with same component name without rbus_close() call.
The test scenario should also cover regDataElements, rbus_set, rbus_get, addrow and methodinvoke after doing multiple rbus_open() function call
Test Procedure: Start rtrouted and ./rbus_test.sh OR verify with unit_test.yml
Risks: Medium
Priority: P1

RDKB-52662 Update the multi rbusopen Tests (#188)

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants