Make Iter_test.py load-and-runnable in the UI without breaking autotests

This commit is contained in:
baldurk
2020-01-14 15:58:50 +00:00
parent 506d92fcaf
commit b34c325f24
+5
View File
@@ -264,3 +264,8 @@ class Iter_Test(rdtest.TestCase):
self.controller = controller
self.iter_test()
def run_locally(r):
test = Iter_Test()
test.run_external(r)