Test Suite: Difference between revisions

From Libreswan
Jump to navigation Jump to search
(there's only one framework)
No edit summary
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
It can be run using several different mechanisms:
It can be run using several different mechanisms:


* [[Test Suite - Namespace]]<br/>fast but linux centric
* [[Test Suite - Namespace]]<br/>fast but linux centric, use host kernel.


* [[Test Suite - KVM]]<br/>generic, multi-guest-os, but slower
* [[Test Suite - KVM]]<br/>generic, multi-guest-os, but slower


* [[Test Suite - Docker]] (not recommended)
* [[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 19: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 - 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.

Travis continuous integration

Coverity static analysis - manually updated