Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-20 | Add pool suite to test transport_opt() pool_size | Anders Svensson | |
With testcases that uses restrict_connections and pool_size config to establish multiple connections between two Diameter nodes, checking for the expected number of transport processes using diameter:service_info/2. | |||
2013-04-15 | Add gen_tcp suite | Anders Svensson | |
This is initially to identify the source of some flakiness on Windows. | |||
2013-03-27 | Merge branch 'anders/diameter/app_not_configured/OTP-10972' into maint | Anders Svensson | |
* anders/diameter/app_not_configured/OTP-10972: Fix faulty sequence validation Add config suite Deal with config errors detected at transport start less brutally Move most transport_opt() validation into diameter_config Minor doc/spec fix Minor diameter_lib cleanup | |||
2013-03-26 | Add config suite | Anders Svensson | |
To verify return values from diameter:start_service/2 and diameter:add_transport/2 when passing various config. | |||
2013-03-24 | Add examples suite for testing example code | Anders Svensson | |
That is, code installed under examples/code in an installation. | |||
2013-03-17 | Add distribution suite | Anders Svensson | |
2013-02-18 | Make tweaks | Anders Svensson | |
Add a 'strict' target to compile with -Werror and fix a dependency. Reorder test suites alphabetically. The two suites that currently take the longest to run conveniently come last. | |||
2013-02-16 | Add 3xxx suite for testing application_opt() request_errors | Anders Svensson | |
2013-02-11 | Add length suite for testing Message Length errors | Anders Svensson | |
2013-01-15 | Add event suite | Anders Svensson | |
2012-11-15 | Add simple DPR suite | Anders Svensson | |
2011-12-16 | Reintroduce gen_sctp suite | Anders Svensson | |
Commit e05868f49b442c10cedbded390c110473cda6f00 was the original, this commit is the result of splitting that one in two. Resurrect this suite to make SCTP faults more visible: the transport suite has sporadic failures because of them, despite having jacked up timeouts to unreasonable values. | |||
2011-12-16 | Add codec testcase for decode of unknown AVPs | Anders Svensson | |
2011-12-02 | Add compiler suite | Anders Svensson | |
2011-11-10 | Add capx suite | Anders Svensson | |
Tests error handling at capabilities exchange. | |||
2011-10-19 | Minor tweaks and cleanup | Anders Svensson | |
Tweak some comments and variable names, move things around a bit (default src target is now opt, not debug), only clean what's built, use +warn_export_vars. | |||
2011-10-10 | Add failover suite | Anders Svensson | |
2011-10-06 | Add tls testsuite | Anders Svensson | |
2011-09-27 | Add relay suite | Anders Svensson | |
2011-09-26 | Add traffic suite | Anders Svensson | |
2011-09-26 | Remove gen_sctp suite since it's not diameter-specific | Anders Svensson | |
2011-09-26 | Add transport and gen_sctp suites | Anders Svensson | |
2011-09-26 | Add watchdog suite | Anders Svensson | |
2011-09-26 | Add stats suite | Anders Svensson | |
2011-09-26 | Add sync suite | Anders Svensson | |
2011-09-26 | Add reg suite | Anders Svensson | |
2011-09-26 | Add dict suite, remove session suite | Anders Svensson | |
2011-09-26 | Move appup tests into app suite and use systools for both | Anders Svensson | |
2011-09-26 | Migrate app suite to pure ct and simplify | Anders Svensson | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-18 | Initial commit of the diameter application. | Anders Svensson | |
The application provides an implementation of the Diameter protocol as defined in RFC 3588. |