Commit f694d590 authored by carignani's avatar carignani
Browse files

add basic Readme

parent d234a754
Loading
Loading
Loading
Loading

README.md

0 → 100644
+21 −0
Original line number Diff line number Diff line
# Validation scripts for 3GPP projects

# OpenAPI validation

Files:

* `validate-all.sh`: Bash script to validate all OpenAPIs in a folder with `swagger-cli validate`
* `Jenkinsfile`: A Groovy Jenkinsfile to describe the build process to validate openapis

# YANG validation

Files:

* `validate-data-models.sh`: Bash script to validate the files with `pyang --strict`
* `lint-data-models.sh`: Bash script to validate the files with `pyang --lint`
* `sa5-data-models-validation.jenkinsfile`: A Groovy Jenkinsfile to describe the build process to validate YANG


# Test

The test directory contains scripts to validate this project.
 No newline at end of file