Skip to content

Commit 1b4f574

Browse files
committed
Update UART log for the CI
1 parent e7c74df commit 1b4f574

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

test/log.txt

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
2-
***** uVisor secure number store example *****
3-
vault : Only client_a can write into the vault
4-
vault : All clients can read the vault
5-
client_b: Attempt to write 0xFFFFFED4 (denied)
6-
client_a: Attempt to read : 0x00000000 (granted)
7-
client_a: Attempt to write 0xFFFFFE0C (granted)
8-
public : Attempt to read : 0xFFFFFE0C (granted)
9-
public : Attempt to write 0x00000019 (denied)
10-
client_b: Attempt to read : 0xFFFFFE0C (granted)
11-
client_a: Attempt to read : 0xFFFFFE0C (granted)
12-
client_a: Attempt to write 0xFFFFFC18 (granted)
13-
public : Attempt to read : 0xFFFFFC18 (granted)
1+
2+
***** uVisor secure number store example *****
3+
vault : Only client_a can write into the vault
4+
vault : All clients can read the vault
5+
public : Attempt to read : 0x00000000 (granted)
6+
public : Attempt to write 0x00000019 (denied)
7+
client_a: Attempt to read : 0x00000000 (granted)
8+
client_a: Attempt to write 0xFFFFFE0C (granted)
9+
client_b: Attempt to write 0xFFFFFED4 (denied)
10+
public : Attempt to read : 0xFFFFFE0C (granted)
11+
client_b: Attempt to read : 0xFFFFFE0C (granted)
12+
public : Attempt to write 0xFFFFFE89 (denied)

0 commit comments

Comments
 (0)