qca / boardfarm

Main repo moved to:
https://github.com/mattsm/boardfarm/
BSD 3-Clause Clear License
71 stars 54 forks source link

Fixed iperf tests from bug reports #59

Closed wwahammy closed 8 years ago

wwahammy commented 8 years ago

There were a few places where the UDP Iperf tests were failing. This was due to two problems:

  1. The incorrect test names were referenced as part of the test. I'd assume these were copied in from tests/iperf_tests.py
  2. The firewall forwarding rules worked for 'tcp' connections, not 'udp' connections.

Tests now run and complete although the UDP iperf performance results seem inconsistent still (different problem though)