Skip to content

Commit 64d50a4

Browse files
authored
Merge pull request #77 from rdkcentral/develop
Update
2 parents 617100b + 7b818ec commit 64d50a4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.0.11](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.10...1.0.11)
8+
9+
- PowerManager Interface file modified [`#62`](https://github.com/rdkcentral/entservices-inputoutput/pull/62)
10+
- Update TestManager.py for removing frontpanel and hdcpprofile dependencies to execute testcases standalone [`#68`](https://github.com/rdkcentral/entservices-inputoutput/pull/68)
11+
- Merge tag '1.0.10' into develop [`7a54d8c`](https://github.com/rdkcentral/entservices-inputoutput/commit/7a54d8cdb9da6de8071c19c8efdf48e7ec5bba96)
12+
713
#### [1.0.10](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.9...1.0.10)
814

15+
> 23 April 2025
16+
917
- RDK-55554 Update return type [`#60`](https://github.com/rdkcentral/entservices-inputoutput/pull/60)
1018
- RDKEMW-3207 [OSCR SCAN] RDKE - entservices-testframework [`#61`](https://github.com/rdkcentral/entservices-inputoutput/pull/61)
19+
- RDK-55554 - Changelog updates for 1.0.10 [`36cea31`](https://github.com/rdkcentral/entservices-inputoutput/commit/36cea315c7be83b561012ea219fb78cbdd60f5d5)
1120
- Modifying L1-tests.yml L2-tests.yml [`fd0a678`](https://github.com/rdkcentral/entservices-inputoutput/commit/fd0a6783526fa0dd6d6541b31aeef4c2d8272fb5)
1221
- Merge tag '1.0.9' into develop [`668cc7c`](https://github.com/rdkcentral/entservices-inputoutput/commit/668cc7ce09864ac16e6c609cabbfcf94ae16faba)
1322

Tests/L2HALMockTests/Test_Framework/Utilities/Utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def initialize_flask():
9999
print("Inside Utils.py : Exception in initialize_flask function")
100100

101101
def initialize_hal_apis_with_negative_values():
102-
'''This function is used to push the initial data towards the Flask server'''
102+
'''This function is used to push the initial data towards the Flask server'''
103103
try:
104104
# Push the initial cec network data to Flask using http get requests - setDeviceConfig API
105105
create_device_response = requests.get("http://{}/Database.setDeviceConfig/{}".format(

0 commit comments

Comments
 (0)