zephyr/tests/kernel/test_sleep
Youvedeep Singh 9031c55566 test_sleep: move test_sleep from tests/legacy/kernel to tests/kernel
As test_sleep does not have dependency over legacy APIs.
So moving files from tests/legacy/kernel to tests/kernel.

Jira: ZEP-2009

Change-Id: I2439391ba6d0a194d07a0d1b48911d37b2f493b0
Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
2017-04-18 09:39:15 +05:30
..
src test_sleep: move test_sleep from tests/legacy/kernel to tests/kernel 2017-04-18 09:39:15 +05:30
Makefile test_sleep: move test_sleep from tests/legacy/kernel to tests/kernel 2017-04-18 09:39:15 +05:30
prj.conf test_sleep: move test_sleep from tests/legacy/kernel to tests/kernel 2017-04-18 09:39:15 +05:30
README.txt test_sleep: move test_sleep from tests/legacy/kernel to tests/kernel 2017-04-18 09:39:15 +05:30
testcase.ini test_sleep: move test_sleep from tests/legacy/kernel to tests/kernel 2017-04-18 09:39:15 +05:30

Title: cooperative thread  Sleep and Wakeup APIs

Description:

This test verifies that cooperative  sleep and wakeup APIs operate as
expected.

---------------------------------------------------------------------------

Building and Running Project:

This project outputs to the console.  It can be built and executed
on QEMU as follows:

    make qemu

---------------------------------------------------------------------------

Troubleshooting:

Problems caused by out-dated project information can be addressed by
issuing one of the following commands then rebuilding the project:

    make clean          # discard results of previous builds
                        # but keep existing configuration info
or
    make pristine       # discard results of previous builds
                        # and restore pre-defined configuration info

---------------------------------------------------------------------------

Sample Output:

tc_start() - Test kernel Sleep and Wakeup APIs

Kernel objects initialized
Test thread started: id = 0x00103044
Helper thread started: id = 0x00102f44
Testing normal expiration of k_sleep()
Testing: test thread sleep + helper thread wakeup test
Testing: test thread sleep + isr offload wakeup test
Testing: test thread sleep + main wakeup test thread
Testing kernel k_sleep()
===================================================================
PROJECT EXECUTION SUCCESSFUL