From 8b67c9135cb78abc394d43e449ccc6387c73f014 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 20 May 2018 08:32:42 +1200 Subject: user: Add RTEMS executable and test documentation. --- images/user/test-tftp-seq-1.puml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 images/user/test-tftp-seq-1.puml (limited to 'images/user/test-tftp-seq-1.puml') diff --git a/images/user/test-tftp-seq-1.puml b/images/user/test-tftp-seq-1.puml new file mode 100644 index 0000000..e3397a6 --- /dev/null +++ b/images/user/test-tftp-seq-1.puml @@ -0,0 +1,35 @@ +' +' Tester TFTP Sequence 1: +' +' Pass and Fail +' +' Copyright (c) 2018 Chris Johns +' All rights reserved. +' +@startuml + + participant Start + participant Reset + participant UBoot + participant TFTP + participant Test + participant Finish + + note right of Start: target_on_command run before the first test + + Start --> UBoot: tester running, target has reset + activate UBoot + Start -->> Reset: target_on_command + activate Reset + Reset --> UBoot: target power on + deactivate Reset + UBoot --> TFTP: download + deactivate UBoot + activate TFTP + TFTP --> Test: execute + deactivate TFTP + activate Test + Test --> Finish: test pass or fail? + deactivate TFTP + +@enduml -- cgit v1.2.3