test/py/tests/test_sleep.py: Add check for CONFIG_CMD_MISC
authorTom Rini <trini@konsulko.com>
Fri, 14 Oct 2016 23:12:31 +0000 (19:12 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 14 Oct 2016 23:12:31 +0000 (19:12 -0400)
commit2b2c6e51e7d69f715a1501702fe33589afe6190d
tree9fd09c936b8cf15e8793ea4050ee04da15e813b7
parent2fe1281c79cb8232cf0ca1c441db66e576a9acf4
test/py/tests/test_sleep.py: Add check for CONFIG_CMD_MISC

We can only run this command if the sleep command is enabled and that
depends on CONFIG_CMD_MISC

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_sleep.py