tests: Specify a non-default root folder for regressions
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Wed, 13 Nov 2019 13:47:19 +0000 (13:47 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Thu, 14 Nov 2019 08:50:42 +0000 (08:50 +0000)
The new testlib library is looking for regressions walking from
a root folder. This by default points to the tests dir.
Since all regressions are supposed to live in the tests/gem5 subdir,
the patch is assigning the gem5 subdir as a root directory.

This will prevent the example garbage to be printed in the ci framework:

Exception thrown while loading
"/tmpfs/src/git/jenkins-gem5-prod/tests/long/fs/10.linux-boot/test.py"
Ignoring all tests in this file.
Exception thrown while loading
"/tmpfs/src/git/jenkins-gem5-prod/tests/long/fs/80.solaris-boot/test.py"
Ignoring all tests in this file.
[...]

Change-Id: Ia12c6bbeda4ceac71ccd38156ab1e3bb98b05c89
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22726
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
tests/jenkins/presubmit.sh

index 02833bd03fe76990fafdf6a0f6d5a485cae6c4e2..e76aa4c67c50ee40ed35ca5733715490754b1df7 100755 (executable)
@@ -46,4 +46,5 @@ cd git/jenkins-gem5-prod/tests
 
 # Build with 4 threads (i.e., pass -j4 to scons)
 # Run 4 tests in parallel
-./main.py run -j4 -t4
+# Look for tests in the gem5 subdirectory
+./main.py run -j4 -t4 gem5