* [U-Boot] [PATCH] test: Adjust the of-platdata test run condition
@ 2016-07-17 0:36 Simon Glass
2016-07-17 1:01 ` Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2016-07-17 0:36 UTC (permalink / raw)
To: u-boot
This should be spl_of_platdata, since otherwise it will try to run on boards
that don't support of-platdata.
Signed-off-by: Simon Glass <sjg@chromium.org>
---
test/py/tests/test_ofplatdata.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/py/tests/test_ofplatdata.py b/test/py/tests/test_ofplatdata.py
index c8b309e..457c405 100644
--- a/test/py/tests/test_ofplatdata.py
+++ b/test/py/tests/test_ofplatdata.py
@@ -34,7 +34,7 @@ string <NULL>
stringarray "one" "" ""
'''
- at pytest.mark.buildconfigspec('spl')
+ at pytest.mark.buildconfigspec('spl_of_platdata')
def test_ofplatdata(u_boot_console):
"""Test that of-platdata can be generated and used in sandbox"""
cons = u_boot_console
--
2.8.0.rc3.226.g39d4020
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] test: Adjust the of-platdata test run condition
2016-07-17 0:36 [U-Boot] [PATCH] test: Adjust the of-platdata test run condition Simon Glass
@ 2016-07-17 1:01 ` Tom Rini
2016-07-18 16:12 ` Stephen Warren
0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2016-07-17 1:01 UTC (permalink / raw)
To: u-boot
On Sat, Jul 16, 2016 at 06:36:44PM -0600, Simon Glass wrote:
> This should be spl_of_platdata, since otherwise it will try to run on boards
> that don't support of-platdata.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160716/74e03bff/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] test: Adjust the of-platdata test run condition
2016-07-17 1:01 ` Tom Rini
@ 2016-07-18 16:12 ` Stephen Warren
0 siblings, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2016-07-18 16:12 UTC (permalink / raw)
To: u-boot
On 07/16/2016 07:01 PM, Tom Rini wrote:
> On Sat, Jul 16, 2016 at 06:36:44PM -0600, Simon Glass wrote:
>
>> This should be spl_of_platdata, since otherwise it will try to run on boards
>> that don't support of-platdata.
>>
>> Signed-off-by: Simon Glass <sjg@chromium.org>
>
> Applied to u-boot/master, thanks!
FWIW, this appears to have fixed the test failures for me. Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-18 16:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-17 0:36 [U-Boot] [PATCH] test: Adjust the of-platdata test run condition Simon Glass
2016-07-17 1:01 ` Tom Rini
2016-07-18 16:12 ` Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox