|
31 | 31 |
|
32 | 32 |
|
33 | 33 | .. Positive Test: Child requirement QM. Parent requirement has the correct related safety level. Parent requirement is `QM`. |
34 | | -#EXPECT-NOT: feat_req__child__1: parent need `feat_req__parent__QM` does not fulfill condition `safety == QM`. |
| 34 | +#EXPECT-NOT: feat_req__child__1: Parent need `feat_req__parent__QM` does not fulfill condition `safety == QM`. Explanation: An ASIL requirement must link at least one parent/upstream ASIL requirement for correct decomposition. Please ensure the parent’s safety level is QM and its status is valid. |
35 | 35 |
|
36 | 36 | .. feat_req:: Child requirement 1 |
37 | 37 | :id: feat_req__child__1 |
38 | 38 | :safety: QM |
39 | 39 | :satisfies: feat_req__parent__QM |
40 | 40 | :status: valid |
41 | 41 |
|
| 42 | + |
42 | 43 | .. Positive Test: Child requirement ASIL B. Parent requirement has the correct related safety level. Parent requirement is `QM`. |
43 | | -#EXPECT-NOT: feat_req__child__2: parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety == QM`. |
| 44 | +#EXPECT-NOT: feat_req__child__2: Parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety == QM`. Explanation: An ASIL requirement must link at least one parent/upstream ASIL requirement for correct decomposition. Please ensure the parent’s safety level is QM and its status is valid. |
44 | 45 |
|
45 | 46 | .. feat_req:: Child requirement 2 |
46 | 47 | :id: feat_req__child__2 |
|
49 | 50 | :status: valid |
50 | 51 |
|
51 | 52 |
|
| 53 | + |
52 | 54 | .. Negative Test: Child requirement QM. Parent requirement is `ASIL_B`. Child cant fulfill the safety level of the parent. |
53 | | -#EXPECT: feat_req__child__4: parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety == QM`. |
| 55 | +#EXPECT: feat_req__child__3: Parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety == QM`. Explanation: An ASIL requirement must link at least one parent/upstream ASIL requirement for correct decomposition. Please ensure the parent’s safety level is QM and its status is valid. |
54 | 56 |
|
55 | | -.. comp_req:: Child requirement 4 |
56 | | - :id: feat_req__child__4 |
| 57 | +.. comp_req:: Child requirement 3 |
| 58 | + :id: feat_req__child__3 |
57 | 59 | :safety: QM |
58 | 60 | :satisfies: feat_req__parent__ASIL_B |
59 | 61 | :status: valid |
60 | 62 |
|
61 | 63 |
|
62 | 64 |
|
63 | | - |
64 | | - |
65 | 65 | .. Parent requirement does not exist |
66 | | -#EXPECT: feat_req__child__9: Parent need `feat_req__parent0__abcd` not found in needs_dict. |
| 66 | +#EXPECT: feat_req__child__4: Parent need `feat_req__parent0__abcd` not found in needs_dict. |
67 | 67 |
|
68 | | -.. feat_req:: Child requirement 9 |
69 | | - :id: feat_req__child__9 |
| 68 | +.. feat_req:: Child requirement 4 |
| 69 | + :id: feat_req__child__4 |
70 | 70 | :safety: ASIL_B |
71 | 71 | :status: valid |
72 | 72 | :satisfies: feat_req__parent0__abcd |
73 | 73 |
|
74 | 74 |
|
| 75 | + |
75 | 76 | .. Mitigation of Safety Analysis (FMEA and DFA) shall be checked. Mitigation shall have the same or higher safety level than the analysed item. |
76 | 77 | .. Negative Test: Linked to a mitigation that is lower than the safety level of the analysed item. |
77 | | -#EXPECT: feat_saf_dfa__child__10: parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. |
| 78 | +#EXPECT: feat_saf_dfa__child__5: Parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
78 | 79 |
|
79 | | -.. feat_saf_dfa:: Child requirement 10 |
80 | | - :id: feat_saf_dfa__child__10 |
| 80 | +.. feat_saf_dfa:: Child requirement 5 |
| 81 | + :id: feat_saf_dfa__child__5 |
81 | 82 | :safety: ASIL_B |
82 | 83 | :status: valid |
83 | 84 | :mitigated_by: feat_req__parent__QM |
84 | 85 |
|
| 86 | + |
85 | 87 | .. Positive Test: Linked to a mitigation that is equal to the safety level of the analysed item. |
86 | | -#EXPECT-NOT: feat_saf_dfa__child__11: parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. |
| 88 | +#EXPECT-NOT: feat_saf_dfa__child__6: Parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
87 | 89 |
|
88 | | -.. feat_saf_dfa:: Child requirement 11 |
89 | | - :id: feat_saf_dfa__child__11 |
| 90 | +.. feat_saf_dfa:: Child requirement 6 |
| 91 | + :id: feat_saf_dfa__child__6 |
90 | 92 | :safety: ASIL_B |
91 | 93 | :status: valid |
92 | 94 | :mitigated_by: feat_req__parent__ASIL_B |
93 | 95 |
|
94 | 96 |
|
| 97 | + |
95 | 98 | .. Negative Test: Linked to a mitigation that is lower than the safety level of the analysed item. |
96 | | -#EXPECT: comp_saf_dfa__child__13: parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. |
| 99 | +#EXPECT: comp_saf_dfa__child__7: Parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
97 | 100 |
|
98 | | -.. comp_saf_dfa:: Child requirement 13 |
99 | | - :id: comp_saf_dfa__child__13 |
| 101 | +.. comp_saf_dfa:: Child requirement 7 |
| 102 | + :id: comp_saf_dfa__child__7 |
100 | 103 | :safety: ASIL_B |
101 | 104 | :status: valid |
102 | 105 | :mitigated_by: feat_req__parent__QM |
103 | 106 |
|
| 107 | + |
104 | 108 | .. Positive Test: Linked to a mitigation that is equal to the safety level of the analysed item. |
105 | | -#EXPECT-NOT: comp_saf_dfa__child__14: parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. |
| 109 | +#EXPECT-NOT: comp_saf_dfa__child__8: Parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
106 | 110 |
|
107 | | -.. comp_saf_dfa:: Child requirement 14 |
108 | | - :id: comp_saf_dfa__child__14 |
| 111 | +.. comp_saf_dfa:: Child requirement 8 |
| 112 | + :id: comp_saf_dfa__child__8 |
109 | 113 | :safety: ASIL_B |
110 | 114 | :status: valid |
111 | 115 | :mitigated_by: feat_req__parent__ASIL_B |
112 | 116 |
|
113 | 117 |
|
| 118 | + |
114 | 119 | .. Negative Test: Linked to a mitigation that is lower than the safety level of the analysed item. |
115 | | -#EXPECT: feat_saf_dfa__child__16: parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. |
| 120 | +#EXPECT: feat_saf_dfa__child__9: Parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
116 | 121 |
|
117 | | -.. feat_saf_dfa:: Child requirement 16 |
118 | | - :id: feat_saf_dfa__child__16 |
| 122 | +.. feat_saf_dfa:: Child requirement 9 |
| 123 | + :id: feat_saf_dfa__child__9 |
119 | 124 | :safety: ASIL_B |
120 | 125 | :status: valid |
121 | 126 | :mitigated_by: feat_req__parent__QM |
122 | 127 |
|
| 128 | + |
123 | 129 | .. Positive Test: Linked to a mitigation that is equal to the safety level of the analysed item. |
124 | | -#EXPECT-NOT: feat_saf_dfa__child__17: parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. |
| 130 | +#EXPECT-NOT: feat_saf_dfa__child__10: Parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
125 | 131 |
|
126 | | -.. feat_saf_dfa:: Child requirement 17 |
127 | | - :id: feat_saf_dfa__child__17 |
| 132 | +.. feat_saf_dfa:: Child requirement 10 |
| 133 | + :id: feat_saf_dfa__child__10 |
128 | 134 | :safety: ASIL_B |
129 | 135 | :status: valid |
130 | 136 | :mitigated_by: feat_req__parent__ASIL_B |
131 | 137 |
|
132 | 138 |
|
| 139 | + |
133 | 140 | .. Negative Test: Linked to a mitigation that is lower than the safety level of the analysed item. |
134 | | -#EXPECT: feat_saf_fmea__child__19: parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. |
| 141 | +#EXPECT: feat_saf_fmea__child__11: Parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
135 | 142 |
|
136 | | -.. feat_saf_fmea:: Child requirement 19 |
137 | | - :id: feat_saf_fmea__child__19 |
| 143 | +.. feat_saf_fmea:: Child requirement 11 |
| 144 | + :id: feat_saf_fmea__child__11 |
138 | 145 | :safety: ASIL_B |
139 | 146 | :status: valid |
140 | 147 | :mitigated_by: feat_req__parent__QM |
141 | 148 |
|
| 149 | + |
142 | 150 | .. Positive Test: Linked to a mitigation that is equal to the safety level of the analysed item. |
143 | | -#EXPECT-NOT: feat_saf_fmea__child__20: parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. |
| 151 | +#EXPECT-NOT: feat_saf_fmea__child__12: Parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
144 | 152 |
|
145 | | -.. feat_saf_fmea:: Child requirement 20 |
146 | | - :id: feat_saf_fmea__child__20 |
| 153 | +.. feat_saf_fmea:: Child requirement 12 |
| 154 | + :id: feat_saf_fmea__child__12 |
147 | 155 | :safety: ASIL_B |
148 | 156 | :status: valid |
149 | 157 | :mitigated_by: feat_req__parent__ASIL_B |
150 | 158 |
|
151 | 159 |
|
| 160 | + |
152 | 161 | .. Positive Test: Linked to a mitigation that is higher to the safety level of the analysed item. |
153 | | -#EXPECT-NOT: feat_saf_fmea__child__21: parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. |
| 162 | +#EXPECT-NOT: feat_saf_fmea__child__13: Parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
154 | 163 |
|
155 | | -.. feat_saf_fmea:: Child requirement 21 |
156 | | - :id: feat_saf_fmea__child__21 |
| 164 | +.. feat_saf_fmea:: Child requirement 13 |
| 165 | + :id: feat_saf_fmea__child__13 |
157 | 166 | :safety: QM |
158 | 167 | :status: valid |
159 | 168 | :mitigated_by: feat_req__parent__ASIL_B |
160 | 169 |
|
| 170 | + |
161 | 171 | .. Negative Test: Linked to a mitigation that is lower than the safety level of the analysed item. |
162 | | -#EXPECT: comp_saf_fmea__child__22: parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. |
| 172 | +#EXPECT: comp_saf_fmea__child__14: Parent need `feat_req__parent__QM` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
163 | 173 |
|
164 | | -.. comp_saf_fmea:: Child requirement 22 |
165 | | - :id: comp_saf_fmea__child__22 |
| 174 | +.. comp_saf_fmea:: Child requirement 14 |
| 175 | + :id: comp_saf_fmea__child__14 |
166 | 176 | :safety: ASIL_B |
167 | 177 | :status: valid |
168 | 178 | :mitigated_by: feat_req__parent__QM |
169 | 179 |
|
| 180 | + |
170 | 181 | .. Positive Test: Linked to a mitigation that is equal to the safety level of the analysed item. |
171 | | -#EXPECT-NOT: comp_saf_fmea__child__23: parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. |
| 182 | +#EXPECT-NOT: comp_saf_fmea__child__15: Parent need `feat_req__parent__ASIL_B` does not fulfill condition `safety != QM`. Explanation: An ASIL_B safety requirement must link to a ASIL_B requirement. Please ensure that the linked requirements safety level is not QM and it's status is valid. |
172 | 183 |
|
173 | | -.. comp_saf_fmea:: Child requirement 23 |
174 | | - :id: comp_saf_fmea__child__23 |
| 184 | +.. comp_saf_fmea:: Child requirement 15 |
| 185 | + :id: comp_saf_fmea__child__15 |
175 | 186 | :safety: ASIL_B |
176 | 187 | :status: valid |
177 | 188 | :mitigated_by: feat_req__parent__ASIL_B |
178 | | - |
|
0 commit comments