Update TESTING.md

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández 2024-12-18 16:04:32 +01:00 committed by GitHub
parent b6492976c1
commit f382357cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,8 @@ This guide will focus on the `verify` phase section, of which there are some thi
* A container's testing phase will usually include a single `goss` testing action, followed by additional security-related actions.
> NOTE: Some containers with per-branch ARM support use separate per-branch `vib-verify.json` pipelines. Remember to replicate changes performed on the main pipeline definition file to those pipelines.
> [!NOTE]
> Some containers with per-branch ARM support use separate per-branch `vib-verify.json` pipelines. Remember to replicate changes performed on the main pipeline definition file to those pipelines.
## Testing strategy
@ -133,6 +134,7 @@ For your test code PR to be accepted the following criteria must be fulfilled:
For VIB to execute GOSS tests, the following block of code needs to be defined in the corresponding [VIB pipeline definition file](#vib-pipeline-definition-file) (`/.vib/app/vib-verify.json`).
> [!NOTE]
> Values denoted withing dollar signs (`$$VALUE$$`) should be treated as placeholders
```json