From 84a63fad5b7f8993e197a3ed94146cc7713436f2 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 26 Feb 2020 18:25:12 +0100 Subject: [PATCH] Revert "tests: Update generator with Mbed Crypto comments" This reverts commit dfcf84aea5413ef7c8bc1f30a972ba4ab04bc22b. --- tests/scripts/generate_test_code.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tests/scripts/generate_test_code.py b/tests/scripts/generate_test_code.py index 3a25a8433..1fff09992 100755 --- a/tests/scripts/generate_test_code.py +++ b/tests/scripts/generate_test_code.py @@ -24,12 +24,15 @@ understanding the script it is important to understand the framework. This doc string contains a summary of the framework and explains the function of this script. -Mbed Crypto test suites: -======================== +Mbed TLS test suites: +===================== Scope: ------ -The test suites focus on unit testing the crypto primitives. Tests can be added -to test any Mbed Crypto module. +The test suites focus on unit testing the crypto primitives and also +include x509 parser tests. Tests can be added to test any Mbed TLS +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: ---------------------