summaryrefslogtreecommitdiffstats
path: root/recipes-containers/netavark/files/run-ptest
Commit message (Collapse)AuthorAgeFilesLines
* netavark: Improve the ptest outputMingli Yu2024-07-101-1/+1
| | | | | | | | | | | | | | * The previous ptest result show as ✓ or ✗ , improve the result to PASS or FAIL. * Skip some cases related to sit0 device(sit kernel module) and firewalld. * Add nftables to RDEPENDS for netavark-ptest as 250-bridge-nftables.bats needs it. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* netavark: Make ptest runMingli Yu2024-05-291-1/+7
| | | | | | | | | | | | | Fixes: # ./run-ptest /tmp/bats-run-ELGGaA/bats.18820.src: line 5: To: command not found 1..1 not ok 1 bats-gather-tests # (in test file test/README.md, line 5) # `To run the tests locally in your sandbox, you can use one of these methods:' failed with status 127 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* netavark: skip plugins in ptestPatrick Wicki2023-08-271-1/+6
| | | | | | | | Skip the plugin tests that were introduced in 1.6.0 and lead to ptest failure. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* netavark: Add ptest supportVasileios Anagnostopoulos2023-03-081-0/+3
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>