]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/ltp-ddt.git/commit
Crypto wrapper and test changes
authorAparna Balasubramanian <aparnab@ti.com>
Mon, 11 Nov 2013 19:45:16 +0000 (13:45 -0600)
committerYan Liu <yan-liu@ti.com>
Mon, 11 Nov 2013 22:31:52 +0000 (17:31 -0500)
commit3313dde6588f0dbe7e1b7107a0522ac96c8ac142
treeb4250e270fb8dc05ab7c9fd954f9c0967709bff4
parentef6bbe036a00908d174f6d70dc994bdd617d8ab9
Crypto wrapper and test changes

Includes:
1) Splitting up of crypto tests into different files to take care
of supported crypto mode in requires

2) Adding appropriate supported crypto modes to individual platform
files so that only supported modes for each platform are imported into
testlink.

3) Removing cryptos from omap5-evm platform file since no hardware crypto
mode is supported on that platform.

4) Modifying crypto wrapper to take care of additional errors which can
be ignored.

5) Removing crypto in runtest/ddt since test cases are now split
into separate files as in 1) above.

Tested on am335x-evm and dra7xx-evm.

Signed-off-by: Aparna Balasubramanian <aparnab@ti.com>
Signed-off-by: Yan Liu <yan-liu@ti.com>
14 files changed:
platforms/am335x-evm
platforms/am335x-sk
platforms/beaglebone
platforms/beaglebone-black
platforms/dra7xx-evm
platforms/omap5-evm
runtest/ddt/crypto [deleted file]
runtest/ddt/crypto_3des [new file with mode: 0755]
runtest/ddt/crypto_aes [new file with mode: 0755]
runtest/ddt/crypto_des [new file with mode: 0755]
runtest/ddt/crypto_md5 [new file with mode: 0755]
runtest/ddt/crypto_sha1 [new file with mode: 0755]
runtest/ddt/crypto_sha256 [new file with mode: 0755]
testcases/ddt/scripts/crypto/crypto_test.sh