Skip to content

Commit f652a41

Browse files
committed
ci: Add keyword-detection ML Model update nightly test
Add a new nightly test to verify the ML model OTA update, this is done for Keyword-Detection application compiled with GNU toolchain only as this is the currently supported combination. This nightly test runs on all the Corstone platforms. Signed-off-by: Ahmed Ismail <[email protected]>
1 parent 83c9538 commit f652a41

18 files changed

+295
-41
lines changed

.gitlab-ci.yml

Lines changed: 164 additions & 14 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Waiting for provisioning bundle
2+
Running provisioning bundle
3+
Secure Component (ID 0) version=2.1.0
4+
Non-Secure Component (ID 1) version=0.0.10
5+
ML Model Component (ID 2) version=0.0.11
6+
Starting bootloader
7+
Booting TF-M v2.1.0
8+
PSA Framework version is: 257
9+
Secure Component (ID 0) version=2.1.0
10+
Non-Secure Component (ID 1) version=0.0.10
11+
ML Model Component (ID 2) version=0.0.42
12+
ML interface initialised
13+
ML_HEARD_ON
14+
ML UNKNOWN
15+
ML_HEARD_OFF
16+
ML UNKNOWN
17+
ML_HEARD_GO
18+
ML UNKNOWN

applications/keyword_detection/tests/corstone300_pass_output.log

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Waiting for provisioning bundle
22
Running provisioning bundle
3-
Application version from appFirmwareVersion 0.0.10
3+
Secure Component (ID 0) version=2.1.0
4+
Non-Secure Component (ID 1) version=0.0.10
45
Starting bootloader
56
Booting TF-M v2.1.0
67
PSA Framework version is: 257
7-
Application version from appFirmwareVersion 0.0.20
8+
Secure Component (ID 0) version=2.1.0
9+
Non-Secure Component (ID 1) version=0.0.20
810
ML interface initialised
911
ML_HEARD_ON
1012
ML UNKNOWN
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Waiting for provisioning bundle
2+
Running provisioning bundle
3+
Secure Component (ID 0) version=2.1.0
4+
Non-Secure Component (ID 1) version=0.0.10
5+
ML Model Component (ID 2) version=0.0.11
6+
Starting bootloader
7+
Booting TF-M v2.1.0
8+
PSA Framework version is: 257
9+
Secure Component (ID 0) version=2.1.0
10+
Non-Secure Component (ID 1) version=0.0.10
11+
ML Model Component (ID 2) version=0.0.42
12+
ML interface initialised
13+
ML_HEARD_ON
14+
ML UNKNOWN
15+
ML_HEARD_OFF
16+
ML UNKNOWN
17+
ML_HEARD_GO
18+
ML UNKNOWN

applications/keyword_detection/tests/corstone310_pass_output.log

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Waiting for provisioning bundle
22
Running provisioning bundle
3-
Application version from appFirmwareVersion 0.0.10
3+
Secure Component (ID 0) version=2.1.0
4+
Non-Secure Component (ID 1) version=0.0.10
45
Starting bootloader
56
Booting TF-M v2.1.0
67
PSA Framework version is: 257
7-
Application version from appFirmwareVersion 0.0.20
8+
Secure Component (ID 0) version=2.1.0
9+
Non-Secure Component (ID 1) version=0.0.20
810
ML interface initialised
911
ML_HEARD_ON
1012
ML UNKNOWN
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Waiting for DM provisioning bundle
2+
Running DM provisioning bundle
3+
Secure Component (ID 0) version=2.1.0
4+
Non-Secure Component (ID 1) version=0.0.10
5+
ML Model Component (ID 2) version=0.0.11
6+
Starting bootloader
7+
Booting TF-M v2.1.0
8+
PSA Framework version is: 257
9+
Secure Component (ID 0) version=2.1.0
10+
Non-Secure Component (ID 1) version=0.0.10
11+
ML Model Component (ID 2) version=0.0.42
12+
ML interface initialised
13+
ML_HEARD_ON
14+
ML UNKNOWN
15+
ML_HEARD_OFF
16+
ML UNKNOWN
17+
ML_HEARD_GO
18+
ML UNKNOWN

applications/keyword_detection/tests/corstone315_pass_output.log

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Waiting for DM provisioning bundle
22
Running DM provisioning bundle
3-
Application version from appFirmwareVersion 0.0.10
3+
Secure Component (ID 0) version=2.1.0
4+
Non-Secure Component (ID 1) version=0.0.10
45
Starting bootloader
56
Booting TF-M v2.1.0
67
PSA Framework version is: 257
7-
Application version from appFirmwareVersion 0.0.20
8+
Secure Component (ID 0) version=2.1.0
9+
Non-Secure Component (ID 1) version=0.0.20
810
ML interface initialised
911
ML_HEARD_ON
1012
ML UNKNOWN
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Waiting for DM provisioning bundle
2+
Running DM provisioning bundle
3+
Secure Component (ID 0) version=2.1.0
4+
Non-Secure Component (ID 1) version=0.0.10
5+
ML Model Component (ID 2) version=0.0.11
6+
Starting bootloader
7+
Booting TF-M v2.1.0
8+
PSA Framework version is: 257
9+
Secure Component (ID 0) version=2.1.0
10+
Non-Secure Component (ID 1) version=0.0.10
11+
ML Model Component (ID 2) version=0.0.42
12+
ML interface initialised
13+
ML_HEARD_ON
14+
ML UNKNOWN
15+
ML_HEARD_OFF
16+
ML UNKNOWN
17+
ML_HEARD_GO
18+
ML UNKNOWN

applications/keyword_detection/tests/corstone320_pass_output.log

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Waiting for DM provisioning bundle
22
Running DM provisioning bundle
3-
Application version from appFirmwareVersion 0.0.10
3+
Secure Component (ID 0) version=2.1.0
4+
Non-Secure Component (ID 1) version=0.0.10
45
Starting bootloader
56
Booting TF-M v2.1.0
67
PSA Framework version is: 257
7-
Application version from appFirmwareVersion 0.0.20
8+
Secure Component (ID 0) version=2.1.0
9+
Non-Secure Component (ID 1) version=0.0.20
810
ML interface initialised
911
ML_HEARD_ON
1012
ML UNKNOWN
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Waiting for provisioning bundle
22
Running provisioning bundle
3-
Application version from appFirmwareVersion 0.0.10
3+
Secure Component (ID 0) version=2.1.0
4+
Non-Secure Component (ID 1) version=0.0.10
45
Starting bootloader
56
Booting TF-M v2.1.0
67
PSA Framework version is: 257
7-
Application version from appFirmwareVersion 0.0.20
8+
Secure Component (ID 0) version=2.1.0
9+
Non-Secure Component (ID 1) version=0.0.20
810
Complete recognition: Detected faces: 2
911
Complete recognition: Detected faces: 2
1012
Complete recognition: Detected faces: 2

0 commit comments

Comments
 (0)