zephyr/tests
Flavio Santes 5306a00190 tinycrypt: Rename current tests to avoid confusions with new algorithms
Rename test_ctr to test_ctr_mode to avoid confusions with any CTR-based
algorithm. For example, currently TinyCrypt v0.2.0 supports the
CTR PRNG algorithm.

Rename test_prng to test_hmac_prng to avoid confusions with the test
case for the CTR PRNG algorithm or any test-case related to PRNGs.

Rename test_cbc to test_cbc_mode. TinyCrypt test case for CBC mode is
"test_cbc_mode.c", so it makes sense to keep the same name for the
directory.

Furthermore, README files are also updated to reflect the previous
described changes.

Change-Id: If0af4dcffe8917a7c29608231d3954b73dff5e10
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-09-15 10:34:05 +00:00
..
benchmark boards: ia32_pci is long gone, use galileo instead 2016-09-12 12:28:46 +00:00
bluetooth Bluetooth: tester: Add L2CAP init method 2016-09-07 09:08:47 +00:00
compliance testcases: sample static testcase to run checkpatch on the source 2016-06-14 23:49:57 +00:00
crypto tinycrypt: Rename current tests to avoid confusions with new algorithms 2016-09-15 10:34:05 +00:00
drivers samples: move pci tests to tests/ 2016-09-12 12:26:06 +00:00
filesystem/fat_fs tests: move test code from samples to tests 2016-09-14 15:34:17 +00:00
include tests: Allow tc_util to use printf when requested 2016-06-29 05:19:26 +00:00
kernel unified/tests: tag working some tests kernel as 'unified_capable' 2016-09-13 17:12:55 -04:00
net tests: Add simple CoAP tests 2016-09-12 12:25:24 +00:00
defaults.tc testcases: introduce defaults to build/deploy/evaluate 2016-07-23 18:31:18 +00:00