From b34c325f240e9aa5a0dacacdc46571cd48d8f90f Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 14 Jan 2020 15:58:50 +0000 Subject: [PATCH] Make Iter_test.py load-and-runnable in the UI without breaking autotests --- util/test/tests/Iter_Test.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/test/tests/Iter_Test.py b/util/test/tests/Iter_Test.py index 96dfacad3..e37df9f4b 100644 --- a/util/test/tests/Iter_Test.py +++ b/util/test/tests/Iter_Test.py @@ -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) \ No newline at end of file