Skip to content

RDK TV settings Hardware Abstraction Layer test suite

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

rdkcentral/rdkv-halif-test-tvsettings

Repository files navigation

Unit Testing Suite For TV Settings HAL

Table of Contents

Acronyms, Terms and Abbreviations

  • HAL- Hardware Abstraction Layer
  • L2 - Functional Tests
  • L1 - Functional Tests
  • High-Level Test Specification : These specification will provide a broad overview of the system's functionality from the callers' perspective. It focuses on major use cases, system behavior, and overall caller experience.
  • Low-Level Test Specification : These specification will delve deeper into the technical details. They will define specific test cases with inputs, expected outputs, and pass/fail criteria for individual functionalities, modules, or APIs.

Description

This repository contains the Unit Test Suites (L1 & L2) for TV Settings HAL.

Reference Documents

# 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 tv-settings_halSpec
2 High-Level Test Spec High Level Test Specification Documentation tv-settings_High_Level_Test_Spec.md
3 L2 Low Level Test Spec L2 Low Level Test Specification and Procedure Documentation tv-settings_L2_Low_Level_Test_Spec.md

Notes

  • Building against the actual library may introduce SOC dependencies. Hence, a template SKELETON library is created without SOC dependencies. On the real platform (target), it can be mounted, copied and bound with the actual library.
  • When executing the binary, ensure to include a platform-specific profile file as an argument for the designated test cases. The following example illustrates this:
 ./hal_test -p Sink_4K_TvSettings.yaml

Alternatively, use the run.sh script with the profile file:

./run.sh -p /absolute/path/to/profile/file

About

RDK TV settings Hardware Abstraction Layer test suite

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages