summaryrefslogtreecommitdiffstats
path: root/docs/networking/test.yml
blob: 37092ab24535e5ea9f890bea81c4a16a188564d1 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
diagram_id: 69
finite_state_machine_id: 23
name: diagram
states:
- id: 1
  label: Disabled
  x: 895
  y: 344
- id: 4
  label: Loading
  x: 524
  y: 710
- id: 5
  label: Ready
  x: 722
  y: 509
- id: 6
  label: Reporting
  x: 926
  y: 721
- id: 3
  label: Running
  x: 720
  y: 922
- id: 2
  label: Start
  x: 702
  y: 186
transitions:
- from_state: Disabled
  label: onEnableTest
  to_state: Ready
- from_state: Loading
  label: start
  to_state: Running
- from_state: Ready
  label: onDisableTest
  to_state: Disabled
- from_state: Ready
  label: start
  to_state: Loading
- from_state: Reporting
  label: start
  to_state: Loading
- from_state: Running
  label: onTestCompleted
  to_state: Reporting
- from_state: Start
  label: start
  to_state: Disabled