https://github.com/rdkcentral/rdkb-halif-test-ethsw
RDKB Ethernet Switch Hardware Abstraction Layer test suite
https://github.com/rdkcentral/rdkb-halif-test-ethsw
Last synced: 6 months ago
JSON representation
RDKB Ethernet Switch Hardware Abstraction Layer test suite
- Host: GitHub
- URL: https://github.com/rdkcentral/rdkb-halif-test-ethsw
- Owner: rdkcentral
- License: apache-2.0
- Created: 2023-06-30T11:10:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-25T18:32:42.000Z (10 months ago)
- Last Synced: 2025-09-25T19:35:55.110Z (10 months ago)
- Language: C
- Size: 51.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Notice: NOTICE
Awesome Lists containing this project
README
# Unit Testing Suite For EthSw `HAL`
## Table of Contents
- [Acronyms, Terms and Abbreviations](#acronyms-terms-and-abbreviations)
- [Description](#description)
- [Reference Documents](#reference-documents)
## Acronyms, Terms and Abbreviations
- `L1` - Functional Tests
- `HAL`- Hardware Abstraction Layer
## Description
This repository contains the Unit Test Suites (L1) for EthSw `HAL`.
## Reference Documents
|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|[EthSWHAlSpec.md](https://github.com/rdkcentral/rdkb-halif-ethsw/blob/main/docs/pages/EthSWHAlSpec.md)|
|2|`L1` Tests | `L1` Test Case File for this module |[test_ccsp_hal_ethsw.h](https://github.com/rdkcentral/rdkb-halif-test-ethsw/blob/main/src/test_ccsp_hal_ethsw.c)|