test: Reduce the number of tests run with sandbox_flattree
authorSimon Glass <sjg@chromium.org>
Tue, 2 Oct 2018 03:12:46 +0000 (21:12 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 8 Oct 2018 13:34:34 +0000 (07:34 -0600)
commit2673afe221d17b8d43df3ecae3e3a6024b209ffe
treece0d293e148fbafbb10b45d04f3571d74d4da400
parent008b03000935c397fd604cc62a6813bcd72a30fc
test: Reduce the number of tests run with sandbox_flattree

We only need to run driver-model tests with this config, since this is the
only thing that is different when CONFIG_OF_LIVE is not defined. Filter
out the other tests to same time.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/run