Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | Add discard testcases to failover suite | Anders Svensson | |
2012-12-10 | Check for T flag in failover suite | Anders Svensson | |
2012-11-19 | Minor test suite tweaks | Anders Svensson | |
2012-11-15 | Add a testcase | Anders Svensson | |
2012-11-15 | Add simple DPR suite | Anders Svensson | |
2012-11-05 | Use peer_ref() service_info in traffic suite | Anders Svensson | |
2012-11-05 | Use multiple connections in traffic suite | Anders Svensson | |
2012-11-05 | Redo watchdog test suite | Anders Svensson | |
It was broken by sequence masks and can be simplified using (the new-ish) watchdog events. | |||
2012-11-05 | Remove pre-OTP configure support | Anders Svensson | |
It's neither used nor maintained. | |||
2012-11-05 | Use sequence masks in test suites | Anders Svensson | |
2012-10-09 | Use packet callbacks in traffic suite | Anders Svensson | |
2012-08-31 | Merge branch 'anders/diameter/avp_errors/OTP-10202' into maint | Anders Svensson | |
* anders/diameter/avp_errors/OTP-10202: Add a testcase Fix answer-message blunder | |||
2012-08-31 | Add a testcase | Anders Svensson | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-29 | Merge branch 'anders/diameter/R15B02_release' into maint | Anders Svensson | |
* anders/diameter/R15B02_release: Dialyzer spec fix Learn to keep time in diameter_gen_sctp_SUITE Update command line test for changed ct:run_test/1 return value OTP-10243 | |||
2012-08-29 | Learn to keep time in diameter_gen_sctp_SUITE | Anders Svensson | |
Microseconds /= milliseconds. | |||
2012-08-28 | Update command line test for changed ct:run_test/1 return value | Anders Svensson | |
2012-08-28 | Merge branch 'anders/diameter/test_suites/OTP-10214' into maint | Anders Svensson | |
* anders/diameter/test_suites/OTP-10214: Increase buffer sizes in gen_sctp suite Exercise service_info in test suites Lighten up on timetraps in test suites Fix timing issue with subscribe in test suites | |||
2012-08-28 | Merge branch 'anders/diameter/statistics/OTP-9608' into maint | Anders Svensson | |
* anders/diameter/statistics/OTP-9608: Improve statistics test cases Statistics fixes | |||
2012-08-28 | Merge branch 'anders/diameter/R15B02_release' into maint | Anders Svensson | |
* anders/diameter/R15B02_release: Update appup Add plt/dialyze targets to src/Makefile Add realclean target to src/Makefile Add any target to test/Makefile vsn -> 1.2 | |||
2012-08-27 | Increase buffer sizes in gen_sctp suite | Anders Svensson | |
This improves the situation with long turnaround times but doesn't completely solve the problem. | |||
2012-08-26 | Add any target to test/Makefile | Anders Svensson | |
To run all test suites but without stopping if one fails (like all). | |||
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. | |||
2012-08-24 | Improve statistics test cases | Anders Svensson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2011-12-20 | Merge branch 'anders/diameter/testsuites/OTP-9829' into maint | Anders Svensson | |
* anders/diameter/testsuites/OTP-9829: (21 commits) Install example dictionaries Move example code to examples/code Move example dictionaries to examples/dict Set name/prefix at compilation, not in dictionaries Add RFC 4004 (MIP) dictionary Add RFC 4740 (SIP) dictionary Add RFC 4072 (EAP) dictionary Add RFC 4006 (CC) dictionary Add RFC 4005 (NAS) dictionary Add standards testcase to compiler suite Remove {init,end}_per_group workaround Use new syntax for specifying ct group properties Increase timetrap in compiler suite Minor capx suite tweaks Minor makefile tweak Remove trailing whitespace Update skip condition in gen_sctp suite Reintroduce gen_sctp suite Remove delay from connect in transport suite Add codec testcase for decode of unknown AVPs ... | |||
2011-12-16 | Move example dictionaries to examples/dict | Anders Svensson | |
2011-12-16 | Set name/prefix at compilation, not in dictionaries | Anders Svensson | |
To avoid inappropriate defaults if the dictionaries are reused. | |||
2011-12-16 | Add RFC 4004 (MIP) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4740 (SIP) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4072 (EAP) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4006 (CC) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4005 (NAS) dictionary | Anders Svensson | |
2011-12-16 | Add standards testcase to compiler suite | Anders Svensson | |
To test compilation of example dictionaries from various standards. | |||
2011-12-16 | Remove {init,end}_per_group workaround | Anders Svensson | |
This undoes commit 162c0d3ee30790ec5a75e20b0e2e8bc61ed92375. | |||
2011-12-16 | Use new syntax for specifying ct group properties | Anders Svensson | |
No longer have to duplicate groups for sequential and parallel runs. | |||
2011-12-16 | Increase timetrap in compiler suite | Anders Svensson | |
Compilation is slow on Solaris for one. | |||
2011-12-16 | Minor capx suite tweaks | Anders Svensson | |
2011-12-16 | Minor makefile tweak | Anders Svensson | |
2011-12-16 | Remove trailing whitespace | Anders Svensson | |
2011-12-16 | Update skip condition in gen_sctp suite | Anders Svensson | |
To the R15 behaviour, with a return value instead of badarg. | |||
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 | Remove delay from connect in transport suite | Anders Svensson | |
There should be no need for it, previous introduction was misguided. | |||
2011-12-16 | Add codec testcase for decode of unknown AVPs | Anders Svensson | |
2011-12-16 | Handle only error return as evidence of no SCTP | Anders Svensson | |
That is, remove the catch for the pre-R15 behaviour. | |||
2011-12-16 | Update watchdog suite | Anders Svensson | |
2011-12-08 | Tell dialyzer not to warn about unused functions | Anders Svensson | |
Depending on the dictionary, generated dictionary modules may contain unused functions included from diameter_gen.hrl. There may still be warnings however since even used functions can contain code that isn't reached for a given dictionary. It would be useful for diameter to generate spec attributes for a dictionary's generated records but the format of these is currently undocumented. | |||
2011-12-08 | Add compiler testcases for generation and compilation to beam | Anders Svensson | |