Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-16 | Merge branch 'anders/diameter/release_R15A' | Anders Svensson | |
* anders/diameter/release_R15A: Version -> 0.11, update appup, minor app suite fix | |||
2011-11-16 | Merge branch 'anders/diameter/app_suite_vs_sasl/OTP-9704' | Anders Svensson | |
* anders/diameter/app_suite_vs_sasl/OTP-9704: Add sasl to app testcases to placate systools | |||
2011-11-15 | Version -> 0.11, update appup, minor app suite fix | Anders Svensson | |
2011-11-11 | Add sasl to app testcases to placate systools | Anders Svensson | |
A recent sasl change results in a missing_sasl warning/error that causes the release and relup testcases to fail. | |||
2011-11-10 | Add capx suite | Anders Svensson | |
Tests error handling at capabilities exchange. | |||
2011-11-10 | Use trivial capabilities callback in traffic suite | Anders Svensson | |
2011-11-10 | Simplify handling of generated hrls in testsuites | Anders Svensson | |
Just morph include into include_lib when releasing. Not using include_lib here is due to generated hrls not residing in diameter/include until after release. See release.sed. | |||
2011-11-09 | Target cleanup in test/Makefile | Anders Svensson | |
all = opt is now default target and run executes testsuites. Note that parallel execution is unproblematic since each suite target starts a node with a suite-specific name. | |||
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-17 | One makefile for src build instead of recursion | Anders Svensson | |
Simpler, no duplication of similar makefiles and makes for better dependencies. (Aka, recursive make considered harmful.) | |||
2011-10-17 | Add diameter_make as compilation interface | Anders Svensson | |
As a module-based alternative to the escript diameterc. | |||
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 | |