Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-06 | Cleanup code a bit, make sure the tal parse buffer is allways freed. | Claudio Jeker | |
2019-11-04 | Reenable test-tal since problem is now fixed. | Claudio Jeker | |
2019-11-04 | Adjust code to work with the new tal API functions (tal_read_file and | Claudio Jeker | |
changed tal_parse). | |||
2019-11-02 | Disable test-tal since it currently fails to build. | Joel Sing | |
2019-11-02 | Use LibreSSL for rpki-client regress tests. | Joel Sing | |
2019-10-03 | Now that we have snmp set, we can fully remove the dependency on netsnmp. | Martijn van Duren | |
2019-09-20 | REGRESS_SKIP_TARGETS was spelled incorrectly. | Alexander Bluhm | |
reported by Moritz Buhl | |||
2019-09-18 | Let snmpd's regress test make use of our very own brand new SNMPv3/USM | Martijn van Duren | |
support in snmp(1). | |||
2019-09-17 | Rsyslogd TLS client side is unreliable. Disable compatiblity test. | Alexander Bluhm | |
2019-09-10 | If rsyslogd is not installed, explicitly skip these syslogd | Alexander Bluhm | |
compatibility tests. Fix some races and increase the timeout for rsyslog tests. | |||
2019-09-10 | Fix more races in syslogd test. | Alexander Bluhm | |
2019-09-10 | Fix race in syslogd test. | Alexander Bluhm | |
2019-08-22 | Define the new verbose variable also in the regression sources so | Alexander Bluhm | |
that the test programs link with the rpki-client object files again. from Moritz Buhl | |||
2019-08-20 | shrink using new mechanisms | Marc Espie | |
2019-08-20 | two simple scripts to shrink package generation | Marc Espie | |
2019-08-20 | use wrapper module instead of rolling our own | Marc Espie | |
2019-08-20 | remove old cdrom=... property | Marc Espie | |
2019-08-19 | silently add -DDONTLOG | Marc Espie | |
2019-08-13 | Move comment about exabgp to the rule since this way it is shown to the user. | Claudio Jeker | |
Reminded by bluhm@ | |||
2019-08-12 | Stop pulling libssl into rpki-client. | Joel Sing | |
None of this code actually does TLS, hence libssl is not needed. Instead, pull in the correct headers and call the appropriate libcrypto initialisation functions (even this is only necessary to support OpenSSL prior to 1.1). While here also remove libssl/libcrypto initialisation/uninitialisation from main() - it should only be necessary in proc_parser(). ok deraadt@ job@ | |||
2019-08-09 | Move snmpd regress test from snmpctl(8) to snmp(1). | Martijn van Duren | |
2019-08-07 | Actually make the hand coded ASPATH a AS_SEQUENCE and not an AS_SET. | Claudio Jeker | |
2019-08-07 | The as0 regress can be enabled now. Needs exabgp to run else it is skipped. | Claudio Jeker | |
2019-08-06 | Implement RFC7607 testing using exabgp since we need to fiddle with | Claudio Jeker | |
attributes. Currently not enabled since it will fail. | |||
2019-08-06 | Cleanup the scripts a bit, error out early if not run as root, use | Claudio Jeker | |
set -x later in the script instead of ksh -x to shorten the output of the tests. | |||
2019-08-06 | Update output file for mrt table-mp dumps since those can now dump | Claudio Jeker | |
the MPLS VPN as well. | |||
2019-08-02 | pass -Dchecksum around so that checksum is exercised. | Marc Espie | |
Also, inject fault and verify that package does indeed not get fully deleted | |||
2019-07-17 | The Adj-RIB-Out is gone (or actually implemented differently). Adjust | Claudio Jeker | |
the expected output files. | |||
2019-07-16 | New realpath(3) requires existing files. Create fake disk images | Alexander Bluhm | |
that are used in vmd(8) config parser. | |||
2019-07-16 | so the output changed slightly, again | Marc Espie | |
2019-07-12 | Test should also run if there is no obj directory. Name regress | Alexander Bluhm | |
targets consistently with a run- prefix. | |||
2019-07-11 | tweak tests to match simpler behavior | Marc Espie | |
also actually check the return code now that it makes sense | |||
2019-07-10 | yet another creation instance | Marc Espie | |
2019-07-10 | actually we only care about the first error line, and the final status | Marc Espie | |
so just tell sed to do that | |||
2019-07-10 | tweak the pipe to backsubstitute USER for `whoami` so that we can store | Marc Espie | |
the ref error messages | |||
2019-07-10 | another error injection | Marc Espie | |
2019-07-09 | There was a race what is read first: the EOF from stdin to terminate | Alexander Bluhm | |
the tty log collector, or log messages from the ptty. So some log messages could get lost at the end of testing. Now all available messages are read from the ptty before the test program terminates. | |||
2019-07-09 | add a test that explicitly requires test to run. | Marc Espie | |
thanks to tedu's tweaks to doas, there's no simpler way than to recurse thru make... | |||
2019-07-09 | add a test using fault injection to trigger OpenBSD::Temp errors | Marc Espie | |
2019-07-09 | On slow armv7 machine reconnect timeout is faster than test, so | Alexander Bluhm | |
error message appears twice. | |||
2019-07-09 | don't look into installurl | Marc Espie | |
2019-07-09 | a bit too enthusiastic in removing code | Marc Espie | |
2019-07-09 | byebye, superseded by generic | Marc Espie | |
2019-07-09 | tweak the command runs to be able to inject code systematically, in order | Marc Espie | |
to trigger some bugs more easily | |||
2019-07-06 | oops. added but not committed. Reminded by Patrick | Marc Espie | |
2019-07-05 | Put some padding in Perl pack of struct timeval. On armv7 struct | Alexander Bluhm | |
timeval is 16 bytes, on i386 only 12 bytes were needed. The additional space makes setsockopt(2) succeed in armv7 regress. from Moritz Buhl | |||
2019-07-04 | Add a dummy attr_writebuf() so that this code links again. | Claudio Jeker | |
2019-07-04 | add a beautify test... which obviously found bugs, ahah | Marc Espie | |
2019-06-28 | bgpct can now dump the BGP MPLS VPN entries as well. Adjust output file. | Claudio Jeker | |
2019-06-28 | Remove some debug echos | Claudio Jeker | |