summaryrefslogtreecommitdiffstats
path: root/images/user/test-tftp.puml
blob: 9e2f23453b0c787638de6d9f31e44f60b41d6ed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
'
' Tester Hardware using TFTP network downloading.
'
' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
' All rights reserved.
'
@startuml

 !define TESTER [rtems-test]

 artifact source
 card EXE
 agent TESTER
 storage results

 agent ser2net

 card console
 node target

 source --> EXE: build
 EXE --> [rtems-test]: command line
 TESTER =down=> target: TFTP\nprotocol
 TESTER <=down=> ser2net: telnet
 console <=down=> target: UART
 ser2net <==> console: USB
 TESTER -> results

@enduml