summaryrefslogtreecommitdiffstats
path: root/tests/gb/bssgp_fc_tests.ok
Commit message (Collapse)AuthorAgeFilesLines
* bssgp_fc_test: sanitizer: free msgb context when doneNeels Hofmeyr2017-11-201-0/+4
| | | | | | | | | | | | Print remaining msgbs when done, then free the entire tall_msgb_context. To be able to do that, call msgb_talloc_ctx_init() and use its return value. A subsequent patch will fix a known mem leak and add assertions for 0b in 1 blocks remaining in the tall_msgb_context. Helps fix sanitizer build on debian 9. Change-Id: I67d347ab2642b0bfc27b21b44231a7f3146ff641
* bssgp_fc_test: clarify by outputting ok / failure messagesNeels Hofmeyr2017-11-201-0/+80
| | | | | | | | | | | The test fills up the queue / sends too large PDUs on purpose. Make that obvious by outputting returned errors in the expected output. Cosmetic: - fc_in()'s return value is ignored, hence don't return anything. - add comment. Change-Id: I57d6fce2515a65f6dd037e75af5397079215cb46
* GPRS BSSGP test: integrate into autotestHarald Welte2012-09-071-0/+150
we use a smalle shell script to iterate over multiple tests