diff options
author | Jacob Erlbeck <jerlbeck@sysmocom.de> | 2015-05-04 07:44:43 +0200 |
---|---|---|
committer | Jacob Erlbeck <jerlbeck@sysmocom.de> | 2015-05-04 07:44:43 +0200 |
commit | 455d34f4767df3bcd0eccdd4ac42a755c016e0ed (patch) | |
tree | a4b9128ff19cc27988be9bffaf90abb4be5d27b0 | |
parent | 780bba625d2d09478527ec6038f0f6e15eb6e651 (diff) |
bssgp/test: Fix bssgp-fc test
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
-rw-r--r-- | tests/gb/bssgp_fc_tests.err | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/gb/bssgp_fc_tests.err b/tests/gb/bssgp_fc_tests.err index 2f285af8..113a3594 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 |