commit | 59bf65f481205c0171a0665845f7eb520fa65a56 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Jun 05 14:45:00 2018 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 05 10:30:30 2018 -0400 |
tree | 49f08089664461f7ba58beedc426812cf10cd1a5 | |
parent | b43000f5eba943425f03c5ee8fff847727ae84d7 [diff] |
tests: net: Fix tests so they can be run in real hw Both the vlan and checksum_offload tests expect to be run in controlled environment where the test application is providing ethernet connectivity. If the board under test has also ethernet support, then internal checks will fail in the test application. Because of this, disable on board ethernet so that the tests will pass. Fixes #8172 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>