Skip to content

Commit ab24446

Browse files
committed
Fix/remove tests after criticality removal
1 parent 7453bc3 commit ab24446

File tree

5 files changed

+1
-143
lines changed

5 files changed

+1
-143
lines changed

atest/robot/rebot/combine.robot

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,6 @@ Suite Metadata
8080
Should Be Equal ${SUITE2.metadata['Name']} value
8181
Should Be Equal ${SUITE2.metadata['Other Meta']} Another value
8282

83-
Earlier Criticality Should Be Ignored
84-
${tags} = Get Total Stat Nodes ${COMB OUT 1}
85-
Tag Statistics Should Be ${tags[0]} 3 1
86-
Tag Statistics Should Be ${tags[1]} 3 1
87-
${tags} = Get Total Stat Nodes ${COMB OUT 3}
88-
Tag Statistics Should Be ${tags[0]} 9 1
89-
Tag Statistics Should Be ${tags[1]} 9 1
90-
91-
Critical/Non-Critical Tags Can Be Given
92-
${tags} = Get Total Stat Nodes ${COMB OUT 2}
93-
Tag Statistics Should Be ${tags[0]} 1 1
94-
Tag Statistics Should Be ${tags[1]} 3 1
95-
${tags} = Get Total Stat Nodes ${COMB OUT 4}
96-
Tag Statistics Should Be ${tags[0]} 7 1
97-
Tag Statistics Should Be ${tags[1]} 9 1
98-
9983
Suite Times
10084
Should Be Equal ${SUITE3.starttime} ${NONE}
10185
Should Be Equal ${SUITE3.endtime} ${NONE}

atest/robot/running/pass_execution.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ Pass Execution If with multiple variables
143143

144144
Statuses should be correct when running tests
145145
Stdout Should Contain SEPARATOR=\n
146-
... 34 critical tests, 20 passed, 14 failed
147-
... 34 tests total, 20 passed, 14 failed
146+
... 34 tests, 20 passed, 14 failed
148147

149148
Passes suite setup and teardown and can modify tags in former
150149
Run Tests ${EMPTY} running/pass_execution_in_suite_setup_and_teardown.robot

atest/robot/tags/critical_tags.robot

Lines changed: 0 additions & 58 deletions
This file was deleted.

atest/robot/tags/critical_tags_with_rebot.robot

Lines changed: 0 additions & 64 deletions
This file was deleted.

atest/robot/tags/tags_are_not_normalized.robot

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ Including And Excluding Works in Normalized Manner
2525
[Documentation] Including is actually tested using --include when running tests. If all previous tests pass then including works.
2626
Should Not Contain Tests ${SUITE} Excluded
2727

28-
Criticality Works In Normalized Manner
29-
Stdout Should Contain 1 critical test, 1 passed, 0 failed\n10 tests total, 5 passed, 5 failed
30-
3128
Rebot Keeps Tags In Original Format
3229
Copy Previous Outfile
3330
Run Rebot --exclude LOWER --exclude 2spaces --exclude *D?O?T?S* --settag "Added tag" ${OUTFILE COPY}

0 commit comments

Comments
 (0)