aboutsummaryrefslogtreecommitdiff
path: root/tests/scripts/mbedtls_test.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-27Remove on-target testingGilles Peskine1-382/+0
2020-12-10mbedtls_test.py: Tell mypy to ignore mbed_host_testsGilles Peskine1-1/+1
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti1-3/+1
2020-04-11Pylint: minor code simplificationsGilles Peskine1-1/+1
2020-04-11mbedtls_test.py: drop compatibility with Python 2Gilles Peskine1-1/+3
2019-12-20Fix some pylint warningsDarryl Green1-1/+4
2019-07-02Fix parsing issue when int parameter is in base 16Ron Eldor1-1/+2
2019-06-25Make the script portable to both pythonsRon Eldor1-2/+2
2019-06-25Update the test encoding to support python3Ron Eldor1-15/+11
2019-06-25update the test scriptRon Eldor1-9/+12
2019-02-27Silence pylintGilles Peskine1-1/+2
2019-01-30Merge remote-tracking branch 'origin/pr/2207' into developmentJaeden Amero1-5/+4
2019-01-30Merge remote-tracking branch 'origin/pr/2191' into developmentJaeden Amero1-1/+4
2018-11-27Fix parsing error of test dataRon Eldor1-5/+4
2018-11-21Set result to False on FailureRon Eldor1-1/+4
2018-11-05Change data file suffix for ottRon Eldor1-1/+1
2018-08-06Fix Pylint errors in Python scriptsMohammad Azim Khan1-1/+1
2018-08-06Replaced escaped_split() logic with regexAzim Khan1-12/+4
2018-08-06Incorporated code revoew comments.Azim Khan1-10/+11
2018-08-06Fix style errors reported by pylintAzim Khan1-89/+98
2018-08-06Improve documentation in mbedtls_test.pyAzim Khan1-22/+44
2018-08-06Replace asserts with exceptions in mbedtls_test.pyAzim Khan1-4/+14
2018-08-06Give execute permissions to Python scriptsMohammad Azim Khan1-0/+0
2018-08-06Rename generate_code.py -> generate_test_code.pyMohammad Azim Khan1-1/+1
2018-08-06Add missing documentation and fix file doc stringsAzim Khan1-34/+76
2018-08-06Incorporated code review commentsMohammad Azim Khan1-11/+15
2018-08-06Incorporate code review suggestions in mbedtls_test.pyAzim Khan1-33/+56
2018-08-06Add support for sending hex parametersAzim Khan1-0/+29
2018-08-06Print Greentea __testcase_name indicator for Greentea to mark the testAzim Khan1-0/+1
2018-08-06On target test host test scriptMohammad Azim Khan1-0/+243