summaryrefslogtreecommitdiffstats
path: root/images/user/test-simulation.puml
blob: 7c6cfe468beae3391fbb60bc2d0df726c793f73f (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
'
' Tester Simulation.
'
' 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 simulator

 source --> EXE: build
 EXE --> [rtems-test]: command line
 TESTER --> simulator
 simulator --> TESTER: stdout
 TESTER -> results

@enduml