mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-27 00:01:01 +03:00
tests: Update generator with Mbed Crypto comments
Update comments in the top of the test code generator script with the name of the parent project.
This commit is contained in:
@ -24,15 +24,12 @@ understanding the script it is important to understand the
|
|||||||
framework. This doc string contains a summary of the framework
|
framework. This doc string contains a summary of the framework
|
||||||
and explains the function of this script.
|
and explains the function of this script.
|
||||||
|
|
||||||
Mbed TLS test suites:
|
Mbed Crypto test suites:
|
||||||
=====================
|
========================
|
||||||
Scope:
|
Scope:
|
||||||
------
|
------
|
||||||
The test suites focus on unit testing the crypto primitives and also
|
The test suites focus on unit testing the crypto primitives. Tests can be added
|
||||||
include x509 parser tests. Tests can be added to test any Mbed TLS
|
to test any Mbed Crypto module.
|
||||||
module. However, the framework is not capable of testing SSL
|
|
||||||
protocol, since that requires full stack execution and that is best
|
|
||||||
tested as part of the system test.
|
|
||||||
|
|
||||||
Test case definition:
|
Test case definition:
|
||||||
---------------------
|
---------------------
|
||||||
|
Reference in New Issue
Block a user