tests: use testrunner from pythonlibs
Remove now obsolete sys.append from all tests, as testrunner was moved to dist/pythonlibs as proper package.
This commit is contained in:
parent
dd9a43bdc9
commit
13d61b5c20
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -19,6 +19,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=30))
|
sys.exit(run(testfunc, timeout=30))
|
||||||
|
|||||||
@ -26,6 +26,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -22,6 +22,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -39,6 +39,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -20,6 +20,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -50,6 +50,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -26,6 +26,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -22,6 +22,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -34,6 +34,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -17,6 +17,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -30,6 +30,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -24,6 +24,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -19,6 +19,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -10,6 +10,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -39,6 +39,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -17,6 +17,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -138,6 +138,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=1, traceback=True))
|
sys.exit(run(testfunc, timeout=1, traceback=True))
|
||||||
|
|||||||
@ -76,6 +76,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -49,6 +49,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -53,6 +53,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -10,6 +10,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -18,6 +18,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -15,6 +15,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -39,6 +39,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -19,6 +19,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -97,6 +97,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -91,6 +91,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=60))
|
sys.exit(run(testfunc, timeout=60))
|
||||||
|
|||||||
@ -109,6 +109,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -15,6 +15,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -10,6 +10,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -31,6 +31,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -23,6 +23,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -20,6 +20,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -15,6 +15,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -40,6 +40,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=1))
|
sys.exit(run(testfunc, timeout=1))
|
||||||
|
|||||||
@ -40,6 +40,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=1))
|
sys.exit(run(testfunc, timeout=1))
|
||||||
|
|||||||
@ -33,6 +33,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=10))
|
sys.exit(run(testfunc, timeout=10))
|
||||||
|
|||||||
@ -22,6 +22,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -30,6 +30,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -13,6 +13,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -31,6 +31,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
import testrunner
|
import testrunner
|
||||||
sys.exit(testrunner.run(testfunc))
|
sys.exit(testrunner.run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -9,6 +9,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -13,6 +13,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=60))
|
sys.exit(run(testfunc, timeout=60))
|
||||||
|
|||||||
@ -13,6 +13,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=60))
|
sys.exit(run(testfunc, timeout=60))
|
||||||
|
|||||||
@ -10,6 +10,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,7 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTBASE'],
|
|
||||||
'dist/tools/testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -15,6 +15,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -125,6 +125,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -61,6 +61,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -21,6 +21,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -98,6 +98,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -46,6 +46,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -62,6 +62,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -18,6 +18,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -20,6 +20,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -13,6 +13,5 @@ def testfunc(child):
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# This test can take some time to complete when testing on hardware (e.g
|
# This test can take some time to complete when testing on hardware (e.g
|
||||||
# on samr21-xpro) and the default timeout (10s) is not enough.
|
# on samr21-xpro) and the default timeout (10s) is not enough.
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=60))
|
sys.exit(run(testfunc, timeout=60))
|
||||||
|
|||||||
@ -17,6 +17,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -36,6 +36,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -45,6 +45,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -66,6 +66,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ["RIOTTOOLS"], "testrunner"))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -56,6 +56,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -39,6 +39,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -53,7 +53,6 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
import testrunner
|
import testrunner
|
||||||
|
|
||||||
os.environ['TERMFLAGS'] = "-z [%s]:%d,[%s]:%d" % (
|
os.environ['TERMFLAGS'] = "-z [%s]:%d,[%s]:%d" % (
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -120,6 +120,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -18,6 +18,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -28,6 +28,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -12,6 +12,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -11,6 +11,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -14,6 +14,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -16,6 +16,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -20,6 +20,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -21,6 +21,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -20,6 +20,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
import testrunner
|
import testrunner
|
||||||
sys.exit(testrunner.run(testfunc, timeout=1, echo=True, traceback=True))
|
sys.exit(testrunner.run(testfunc, timeout=1, echo=True, traceback=True))
|
||||||
|
|||||||
@ -25,6 +25,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -15,6 +15,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, timeout=120))
|
sys.exit(run(testfunc, timeout=120))
|
||||||
|
|||||||
@ -22,6 +22,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
@ -27,6 +27,5 @@ def testfunc(child):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user