Skip to content

Commit

Permalink
Merge branch 'release/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
hari22yuva committed May 11, 2024
2 parents e398e79 + c613e30 commit 4c6b8e0
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 490 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [1.0.4](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/compare/1.0.3...1.0.4)

- fixing the usage of UT core functions [`#10`](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/pull/10)
- gh #1 Updated UT version2 and removed unnecessary clean up [`284ac93`](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/commit/284ac9356a676fbd78e9e2702530830e06f4dca4)
- gh #1 replace UT fatal to non fatal & updated the test suite [`bb6bc68`](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/commit/bb6bc687212201d78ae17f1322f211eaef64143b)
- gh #1 Updated the ut assert true [`febc59d`](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/commit/febc59d7666944d5bf6593c7c8b98ecc4923c84e)

#### [1.0.3](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/compare/1.0.2...1.0.3)

> 12 December 2023
- Updated README.md with hal & haltest supported version [`2150135`](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/commit/21501351ac954661d0e719b0fd21f386516244ea)
- Bumped CHANGELOG.md - 1.0.3 [`c948d2a`](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/commit/c948d2ada95437fa27602d96b60b2150cbf3c5f0)
- Merge tag '1.0.2' into develop [`4bf3988`](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/commit/4bf3988b05c3a36b3967a1aa4968ad99e76fdb45)

#### 1.0.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ This repository contains the Unit Test Suites (L1) for HDMI CEC `HAL`.
<!-- Need to update links to rdkcentral and point to branch main-->
|SNo|Document Name|Document Description|Document Link|
|---|-------------|--------------------|-------------|
|1|`HAL` Specification Document|This document provides specific information on the APIs for which tests are written in this module|[hdmi-cec_halSpec.md -v1.3.7](https://github.com/rdkcentral/rdk-halif-hdmi_cec/blob/1.3.7/docs/pages/hdmi-cec_halSpec.md "hdmi-cec_halSpec.md")|
|2|`L1` Tests |`L1` Test Case File for this module |[test_l1_hdmi_cec_driver.c -v1.0.3](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/blob/1.0.3/src/test_l1_hdmi_cec_driver.c "test_l1_hdmi_cec_driver.c")|
|1|`HAL` Specification Document|This document provides specific information on the APIs for which tests are written in this module|[hdmi-cec_halSpec.md](https://github.com/rdkcentral/rdk-halif-hdmi_cec/blob/main/docs/pages/hdmi-cec_halSpec.md "hdmi-cec_halSpec.md")|
|2|`L1` Tests |`L1` Test Case File for this module |[test_l1_hdmi_cec_driver.c](https://github.com/rdkcentral/rdk-halif-test-hdmi_cec/blob/main/src/test_l1_hdmi_cec_driver.c "test_l1_hdmi_cec_driver.c")|

## Notes

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ NC="\e[39m"
# When the major version changes in the ut-core, what that signals is that the testings will have to be upgraded to support that version
# Therefore in that case it warns you but doesnt' chnage to that version, which could cause your tests to break.
# Change this to upgrade your UT-Core Major versions. Non ABI Changes 1.x.x are supported, between major revisions
UT_PROJECT_MAJOR_VERSION="1."
UT_PROJECT_MAJOR_VERSION="2."

# Clone the Unit Test Requirements
[email protected]:rdkcentral/ut-core.git
Expand Down
Loading

0 comments on commit 4c6b8e0

Please sign in to comment.