Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-10 | Add failover suite | Anders Svensson | |
2011-10-10 | Use util to simplify connection establishment in suites | Anders Svensson | |
2011-10-10 | Move certificate generation into own testcase | Anders Svensson | |
2011-10-10 | Add beam target to makefile | Anders Svensson | |
2011-10-10 | Add util functions for managing connections | Anders Svensson | |
2011-10-10 | Use tcp/sctp port resolution from testsuites | Anders Svensson | |
2011-10-10 | Merge branch 'anders/diameter/tls_over_tcp/OTP-9605' | Anders Svensson | |
* anders/diameter/tls_over_tcp/OTP-9605: Move init/end_per_suite into testcases Skip tls testsuite if there's no openssl Clarify that ssl must be started for TLS support Add tls support at connection establishment Add tls testsuite Documentation updates Close transport if tls is requested over sctp Handle tls notification for tcp Lift recursion in tcp message reception up the call chain Add tls support to capabilities exchange | |||
2011-10-10 | Merge branch 'anders/diameter/testsuite_robustness/OTP-9619' | Anders Svensson | |
* anders/diameter/testsuite_robustness/OTP-9619: Make testsuites more robust in case of init failure | |||
2011-10-10 | Move init/end_per_suite into testcases | Anders Svensson | |
See ac2810603b7aaad24129fadf887d9e8deff31d2f. | |||
2011-10-10 | gen_sctp:open/0-2 might return {error, eprotonosupport} | Anders Svensson | |
Previously error:badarg was raise if there was no underlying support for SCTP. Handle both new and old failure until OTP-9239 is merged. | |||
2011-10-07 | Make testsuites more robust in case of init failure | Anders Svensson | |
In particular, move code out of init_per_suite since failure causes end_per_suite to be skipped. Cleanup is simpler if both init and cleanup happen as testcases. | |||
2011-10-07 | Skip tls testsuite if there's no openssl | Anders Svensson | |
2011-10-06 | Clarify that ssl must be started for TLS support | Anders Svensson | |
Also update app testsuite to allow for "undefined" calls from diameter_tcp to ssl. | |||
2011-10-06 | Add tls support at connection establishment | Anders Svensson | |
This is the method added in draft-ietf-dime-rfc3588bis, whereby a TLS handshake immediately follows connection establishment and CER/CEA is sent over the secured connection. | |||
2011-10-06 | Add tls testsuite | Anders Svensson | |
2011-09-29 | Merge branch 'anders/diameter/testsuites/OTP-9553' into dev | Anders Svensson | |
* anders/diameter/testsuites/OTP-9553: Remove forgotten dbg | |||
2011-09-29 | Remove forgotten dbg | Anders Svensson | |
2011-09-28 | Merge branch 'anders/diameter/testsuites/OTP-9553' into dev | Anders Svensson | |
* anders/diameter/testsuites/OTP-9553: Don't install Emakefile at release_tests | |||
2011-09-28 | Don't install Emakefile at release_tests | Anders Svensson | |
Emakefile contained compile flags that caused compilation of suites to fail in some cases. common_test will generate an Emakefile and diameter has no need for one of its own. | |||
2011-09-27 | Example/dbg/comment fixes | Anders Svensson | |
2011-09-27 | Don't include compiler/help modules in app | Anders Svensson | |
2011-09-27 | Explicit {init,end}_per_group/2 to work around ct bug | Anders Svensson | |
Without these functions the result pages are currently mangled. The overview page shows that no suites have run, even though all in fact are, and diameter-specific page is truncated after the dict suite, which is the first suite that relied on an implicit {init,end}_per_group/2. This is apparently the result of a recent common_test commit. | |||
2011-09-27 | Add relay suite | Anders Svensson | |
2011-09-26 | More traffic cases | Anders Svensson | |
2011-09-26 | Add traffic suite | Anders Svensson | |
2011-09-26 | Use groups for parallel testcase execution | Anders Svensson | |
2011-09-26 | Remove gen_sctp suite since it's not diameter-specific | Anders Svensson | |
2011-09-26 | Minor macro cleanup | Anders Svensson | |
2011-09-26 | Minor diameter_ct simplification | Anders Svensson | |
2011-09-26 | Improve xref testcase | Anders Svensson | |
2011-09-26 | Don't require GNU sed to fail testsuite targets | Anders Svensson | |
2011-09-26 | Generate dependencies makefile | Anders Svensson | |
2011-09-26 | Makefile/spec cleanup | Anders Svensson | |
2011-09-26 | Remove old test framework | 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-09-26 | Add codec suite based on pure ct | Anders Svensson | |
2011-09-26 | Remove slask and beam | Anders Svensson | |
2011-06-05 | Again: Call chmod without the "-f" flag | Holger Weiß | |
Commit 7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28 removed the "-f" flag from chmod calls in Makefiles: | "-f" is a non-standard chmod option which at least SGI IRIX and HP UX | do not support. As the only effect of the "-f" flag is to suppress | warning messages, it can be safely omitted. Meanwhile, new "chmod -f" calls have been added. This commit removes the "-f" flag from those new calls. | |||
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. |