Skip to content

Commit

Permalink
Update UART log for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroA committed Jun 13, 2017
1 parent 0b54fbb commit 051d8f6
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions test/log.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@

***** uVisor secure number store example *****
vault : Only client_a can write into the vault
vault : All clients can read the vault
client_b: Attempt to write 0xFFFFFED4 (denied)
client_a: Attempt to read : 0x00000000 (granted)
client_a: Attempt to write 0xFFFFFE0C (granted)
public : Attempt to read : 0xFFFFFE0C (granted)
public : Attempt to write 0x00000019 (denied)
client_b: Attempt to read : 0xFFFFFE0C (granted)
client_a: Attempt to read : 0xFFFFFE0C (granted)
client_a: Attempt to write 0xFFFFFC18 (granted)
public : Attempt to read : 0xFFFFFC18 (granted)

***** uVisor secure number store example *****
vault : Only client_a can write into the vault
vault : All clients can read the vault
public : Attempt to read : 0x00000000 (granted)
public : Attempt to write 0x00000019 (denied)
client_a: Attempt to read : 0x00000000 (granted)
client_a: Attempt to write 0xFFFFFE0C (granted)
client_b: Attempt to write 0xFFFFFED4 (denied)
public : Attempt to read : 0xFFFFFE0C (granted)
client_b: Attempt to read : 0xFFFFFE0C (granted)
public : Attempt to write 0xFFFFFE89 (denied)

0 comments on commit 051d8f6

Please sign in to comment.