Skip to content

Releases: rdkcentral/ut-core

4.1.0 - ut-core: release test script

28 Oct 12:43
Compare
Choose a tag to compare

Goals

This milestone focuses on adding release scripts in ut-core and ut-control. Also, changes in ut_template has been introduced.

Key Deliverables

Exit Criteria

  • release scripts added to respective repos.
  • Updated run.sh and makefile in ut_template

Uplink Info :
RDK-50028

Full Changelog: 4.0.0...4.1.0

4.0.0

16 Oct 14:41
Compare
Choose a tag to compare

Goals

This milestone focuses on bringing up C++ backend.

Key Deliverables

Exit Criteria

  • No impact whatsoever on the current way of building using C backend
  • New way introduced to run tests using CPP backend

Additional Notes

  • To run the tests with CPP backend use: VARIANT=CPP, alongwith make or ./build.sh or ./build_ut.sh
  • More info can be found on README.

Uplink Info :
RDK-48868

Full Changelog: 3.2.4...4.0.0

3.2.4 :Fix Build Issues

14 Oct 11:07
Compare
Choose a tag to compare

Goals

This milestone fixes build issues due to new release of dependant libraries

Key Deliverables

Uplink:
RDK-53580

What's Changed

Full Changelog: 3.2.3...3.2.4

3.2.3 : Fix UT_ASSERT macros

13 Sep 10:40
Compare
Choose a tag to compare

Goals

This milestone will include fix for double evaluation on UT_ASSERT macro

Key Deliverables

  • Calling UT_ASSERT with function as Parameter causing unreliable results in tests #106

JIRA ID : RDK-53023

What's Changed

  • PR: i106: Adding changes to fix double evaluation in UT_ASSERT macros by @kanjoe24 in #109

Full Changelog: 3.2.2...3.2.3

3.2.2

05 Sep 10:32
Compare
Choose a tag to compare

Goals

This milestone will include support for getting strings and values from map table

Key Deliverables

JIRA ID : RDK-52911

What's Changed

  • Update the current ut-control version to 1.4.2 by @kanjoe24 in #105

Full Changelog: 3.2.1...3.2.2

3.2.1

19 Aug 13:38
Compare
Choose a tag to compare

Goals

This milestone will include support for data byte extraction and other changes as described below

Key Deliverables

  • Jira: RDK-51747

What's Changed

  • PR: GH96 : UT_CORE: Changes to separate out arm and linux libraries by @kanjoe24 in #97
  • PR: GH91 : Integrate ut-contol 1.4.0 by @kanjoe24 in #92
  • Integrate ut-control 1.4.1 by @kanjoe24 in #101

Full Changelog: 3.2.0...3.2.1

3.2.0:Support for YAML include and test groups

22 Jul 12:01
Compare
Choose a tag to compare

Goals

  • This release will provide support for adding yaml file from inside of another yaml file
  • Also with this release ut-core will include group support for enabling or disabling of test suites

Key Deliverables

  • Add support in ut-core to add ut_control that supports yaml include #86
  • Add test group / test id support to registration functions #25

Testing Requirements

  • Test both file & url include

  • Test with -d and -e switches for disabling/enabling of test suites

  • Jira: RDK-50969

Full Changelog: 3.1.1...3.2.0

3.1.1 - Snap list from release 3.1.0

09 Jul 12:55
Compare
Choose a tag to compare

What's Changed

  • GH84: Injecting ut-control version 1.2.1 into ut-core by @kanjoe24 in #85

Full Changelog: 3.1.0...3.1.1

3.1.0- Move ut-core from 1.1.0 of ut-control to 1.2.0 and update cleanall rule to remove bin dir

26 Jun 11:59
Compare
Choose a tag to compare

What's Changed

  • Update ut-control version to latest tagged version by @kanjoe24 in #80
  • GH81: removing BIN directory as part of the cleanall rule by @kanjoe24 in #82

Full Changelog: 3.0.0...3.1.0

3.0.0 - ut-core: Support for Control Plane

25 Jun 10:11
Compare
Choose a tag to compare

What's Changed

  • PR for gh20 -ut-core upgrade to support ut control module by @kanjoe24 in #52
  • Related PR: #52

Please check the README file in ut-core for LD_LIBRARY_PATH changes:

cat README.md | grep LD_LIB
| 19/06/24 | Extended LD_LIBRARY_PATH | 2.0.1|
- `ut_control` sub-library, located in the `framework` directory, is required for running the target binary. `LD_LIBRARY_PATH` must be set to include it"
export LD_LIBRARY_PATH=/usr/lib:/lib:/home/root:./

Full Changelog: 2.1.4...3.0.0