File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Tests/L2HALMockTests/Test_Framework/Utilities Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
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
+
7
13
#### [ 1.0.10] ( https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.9...1.0.10 )
8
14
15
+ > 23 April 2025
16
+
9
17
- RDK-55554 Update return type [ ` #60 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/pull/60 )
10
18
- 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 )
11
20
- Modifying L1-tests.yml L2-tests.yml [ ` fd0a678 ` ] ( https://github.com/rdkcentral/entservices-inputoutput/commit/fd0a6783526fa0dd6d6541b31aeef4c2d8272fb5 )
12
21
- Merge tag '1.0.9' into develop [ ` 668cc7c ` ] ( https://github.com/rdkcentral/entservices-inputoutput/commit/668cc7ce09864ac16e6c609cabbfcf94ae16faba )
13
22
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def initialize_flask():
99
99
print ("Inside Utils.py : Exception in initialize_flask function" )
100
100
101
101
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'''
103
103
try :
104
104
# Push the initial cec network data to Flask using http get requests - setDeviceConfig API
105
105
create_device_response = requests .get ("http://{}/Database.setDeviceConfig/{}" .format (
You can’t perform that action at this time.
0 commit comments