5 Commits

Author SHA1 Message Date
Rainer Gerhards
148c2767e7
testbench: further improvements
make more robust and remove a potentially enternal loop which could
lead to abort in CI system without error indication.
2020-01-23 12:06:36 +01:00
Rainer Gerhards
065a367f53
testbench: slight relp test improvements 2019-02-14 17:33:46 +01:00
Rainer Gerhards
3ba5a77455
testbench: make more robust against slow CI env; modernize tests 2018-12-20 15:40:40 +01:00
Rainer Gerhards
69ef6e329b fix bad bash coding style and disable shellcheck false positives
Also now permit interactivly running tests without explicitly setting
$srcdir. This now works if we are inside ./tests and fails, as before,
when we are in a different directory.

Detected by shellcheck via CodeFactor.io
2018-10-23 13:27:37 +02:00
PascalWithopf
4ff58bbf26 omrelp: permit all authmodes; updated tests
omrelp for some time limited authentication modes to those
that were known. While this was OK, it prevented the easy
introduction of new auth modes into librel.

This has now been changed; omrelp now checks the validity of
the authmode directly via librelp by doing some librelp calls
upon processing the configuration.

Also, some tests have been updated to check this feature and
also ensure that the new librelp mode "certvalid" works
(if it is available).
2018-09-14 15:33:47 +02:00