Test: remove obsolete test_ openconfig_system

Add branch with-defaults to github workflow
Check in parameter in yang_extension_value
This commit is contained in:
Olof hagsand 2022-07-22 16:57:46 +02:00
parent 4514f2a538
commit aaa18897ef
4 changed files with 11 additions and 183 deletions

View file

@ -86,6 +86,11 @@ Run all tests but continue after errors and only print a summary test output ide
sum.sh
```
Add a detailed error print of the first test that failed, if any:
```
detail=true sum.sh
```
## Memory leak test
The `mem.sh` runs memory checks using valgrind. Start it with no arguments to test all components (backend, restconf, cli, netconf), or specify which components to run:
```