Skip to content
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
05bd5b7
client changes in AVInput
Prathyushakothuru Sep 1, 2025
8349223
parameter changes
Prathyushakothuru Sep 1, 2025
c78de9b
resolving compilation issues
Prathyushakothuru Sep 2, 2025
8089d93
fixing compilatin issues
Prathyushakothuru Sep 2, 2025
cae99bf
modifications
Prathyushakothuru Sep 4, 2025
edcb205
.cpp file changes
Prathyushakothuru Sep 5, 2025
1e58a4a
Merge pull request #246 from rdkcentral/develop
Prathyushakothuru Sep 5, 2025
ff7414f
changes
Prathyushakothuru Sep 5, 2025
d61701e
added include header
Prathyushakothuru Sep 6, 2025
5c073c6
template changes
Prathyushakothuru Sep 8, 2025
edf04fd
fixing build issues
Prathyushakothuru Sep 8, 2025
4f0f28f
fixing review comments_!
Prathyushakothuru Sep 9, 2025
d9a6466
Merge pull request #253 from rdkcentral/develop
Prathyushakothuru Sep 15, 2025
bfbe61f
added mock changes
Prathyushakothuru Sep 15, 2025
1955e35
adding manager mock
Prathyushakothuru Sep 15, 2025
0b27a74
resolving errors
Prathyushakothuru Sep 15, 2025
adce966
modifications for few testcases
Prathyushakothuru Sep 15, 2025
519991f
build issue
Prathyushakothuru Sep 16, 2025
ddd7e67
test case modifications
Prathyushakothuru Sep 16, 2025
b62268d
missed semi colon
Prathyushakothuru Sep 16, 2025
751657a
Update test_AVInput.cpp
Prathyushakothuru Sep 16, 2025
2079be6
Update test_AVInput.cpp
Prathyushakothuru Sep 16, 2025
ef95957
removing iarm oncall
Prathyushakothuru Sep 16, 2025
4ee9e4b
removed IARM_event handlers
Prathyushakothuru Sep 18, 2025
e8066e0
review comment changes-2
Prathyushakothuru Sep 19, 2025
ad33319
initialize return changes
Prathyushakothuru Sep 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
with:
repository: rdkcentral/entservices-testframework
path: entservices-testframework
ref: develop
ref: ds_manager_mocks
token: ${{ secrets.RDKCM_RDKE }}

- name: Checkout entservices-inputoutput
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: main-workflow

on:
push:
branches: [ main, develop, 'sprint/**', 'release/**' ]
branches: [ main, develop, 'sprint/**', 'release/**' , feature/ds-manager_AVInput]
pull_request:
branches: [ main, develop, 'sprint/**', 'release/**' ]

Expand Down
Loading
Loading