source: rtems-docs/images/user/test-tftp-seq-1.puml @ 8b67c91

5
Last change on this file since 8b67c91 was 8b67c91, checked in by Chris Johns <chrisj@…>, on 05/19/18 at 20:32:42

user: Add RTEMS executable and test documentation.

  • Property mode set to 100644
File size: 668 bytes
Line 
1'
2' Tester TFTP Sequence 1:
3'
4'  Pass and Fail
5'
6' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
7' All rights reserved.
8'
9@startuml
10
11 participant Start
12 participant Reset
13 participant UBoot
14 participant TFTP
15 participant Test
16 participant Finish
17
18 note right of Start: target_on_command run before the first test
19
20 Start --> UBoot: tester running, target has reset
21 activate UBoot
22 Start -->> Reset: target_on_command
23 activate Reset
24 Reset --> UBoot: target power on
25 deactivate Reset
26 UBoot --> TFTP: download
27 deactivate UBoot
28 activate TFTP
29 TFTP --> Test: execute
30 deactivate TFTP
31 activate Test
32 Test --> Finish: test pass or fail?
33 deactivate TFTP
34
35@enduml
Note: See TracBrowser for help on using the repository browser.