aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2023-10-19crops: Archive crops repositoryHEADmasterEilís Ní Fhlannagáin
This repository is depreciated and is no longer maintained so we should archive it and make note that development for crops is currently at https://github.com/crops Signed-off-by: Eilís Ní Fhlannagáin <pidge@baylibre.com>
2016-04-29test_runbitbake.py: Add this test fileRandy Witt
This file contains some basic tests for runbitbake.py. Yes one of the tests actually runs runbitbake.py, but since bitbake itself is stubbed out, the test is still being treated as a unit test. Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
2016-02-26tests: fix tests so they run on mac as wellbrian avery
This commit enforces separation of Host side directory vs container side directory Signed-off-by: brian avery <avery.brian@gmail.com> Reviewed-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-02-23tests: add Zephyr X86, ARM and ARC build testsTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-02-23tests: move utility functions to a separate folderTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-01-26added argument flag testbavery
Signed-off-by: bavery <brian.avery@intel.com> Reviewed-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-01-26added more tests for both ceed and the toolchain commands.bavery
Signed-off-by: bavery <brian.avery@intel.com> Reviewed-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-01-26broke out some common functionality into a modulebavery
Signed-off-by: bavery <brian.avery@intel.com> Reviewed-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-01-26removed spurious newlines that were making the mac python tests unhappybrian avery
Signed-off-by: brian avery <avery.brian@gmail.com> Reviewed-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-01-26remove unused (and unavailable on travis by default) python importsbavery
Signed-off-by: bavery <brian.avery@intel.com> Reviewed-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-01-26start of python based testing for ceed apibavery
Signed-off-by: bavery <brian.avery@intel.com> Reviewed-by: Todor Minchev <todor.minchev@linux.intel.com>
2016-01-22mv the tests dir to scripts to support upcoming python testsbrian avery
Signed-off-by: brian avery <avery.brian@gmail.com> Reviewed-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-12-14tests: make the docker unix socket available inside the codi test containerTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-12-14tests: add 3 more containers to the test scriptTodor Minchev
Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>
2015-12-08tests: add build_containers test scriptTodor Minchev
Add a script to validate the sanity of the Docker containers and the API. Signed-off-by: Todor Minchev <todor.minchev@linux.intel.com>