diff --git a/avocado/core/job.py b/avocado/core/job.py index be2a0df23ff65e51036bbefbda9583ab492fbbbc..2190b42366dbcb36eeb46b711cd90c426be2d35e 100644 --- a/avocado/core/job.py +++ b/avocado/core/job.py @@ -520,15 +520,6 @@ class Job(object): """ Handled main job method. Runs a list of test URLs to its completion. - Note that the behavior is as follows: - - * If urls is provided alone, just make a simple list with no specific - params (all tests use default params). - * If urls and multiplex_files are provided, multiplex provides params - and variants to all tests it can. - * If multiplex_files are provided alone, just use the matrix produced - by the file - The test runner figures out which tests need to be run on an empty urls list by assuming the first component of the shortname is the test url.