[PATCH] bssgp/test: Fix bssgp-fc test

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Jacob Erlbeck jerlbeck at sysmocom.de
Mon May 4 05:57:52 UTC 2015


The fix in the commit "bssgp: Fix call to llist_entry in
fc_queue_timer_cfg" prevents the flow control code from generating
certain logging messages ("-BSSGP-FC: fc_timer_cb() but still not
able to send PDU of 10 bytes") during the tests. This breaks the test
suite, since the update of the correseponding stderr output file
misses.

This commit updates the bssgp_fc_tests.err file accordingly.

Sponsored-by: On-Waves ehf
---
 tests/gb/bssgp_fc_tests.err | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/tests/gb/bssgp_fc_tests.err b/tests/gb/bssgp_fc_tests.err
index 2f285af..113a359 100644
--- a/tests/gb/bssgp_fc_tests.err
+++ b/tests/gb/bssgp_fc_tests.err
@@ -1,23 +1,3 @@
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
 Single PDU (size=1000) is larger than maximum bucket size (100)!
 Single PDU (size=1000) is larger than maximum bucket size (100)!
 Single PDU (size=1000) is larger than maximum bucket size (100)!
@@ -38,13 +18,3 @@ Single PDU (size=1000) is larger than maximum bucket size (100)!
 Single PDU (size=1000) is larger than maximum bucket size (100)!
 Single PDU (size=1000) is larger than maximum bucket size (100)!
 Single PDU (size=1000) is larger than maximum bucket size (100)!
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-BSSGP-FC: fc_timer_cb() but still not able to send PDU of 10 bytes
-- 
1.9.1




More information about the OpenBSC mailing list