When trying to constrain minimum and maximum payload size, the constraints in the test wouldn't be obeyed, due to a bad interaction between keep soft and keep soft ... select ==
We had the following code in our tests:
extend SEMI_RANDOM eth_seq {
packet_size_mode : [ALL_JUMBO,MIX,NO_JUMBO,ALL_64];
keep …