1
0
qa-lab7/iperf_test.py

13 lines
273 B
Python
Raw Normal View History

2025-10-30 21:38:55 +02:00
from parser import get_iperf3_stats
class TestSuite():
def test_conn_speed(self, client):
assert client != False
s = get_iperf3_stats(client)
assert len(s) == 10
for i in s:
assert i['bitrate'] >= 80_000_000 # 80+ Mbit/s