Test Suite: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
* [[Test Suite - Docker]] <br/>Linux centric using host kernel. Ideal for build tests. Can build using various Linux Distributions : CentOS 6, 7, 8, Fedora 28 - rawhide, Debian, Ubuntu. Also for run tests using systemd. | * [[Test Suite - Docker]] <br/>Linux centric using host kernel. Ideal for build tests. Can build using various Linux Distributions : CentOS 6, 7, 8, Fedora 28 - rawhide, Debian, Ubuntu. Also for run tests using systemd. | ||
== Travis continuous integration == | |||
* [https://travis-ci.org/github/libreswan Main branch on Fedora] | |||
* [https://travis-ci.org/github/antonyantony/libreswan/branches More branches] | |||
== Coverity static analysis - manually updated == | |||
* [https://scan.coverity.com/projects/antonyantony-libreswan/view_defects Coverity] |
Revision as of 18:19, 20 September 2020
Test Suite
stuff goes here explaining how the testsuite works ...
Running tests
It can be run using several different mechanisms:
- Test Suite - Namespace
fast but linux centric, use host kernel.
- Test Suite - KVM
generic, multi-guest-os, but slower
- Test Suite - Docker
Linux centric using host kernel. Ideal for build tests. Can build using various Linux Distributions : CentOS 6, 7, 8, Fedora 28 - rawhide, Debian, Ubuntu. Also for run tests using systemd.