test/py: fix CONFIG_ tests

Some CONFIG_ variables were recently renamed, but test/py wasn't updated
to match. This causes some tests to be skipped. Fix test/py so the tests
are run.

Fixes: 1163625898 ("Rename reset to sysreset")
Fixes: f1f9d4fac5 ("hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER")
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Stephen Warren 2016-07-06 09:04:08 -06:00 committed by Tom Rini
parent eb9d3ca356
commit a82642f398
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ import pytest
import signal
@pytest.mark.boardspec('sandbox')
@pytest.mark.buildconfigspec('reset')
@pytest.mark.buildconfigspec('sysreset')
def test_reset(u_boot_console):
"""Test that the "reset" command exits sandbox process."""