acl: fix intermittent test failure 96/22496/3
authorAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 3 Oct 2019 07:55:52 +0000 (07:55 +0000)
committerDave Barach <openvpp@barachs.net>
Thu, 3 Oct 2019 16:57:31 +0000 (16:57 +0000)
commitec574ff9129a7cc4282916d2a989e88d78aaff60
tree074766fc6e8a5caa914a63862a511d56a0fb5440
parent664ec91fdea75c90c3b9c8086a9a97df32a6f91b
acl: fix intermittent test failure

ACL tests use random port number in the tests.
A port number 6081 causes the decode in scapy
to consume some of the Raw payload into GENEVE
encoding, which breaks the test.

Solution: bring up the lower range of random
port to 16384, so that it does not touch any
of the well known ports.

Type: test
Change-Id: I022660d8ec147857924b436f1871b0b5ddcf4c47
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/acl/test/test_acl_plugin.py