Add stubs for unsupported PSA Crypto API client operations
The psa-api-test/crypto deployment (formally called ts-arch-test)
is modified to use PSA API client methods instead of MbedTLS
directly. This change is the first step to adding missing
operations that the PSA arch tests exercise.
Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: I6179c389d3176e649290e373ddfa9d9f8974770c
diff --git a/tools/b-test/test_data.yaml b/tools/b-test/test_data.yaml
index adfd233..1abfeb7 100644
--- a/tools/b-test/test_data.yaml
+++ b/tools/b-test/test_data.yaml
@@ -37,18 +37,18 @@
- "-GUnix Makefiles"
- "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- "-DCMAKE_VERBOSE_MAKEFILE=y"
- - name: "ts-arch-test-crypto-pc-linux"
- src: "$TS_ROOT/deployments/ts-arch-test/crypto/linux-pc"
+ - name: "psa-api-test-crypto-pc-linux"
+ src: "$TS_ROOT/deployments/psa-api-test/crypto/linux-pc"
os_id : "GNU/Linux"
params:
- "-GUnix Makefiles"
- - name: "ts-arch-test-crypto-arm-linux"
- src: "$TS_ROOT/deployments/ts-arch-test/crypto/arm-linux"
+ - name: "psa-api-test-crypto-arm-linux"
+ src: "$TS_ROOT/deployments/psa-api-test/crypto/arm-linux"
os_id : "GNU/Linux"
params:
- "-GUnix Makefiles"
- - name: "ts-arch-test-initial_attestation-pc-linux"
- src: "$TS_ROOT/deployments/ts-arch-test/initial_attestation/linux-pc"
+ - name: "psa-api-test-initial_attestation-pc-linux"
+ src: "$TS_ROOT/deployments/psa-api-test/initial_attestation/linux-pc"
os_id : "GNU/Linux"
params:
- "-GUnix Makefiles"