]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
test/py: fix CONFIG_ tests
authorStephen Warren <swarren@nvidia.com>
Wed, 6 Jul 2016 15:04:08 +0000 (09:04 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jul 2016 16:47:58 +0000 (12:47 -0400)
commita82642f39856c0b9edb2545570b599a157b73f63
tree82830db7a316f1821aed829c11201e2494b7494a
parenteb9d3ca3560d9348f2db83beb2f51a85806519dd
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: 11636258981a ("Rename reset to sysreset")
Fixes: f1f9d4fac527 ("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>
test/py/tests/test_hush_if_test.py
test/py/tests/test_sandbox_exit.py