Home | History | Annotate | Download | only in netperf2
      1 NAME = "Netperf2 (Server)"
      2 AUTHOR = "Martin Bligh <mbligh (a] google.com>"
      3 TIME = "MEDIUM"
      4 TEST_CATEGORY = "BENCHMARK"
      5 TEST_CLASS = "HARDWARE"
      6 TEST_TYPE = "CLIENT"
      7 DOC = """
      8 TCP/UDP/sockets/etc performance benchmark.
      9 See http://www.netperf.org/netperf/NetperfPage.html.
     10 """
     11 
     12 job.run_test('netperf2',
     13              server_ip='10.10.1.2',
     14              client_ip='10.10.1.6',
     15              role='server',
     16              tag='server')
     17