Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-10 | Let diameter_{tcp,sctp} be configured with permissible remote addresses | Anders Svensson | |
Option 'accept' allows remote addresses to be configured as tuples or regular expressions. The remote addresses for any incoming (aka accepted) connection/association are matched against the configured values, any non-matching address causing the connection/association to be aborted. | |||
2013-04-11 | More robust listening port lookup in test suites | Anders Svensson | |
In particular, remove timing dependence by using diameter_reg:wait/1 to wait on the term registered by diameter_{tcp,sctp} when opening a listening socket. | |||
2013-03-17 | Add distribution suite | Anders Svensson | |
2012-11-19 | Minor test suite tweaks | Anders Svensson | |
2012-08-26 | Exercise service_info in test suites | Anders Svensson | |
2012-08-26 | Lighten up on timetraps in test suites | Anders Svensson | |
Some look to be optimistic when running in slow virtual environments. (With bad time keeping?) | |||
2012-08-26 | Fix timing issue with subscribe in test suites | Anders Svensson | |
Has to happen before add_transport to be sure of getting the subsequent event. | |||
2011-12-16 | Remove trailing whitespace | Anders Svensson | |
2011-11-10 | Use trivial capabilities callback in traffic suite | Anders Svensson | |
2011-10-10 | Use util to simplify connection establishment in suites | 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-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-09-26 | Move appup tests into app suite and use systools for both | Anders Svensson | |
2011-09-26 | Add codec suite based on pure ct | Anders Svensson | |