tests: Add support for functional only tests
authorAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 16 Sep 2016 08:04:20 +0000 (09:04 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 16 Sep 2016 08:04:20 +0000 (09:04 +0100)
commit1ecc3628a8fe24d8ed189ee23ca41f2b385b3d8e
tree775107e244c324975768d8f85e1ad0018d3a4ce7
parent18461d1522821495813b342b50ca3c69e8db2083
tests: Add support for functional only tests

Modify the ClassicTest class to only emit a stat verification test
unit if there is a reference stat file. This makes it possible to
design tests that don't care about stat changes.

To generate purely functional tests, we need to be able to create
empty test reference directories. This does not work well with many
revision control systems. As a workaround, add a file named EMPTY to
the list of ignored files in the test harness. This file can be used
as a placeholder in otherwise empty test directories.

Change-Id: I583c8c4e55479f0d48fa99d0b0d1eac9221e6652
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
tests/testing/tests.py