Test Suite - 2017 NG: Difference between revisions

From Libreswan
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Requirements to extend testing as of 2017 Spring ===
= Requirements to extend testing as of 2017 Spring =


=== Scripts that run the test on the guest/instance ===
=== Scripts that run the test on the guest/instance ===

Revision as of 12:41, 15 April 2017

Requirements to extend testing as of 2017 Spring

Scripts that run the test on the guest/instance

000-<host name>.sh Each host that is part of this test need one of these. This could run in parallel on each host.
nnn-<host name>.sh will be executed serially on the host.
nnn-<host name>-debug.sh will be executed in serial. However the output or the commands will not be part <host>.console.txt. The output will go OUTPUT/<host name>.verbose.txt

Output

Reference output:

verbose output
tcpdump output
gdb output

Installing libreswan

Install with "make install-base" =

Install using rpm =

= Some tests support its own Makefile.inc.local file

It is case for DNSEC defined or not. However this possibly could could not be combined with rpms. One way this could be supported is specify a custom rpm package?