aboutsummaryrefslogtreecommitdiff
path: root/manual/se/mbedtls-internal.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/se/mbedtls-internal.yaml')
-rw-r--r--manual/se/mbedtls-internal.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/manual/se/mbedtls-internal.yaml b/manual/se/mbedtls-internal.yaml
new file mode 100644
index 0000000..6e00b71
--- /dev/null
+++ b/manual/se/mbedtls-internal.yaml
@@ -0,0 +1,36 @@
+metadata:
+ name: mbedtls-internal
+ format: "Manual Test Definition 1.0"
+ description: "Run the internal mbedtls test suite"
+ maintainer:
+ - ryan.harkin@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - lces2
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "You may need to rebase to the latest se/mbedtls-2.16 branch"
+ - " "
+ - "git clone ssh://git@dev-private-git.linaro.org/schneider/mbedtls.git -b rmh-2.16.8"
+ - "git log --oneline -1"
+ - "e3f460832 2020-03-10 enable trustm"
+ - " "
+ - "scp -r ryan@192.168.1.11:/linaro/schneider/g.l.o/mbedtls ."
+ - "cd mbedtls"
+ - "mkdir build"
+ - "cd build"
+ - "cmake -DUSE_SHARED_MBEDTLS_LIBRARY=ON -DENABLE_PROGRAMS=ON -DENABLE_TESTING=ON -DENABLE_HW_TRUSTM_SUPPORT=ON -Wno-dev CMAKE_BUILD_TYPE=CheckFull .."
+ - "make"
+ - "make test"
+
+ expected:
+ - "# Expect all tests to pass, except for these failures:"
+ - "63/73 Test #63: pkwrite-suite ....................***Failed 0.36 sec"
+ - "73/73 Test #73: x509write-suite ..................***Failed 30.52 sec"
+