Skip to content

Commit 0e1b7f7

Browse files
committed
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.
1 parent d3a3d6a commit 0e1b7f7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/scripts/generate_test_code.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@
2424
framework. This doc string contains a summary of the framework
2525
and explains the function of this script.
2626
27-
Mbed TLS test suites:
27+
Mbed Crypto test suites:
2828
=====================
2929
Scope:
3030
------
31-
The test suites focus on unit testing the crypto primitives and also
32-
include x509 parser tests. Tests can be added to test any Mbed TLS
33-
module. However, the framework is not capable of testing SSL
34-
protocol, since that requires full stack execution and that is best
35-
tested as part of the system test.
31+
The test suites focus on unit testing the crypto primitives. Tests can be added
32+
to test any Mbed Crypto module.
3633
3734
Test case definition:
3835
---------------------

0 commit comments

Comments
 (0)