Commit 2d92bae
[test_operator] Fix test_operator_results overwrite for multi-stage runs
When cifmw_test_operator_stages contains multiple stages of the same
type, the results dict key was just the framework name. Each stage
overwrote the previous result, so a failing middle stage was silently
masked if the final stage succeeded.
Include the stage name in the dict key so each stage gets its own
entry. The assert at the end of main.yml iterates dict2items, so it
checks all entries without further changes.
Signed-off-by: Samuel Rac <srac@redhat.com>1 parent db06864 commit 2d92bae
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments