acl: fix intermittent test failure 68/22668/2
authorAndrew Yourtchenko <[email protected]>
Thu, 3 Oct 2019 07:55:52 +0000 (07:55 +0000)
committerAndrew Yourtchenko <[email protected]>
Fri, 11 Oct 2019 14:41:02 +0000 (14:41 +0000)
commitd5b7840245cb39a6a031e7d4f7bc04f2afb049a0
tree3885dfed7b05bf83c9b408058580d9ca472dfd52
parent2f9ec50016e2b13c60aa2a979e5bae894a28363f
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 <[email protected]>
(cherry picked from commit ec574ff9129a7cc4282916d2a989e88d78aaff60)
src/plugins/acl/test/test_acl_plugin.py