Commit 35f080e4 authored by Robert Schmidt's avatar Robert Schmidt

Fix: new Iperf test need to get ctx

parent 9e1cbb10
...@@ -77,7 +77,7 @@ class TestPingIperf(unittest.TestCase): ...@@ -77,7 +77,7 @@ class TestPingIperf(unittest.TestCase):
self.ci.iperf_profile = "balanced" self.ci.iperf_profile = "balanced"
infra_file = "tests/config/infra_ping_iperf.yaml" infra_file = "tests/config/infra_ping_iperf.yaml"
# TODO Should need nothing but options and UE(s) to use # TODO Should need nothing but options and UE(s) to use
success = self.ci.Iperf(self.html, self.cont, infra_file=infra_file) success = self.ci.Iperf(self.ctx, self.html, infra_file=infra_file)
self.assertTrue(success) self.assertTrue(success)
if __name__ == '__main__': if __name__ == '__main__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment