tests: Fix wpas_ctrl_data_test with Linux 3.19-rc1
authorJouni Malinen <j@w1.fi>
Tue, 23 Dec 2014 10:27:14 +0000 (12:27 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 23 Dec 2014 10:27:14 +0000 (12:27 +0200)
commit9828b70ebd7f977fbb58fae62b773c65839e9631
treed3476a51f935b1bb1608a99dae19b33198ebba94
parentb2eb3fe21c8aa70c697b9bef55d1a32e0ee3ff40
tests: Fix wpas_ctrl_data_test with Linux 3.19-rc1

The kernel commit 'packet: make packet_snd fail on len smaller than l2
header' started rejecting <= 14 octet raw packet socket transmission.
This test case was testing with 14 ocets and that is now rejected by the
kernel. While this may be a kernel side issue, use one octet longer test
data for now to avoid undesired FAIL cases in hwsim tests.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_wpas_ctrl.py