Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-07 | Test callback is called immediately after TLS handshake completion. | Alexander Bluhm | |
2024-11-07 | Regression for parsing multi-line strings with comments. | Martin Pieuchot | |
From Christian Ludwig | |||
2024-10-28 | It helps to commit the actual test scripts... | Theo Buehler | |
2024-10-28 | relayd: add regress coverage for client certs | Theo Buehler | |
From Sören Tempel | |||
2024-10-28 | Remove unnecessary pfctl cleanup in error_notify() | Claudio Jeker | |
2024-10-28 | Add a dummy bgpctl command to check that bgpd is still running. | Claudio Jeker | |
This would have detected the pt_fill regression I introduced some time ago. | |||
2024-10-15 | rpki-client/openssl: eliminate pointless OpenSSL deprecation vomit | Theo Buehler | |
2024-10-10 | Add test for the various authentication config options. | Claudio Jeker | |
2024-10-07 | rpki-client: add small unit test for the sequence number | Theo Buehler | |
got this wrong too many times, let's make sure this is right. | |||
2024-09-26 | Remove debug leftover. There is no need to run tcpdump anymore. | Claudio Jeker | |
2024-09-25 | Extend maxattr test to also include IPv6 and with that test for the | Claudio Jeker | |
up_generate_mp_reach() failure. | |||
2024-09-25 | Add a maxattr regress test that causes the rdomain1 bgpd instance to trip | Claudio Jeker | |
over 4096 bytes for a BGP UPDATE message. Check on the 3rd system that the affected prefixes are properly withdrawn. | |||
2024-09-10 | Include CLUSTER_LIST in the bad attribute tests. Also add a 2nd session | Claudio Jeker | |
which is iBGP so we can test both CLUSTER_LIST behaviours. | |||
2024-09-06 | Regression for '%c'. | Martin Pieuchot | |
From Christian Ludwig. | |||
2024-09-04 | Missing RCSID | Theo Buehler | |
2024-09-04 | Remove openssl 1.1 regress | Theo Buehler | |
2024-09-04 | Unlink OpenSSL 1.1 regress | Theo Buehler | |
2024-09-04 | Link openssl 3.2 regress to build | Theo Buehler | |
2024-09-04 | Add regress against OpenSSL 3.2 | Theo Buehler | |
OpenSSL 1.1 is dead. This directory will use the default version in ports (currently 3.2) for regress testing. | |||
2024-08-28 | Extend maxprefix and maxprefixout tests to also check that the limits | Claudio Jeker | |
are checked during reload. | |||
2024-08-23 | Remove unwanted trailing newlines from err/warn format strings. | Anton Lindqvist | |
2024-08-15 | Regen some OK files since the bgpctl rib header changed. | Claudio Jeker | |
Friendly reminder by anton@ | |||
2024-07-01 | Explicit TLS handshake with syslog client. | Alexander Bluhm | |
Add a new TLS handshake callback for incoming connections. This will allow to inspect the client certificate later. For now only print a debug message and check it in regress. with and OK henning@ | |||
2024-06-14 | Replace deprecated given/when and smartmatch operator in Perl scripts. | Alexander Bluhm | |
2024-04-22 | Sprinkle experimental into regress so they compile | Claudio Jeker | |
Reported by anton@ | |||
2024-04-21 | Remove file without the now mandatory signing-time attribute | Theo Buehler | |
2024-04-09 | Add a capability enforcement integration test. | Claudio Jeker | |
This should ensure that no / yes and enforce work the way we want. | |||
2024-04-09 | Add capability announce enforcement test and fixup some other result files | Claudio Jeker | |
since the role capability is now shown in more cases. | |||
2024-04-03 | Switch one of the tcpmd5 passwords over to use the hex key instead. | Claudio Jeker | |
This way both modes are tested. | |||
2024-04-02 | Remove unused file | Claudio Jeker | |
2024-03-30 | Implement else branching logic including 'else if'. | Martin Pieuchot | |
Statement lists for if & else conditions are now wrapped in a new 'struct bt_cond'. Handling B_AC_TEST statements moved to stmt_eval() to handle nested conditional statements. From Christian Ludwig christian_ludwig at genua.de | |||
2024-03-20 | Run most of regress explicitly in filemode to avoid hitting location checks | Job Snijders | |
with tb@ | |||
2024-03-12 | Add regress for cross-origin HTTP redirection | Job Snijders | |
2024-02-27 | Printing large tuples require more than 64 chars, bump the string limit. | Martin Pieuchot | |
2024-02-22 | Add regress for Signed Prefix List objects | Job Snijders | |
2024-02-14 | Adjust test after the change to struct bgpd_addr. | Claudio Jeker | |
Noticed by anton@ | |||
2024-02-08 | Add tests to make sure that snmpd adheres to the RFC2578 section 7.1 | Martijn van Duren | |
octet string primitive limitations. The integer based ones are restricted by the AgentX protocol and can't be tested. | |||
2024-02-08 | No that we load MIB files at snmpd start-up chances that the sleep build | Martijn van Duren | |
into the regress test don't suffice anymore for slow regress machines. (Ab)use the agentx socket (which gets created after all the MIB files have been parsed) to detect if snmpd is available. For now we poll at 0.1s intervals for a total of 100 tries. found by and earlier diff tested by and OK anton@ | |||
2024-02-07 | Infer rdomains from environment variables N1 and N2 like many others in | Anton Lindqvist | |
regress/sys/net already does. No functional change as the defaults remains the same. | |||
2024-02-05 | Increase interval's rate to speed up tests. | Martin Pieuchot | |
2024-02-05 | Regress test for undefined probe arguments fixed in in btrace.c,v 1.83. | Martin Pieuchot | |
Adapted from a submission from Christian Ludwig. | |||
2024-02-05 | Adapt map regress test to cover associated arrays fixed in btrace.c r1.82. | Martin Pieuchot | |
From Christian Ludwig. | |||
2024-01-28 | Use the wait until construct in ixp.sh in the hopes of making it more | Anton Lindqvist | |
stable. | |||
2024-01-24 | Adjust community regress test after the switch to ibuf in bgpd. | Claudio Jeker | |
OK tb@ | |||
2024-01-08 | Fix regress build since the reacharounds are fragile | Theo Buehler | |
noted by anton | |||
2023-12-20 | btrace: add support for hex and octal values. | Dave Voutila | |
Changes number tokenizing and parsing to support hex & octal values. Does not address other lexer issues (e.g. $0x1) to close gaps with bpftrace. OK claudio@ | |||
2023-12-01 | Add tests to exercise the recent bug fixes. | Todd C. Miller | |
2023-11-20 | Add a couple of tests for handling of tcp connections. | Martijn van Duren | |
2023-11-16 | Add 3 tests for when getbulk reaches EOMV. | Martijn van Duren | |
2023-11-13 | Add 2 tests to make sure getbulkrequests return the correct error index. | Martijn van Duren | |