forked from avocado-framework/avocado
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runner switch: pin tests that are specific to the "runner" (legacy)
Many existing tests cover features that are specific to the legacy runner, and it makes no or little sense to port them to be compatible with the nrunner. Examples include: * selftests/functional/test_basic.py:RunnerOperationTest.test_unsupported_status - The legacy runner contains extra handling after the test process ends, and this test depends on that behavior * selftests/functional/test_basic.py:RunnerOperationTest.test_hanged_test_with_status * selftests/functional/test_basic.py:RunnerOperationTest.test_no_status_reported - Relies on Avocado trying to kill test processes, only performed in the legacy runner * selftests/functional/test_output_check.py: - Output check feature is limited to the legacy and data files available along side the test - avocado-framework#3882 And many other similar examples. Signed-off-by: Cleber Rosa <crosa@redhat.com>
- Loading branch information
1 parent
eb3c773
commit a5508f6
Showing
17 changed files
with
110 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.