Gyorgy Szing | ba1095c | 2020-11-24 00:33:11 +0100 | [diff] [blame] | 1 | # |
Julian Hall | caa4af8 | 2021-05-19 12:02:36 +0100 | [diff] [blame] | 2 | # Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. |
Gyorgy Szing | ba1095c | 2020-11-24 00:33:11 +0100 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | $schema: ./test_data.schema.json, |
| 8 | data: |
Gyorgy Szing | b164e39 | 2021-09-04 01:51:57 +0200 | [diff] [blame^] | 9 | - name: "attestation-optee-arm" |
| 10 | src: "$TS_ROOT/deployments/attestation/opteesp" |
| 11 | params: |
| 12 | - "-GUnix Makefiles" |
| 13 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
| 14 | - name: "component-test-arm-linux" |
| 15 | src: "$TS_ROOT/deployments/component-test/arm-linux" |
| 16 | os_id : "GNU/Linux" |
| 17 | params: |
| 18 | - "-GUnix Makefiles" |
| 19 | - name: "component-test-pc-linux" |
| 20 | os_id : "GNU/Linux" |
| 21 | src: "$TS_ROOT/deployments/component-test/linux-pc" |
| 22 | params: |
| 23 | - "-GUnix Makefiles" |
| 24 | - name: "crypto-optee-arm" |
| 25 | src: "$TS_ROOT/deployments/crypto/opteesp" |
| 26 | params: |
| 27 | - "-GUnix Makefiles" |
| 28 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
Gyorgy Szing | fc72221 | 2021-09-04 01:49:10 +0200 | [diff] [blame] | 29 | - name: "env-test-optee-arm" |
| 30 | src: "$TS_ROOT/deployments/env-test/opteesp" |
| 31 | params: |
Gyorgy Szing | b164e39 | 2021-09-04 01:51:57 +0200 | [diff] [blame^] | 32 | - "-GUnix Makefiles" |
| 33 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
| 34 | - name: "internal-trusted-storage-optee-arm" |
| 35 | src: "$TS_ROOT/deployments/internal-trusted-storage/opteesp" |
Gyorgy Szing | ba1095c | 2020-11-24 00:33:11 +0100 | [diff] [blame] | 36 | params: |
| 37 | - "-GUnix Makefiles" |
| 38 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
Gyorgy Szing | b164e39 | 2021-09-04 01:51:57 +0200 | [diff] [blame^] | 39 | - "-DCMAKE_VERBOSE_MAKEFILE=y" |
Imre Kis | d4ed659 | 2021-01-14 21:10:51 +0100 | [diff] [blame] | 40 | - name: "libsp-linux-pc" |
| 41 | src: "$TS_ROOT/deployments/libsp/linux-pc" |
| 42 | os_id : "GNU/Linux" |
| 43 | params: |
| 44 | - "-GUnix Makefiles" |
Gyorgy Szing | b164e39 | 2021-09-04 01:51:57 +0200 | [diff] [blame^] | 45 | - name: "libsp-optee-arm" |
| 46 | src: "$TS_ROOT/deployments/libsp/opteesp" |
| 47 | params: |
| 48 | - "-GUnix Makefiles" |
| 49 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
Julian Hall | b1d5d5f | 2020-11-23 18:23:48 +0100 | [diff] [blame] | 50 | - name: "libts-arm-linux" |
| 51 | src: "$TS_ROOT/deployments/libts/arm-linux" |
| 52 | os_id : "GNU/Linux" |
| 53 | params: |
| 54 | - "-GUnix Makefiles" |
Julian Hall | b1d5d5f | 2020-11-23 18:23:48 +0100 | [diff] [blame] | 55 | - name: "libts-pc-linux" |
| 56 | src: "$TS_ROOT/deployments/libts/linux-pc" |
| 57 | os_id : "GNU/Linux" |
| 58 | params: |
| 59 | - "-GUnix Makefiles" |
Gyorgy Szing | b164e39 | 2021-09-04 01:51:57 +0200 | [diff] [blame^] | 60 | - name: "platform-inspect-arm-linux" |
| 61 | src: "$TS_ROOT/deployments/platform-inspect/arm-linux" |
| 62 | os_id : "GNU/Linux" |
| 63 | params: |
| 64 | - "-GUnix Makefiles" |
| 65 | - name: "platform-inspect-pc-linux" |
| 66 | src: "$TS_ROOT/deployments/platform-inspect/linux-pc" |
| 67 | os_id : "GNU/Linux" |
| 68 | params: |
| 69 | - "-GUnix Makefiles" |
julhal01 | 3a4207d | 2021-03-08 13:32:08 +0000 | [diff] [blame] | 70 | - name: "protected-storage-optee-arm" |
| 71 | src: "$TS_ROOT/deployments/protected-storage/opteesp" |
Balint Dobszay | 72c3f04 | 2020-11-23 18:23:57 +0100 | [diff] [blame] | 72 | params: |
| 73 | - "-GUnix Makefiles" |
| 74 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
| 75 | - "-DCMAKE_VERBOSE_MAKEFILE=y" |
Julian Hall | d407138 | 2021-07-07 16:45:53 +0100 | [diff] [blame] | 76 | - name: "psa-api-test-crypto-arm-linux" |
| 77 | src: "$TS_ROOT/deployments/psa-api-test/crypto/arm-linux" |
Julian Hall | dd29622 | 2021-05-27 15:31:32 +0100 | [diff] [blame] | 78 | os_id : "GNU/Linux" |
| 79 | params: |
| 80 | - "-GUnix Makefiles" |
Gyorgy Szing | b164e39 | 2021-09-04 01:51:57 +0200 | [diff] [blame^] | 81 | - name: "psa-api-test-crypto-pc-linux" |
| 82 | src: "$TS_ROOT/deployments/psa-api-test/crypto/linux-pc" |
Julian Hall | dd29622 | 2021-05-27 15:31:32 +0100 | [diff] [blame] | 83 | os_id : "GNU/Linux" |
| 84 | params: |
| 85 | - "-GUnix Makefiles" |
Julian Hall | b7db580 | 2021-07-26 16:20:40 +0100 | [diff] [blame] | 86 | - name: "psa-api-test-initial_attestation-arm-linux" |
| 87 | src: "$TS_ROOT/deployments/psa-api-test/initial_attestation/arm-linux" |
| 88 | os_id : "GNU/Linux" |
| 89 | params: |
| 90 | - "-GUnix Makefiles" |
Gyorgy Szing | b164e39 | 2021-09-04 01:51:57 +0200 | [diff] [blame^] | 91 | - name: "psa-api-test-initial_attestation-pc-linux" |
| 92 | src: "$TS_ROOT/deployments/psa-api-test/initial_attestation/linux-pc" |
Julian Hall | b57aa0d | 2021-07-13 10:34:59 +0100 | [diff] [blame] | 93 | os_id : "GNU/Linux" |
| 94 | params: |
| 95 | - "-GUnix Makefiles" |
Gyorgy Szing | b164e39 | 2021-09-04 01:51:57 +0200 | [diff] [blame^] | 96 | - name: "psa-api-test-internal_trusted_storage-arm-linux" |
| 97 | src: "$TS_ROOT/deployments/psa-api-test/internal_trusted_storage/arm-linux" |
Julian Hall | b57aa0d | 2021-07-13 10:34:59 +0100 | [diff] [blame] | 98 | os_id : "GNU/Linux" |
| 99 | params: |
| 100 | - "-GUnix Makefiles" |
| 101 | - name: "psa-api-test-internal_trusted_storage-pc-linux" |
| 102 | src: "$TS_ROOT/deployments/psa-api-test/internal_trusted_storage/linux-pc" |
| 103 | os_id : "GNU/Linux" |
| 104 | params: |
| 105 | - "-GUnix Makefiles" |
Gyorgy Szing | b164e39 | 2021-09-04 01:51:57 +0200 | [diff] [blame^] | 106 | - name: "psa-api-test-protected_storage-arm-linux" |
| 107 | src: "$TS_ROOT/deployments/psa-api-test/protected_storage/arm-linux" |
| 108 | os_id : "GNU/Linux" |
| 109 | params: |
| 110 | - "-GUnix Makefiles" |
| 111 | - name: "psa-api-test-protected_storage-pc-linux" |
| 112 | src: "$TS_ROOT/deployments/psa-api-test/protected_storage/linux-pc" |
Julian Hall | b57aa0d | 2021-07-13 10:34:59 +0100 | [diff] [blame] | 113 | os_id : "GNU/Linux" |
| 114 | params: |
| 115 | - "-GUnix Makefiles" |
Julian Hall | 527ddd5 | 2021-06-28 11:57:17 +0100 | [diff] [blame] | 116 | - name: "se-proxy-optee-arm" |
| 117 | src: "$TS_ROOT/deployments/se-proxy/opteesp" |
| 118 | params: |
| 119 | - "-GUnix Makefiles" |
| 120 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
Balint Dobszay | 72c3f04 | 2020-11-23 18:23:57 +0100 | [diff] [blame] | 121 | - name: "sfs-demo-optee-arm" |
| 122 | src: "$TS_ROOT/deployments/sfs-demo/opteesp" |
| 123 | params: |
| 124 | - "-GUnix Makefiles" |
| 125 | - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR" |
Julian Hall | eff4b28 | 2020-11-23 18:24:12 +0100 | [diff] [blame] | 126 | - name: "ts-demo-arm-linux" |
| 127 | src: "$TS_ROOT/deployments/ts-demo/arm-linux" |
| 128 | os_id : "GNU/Linux" |
| 129 | params: |
| 130 | - "-GUnix Makefiles" |
| 131 | - name: "ts-demo-pc-linux" |
| 132 | src: "$TS_ROOT/deployments/ts-demo/linux-pc" |
| 133 | os_id : "GNU/Linux" |
| 134 | params: |
| 135 | - "-GUnix Makefiles" |
Gyorgy Szing | fc72221 | 2021-09-04 01:49:10 +0200 | [diff] [blame] | 136 | - name: "ts-remote-test-arm-linux" |
| 137 | src: "$TS_ROOT/deployments/ts-remote-test/arm-linux" |
| 138 | os_id : "GNU/Linux" |
| 139 | params: |
| 140 | - "-GUnix Makefiles" |
| 141 | - name: "ts-remote-test-pc-linux" |
| 142 | src: "$TS_ROOT/deployments/ts-remote-test/linux-pc" |
| 143 | os_id : "GNU/Linux" |
| 144 | params: |
| 145 | - "-GUnix Makefiles" |
Julian Hall | eff4b28 | 2020-11-23 18:24:12 +0100 | [diff] [blame] | 146 | - name: "ts-service-test-arm-linux" |
| 147 | src: "$TS_ROOT/deployments/ts-service-test/arm-linux" |
| 148 | os_id : "GNU/Linux" |
| 149 | params: |
| 150 | - "-GUnix Makefiles" |
| 151 | - name: "ts-service-test-pc-linux" |
| 152 | src: "$TS_ROOT/deployments/ts-service-test/linux-pc" |
| 153 | os_id : "GNU/Linux" |
| 154 | params: |
| 155 | - "-GUnix Makefiles" |