mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
We don't enforce cppcheck through the CI, although it's there since years. It runs on Ubuntu 18/20, so it's old. For folks, it's likely not discoverable on how to run it locally. Let's make a fresh start. This removes cppcheck from all CI-related code. Instead, it adds it under tools/cppcheck/, including documentation on how to run it locally, bare-matel or in docker. Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
37 lines
725 B
YAML
Executable File
37 lines
725 B
YAML
Executable File
# SPDX-License-Identifier: LicenseRef-CSSL-1.0
|
|
- Build_Proxy
|
|
- Build_Cluster_Image
|
|
- Pull_Cluster_Image
|
|
- Build_eNB
|
|
- Initialize_eNB
|
|
- Terminate_eNB
|
|
- Initialize_UE
|
|
- Terminate_UE
|
|
- Attach_UE
|
|
- Detach_UE
|
|
- DataDisable_UE
|
|
- DataEnable_UE
|
|
- CheckStatusUE
|
|
- Ping
|
|
- Iperf
|
|
- Iperf2_Unidir
|
|
- DeployCoreNetwork
|
|
- UndeployCoreNetwork
|
|
- IdleSleep
|
|
- Build_Image
|
|
- Build_Run_Tests
|
|
- Deploy_Object
|
|
- Stop_Object
|
|
- Undeploy_Object
|
|
- Deploy_Run_OC_PhySim
|
|
- Build_Deploy_PhySim
|
|
- LicenceAndFormattingCheck
|
|
- Push_Local_Registry
|
|
- Pull_Local_Registry
|
|
- Clean_Test_Server_Images
|
|
- Custom_Command
|
|
- Custom_Script
|
|
- Create_Workspace
|
|
- AnalyzeRTStats
|
|
- AnalyzeRTStats_Object
|