aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2019-09-30 12:56:28 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-10-11 14:41:20 +0000
commit23afd57095dd279255de4679b0533d3d588f0e74 (patch)
tree61d5b9af117073c44124fbba4bf7bd672cb949be /src/plugins
parentd5b7840245cb39a6a031e7d4f7bc04f2afb049a0 (diff)
tcp: unittest: do not access non-existent samples
There is no bt->samples for this test, do not use it. Type: fix Change-Id: I2090290887bc5c0b5cdb0561cf2bf72a87781089 Signed-off-by: Benoît Ganne <bganne@cisco.com> (cherry picked from commit b0a7c484eec9a813751e6e3fa71a9955ad5f0f74)
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/unittest/tcp_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/unittest/tcp_test.c b/src/plugins/unittest/tcp_test.c
index f6a389c5c88..6f189c414d9 100644
--- a/src/plugins/unittest/tcp_test.c
+++ b/src/plugins/unittest/tcp_test.c
@@ -926,7 +926,6 @@ tcp_test_delivery (vlib_main_t * vm, unformat_input_t * input)
TCP_TEST (rs->delivered == 2 * burst, "delivered should be 200");
TCP_TEST (rs->prior_delivered == burst, "delivered should be 100");
TCP_TEST (!(rs->flags & TCP_BTS_IS_RXT), "not retransmitted");
- TCP_TEST (!(bts->flags & TCP_BTS_IS_APP_LIMITED), "not app limited");
TCP_TEST (tc->first_tx_time == 2, "first_tx_time %u", tc->first_tx_time);
/*