- 18 6月, 2015 5 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
core.test: Map generic exceptions to TestError [v2]
-
由 Cleber Rosa 提交于
-
由 Lukáš Doktor 提交于
The uid is only a test name and is not unique across the execution. We should use tagged_name which consists of the uid and the optional tag to be consistent with avocado runner. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
List all supported instrumented test statuses and add note about BASH library to run instrumented tests. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
On unhandeled unknown exceptions the test should finish with ERROR rather than FAIL as the test developer didn't think it might happen. This behavior is configurable in config when the user have a different opinion. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 17 6月, 2015 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
avocado.core.loader: Discover only per-plugin-default tests [v2]
-
由 Lukáš Doktor 提交于
Loader plugins can specify default set of tests, when none supplied. Currently list of these defaults is generated and then examined by all loader plugins. This might generate clashes and false-negative results, for example avocado-vt defines "vt_list_all" which obviously shouldn't be parsed by file-plugin. This patch changes the behavior so when no urls specified each plugin chose and processes only his own defaults. To do this it was necessary to reorder the recognition thus now you get all successful hits of all urls from the first plugin, then the second.... Additionally small optimization was added to skip urls which are already successfully assigned. This doesn't affects the results as they were only added when not already handled. Last minor tweak avoids false-positive result when exception occurs during the "discover" phase as mapping is assigned after successful discovery. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 16 6月, 2015 27 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Avocado: Update to release 0.25.0
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Cleber Rosa 提交于
-
由 Rudá Moura 提交于
Update the manual page regarding wrapping process, we're using the shell-like style to select the process to wrap on scripts. The documentation explains the previous behavior, before the commit f6bf2c02Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
avocado.Test cleanup: low hanging fruits
-
由 Cleber Rosa 提交于
-
由 Lucas Meneghel Rodrigues 提交于
The extra line was confusing, therefore, we shall remove it from the logs. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Cleber Rosa 提交于
As as way to give `avocado.Test` users (test writers) a better sense of what is the API allowed/intended for their use. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
As as way to give `avocado.Test` users (test writers) a better sense of what is the API allowed/intended for their use. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
As as way to give `avocado.Test` users (test writers) a better sense of what is the API allowed/intended for their use. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
As as way to give `avocado.Test` users (test writers) a better sense of what is the API allowed/intended for their use. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Rudá Moura 提交于
When wrapping process, the parameter for a local wrap is defined by using a shell-like glob interface (*make for example). So remove the parts that mentions the old behavior (absolute and relative paths comparison), before the changes introduced in commit f6bf2c02 Also, drop obvious and thus useless comment about the wrapper when it's expressed as a relative path Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Cleber Rosa 提交于
-
由 Lucas Meneghel Rodrigues 提交于
Log the information about the data directories being used by avocado for that particular job run, with the customary notice that avocado will use defaults in case some directory in the config files is not accessible. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Log the --tree view to the job log, whenever we have a non empty representation of that. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Add a 'root' attribute that contains the TreeNode object of the multiplexer tree inside the Mux object. This way, we can log the multiplexer tree in the job log. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Due to this new feature, remove the previous 'show plugins that had problems to load' feature', given the overlap between the two. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Dump all the configuration values being used at the moment by avocado. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Add the avocado version number to the job debug info, and if we can identify this directory as the avocado source directory, also print avocado git repo info. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Cleber Rosa 提交于
-
由 Lucas Meneghel Rodrigues 提交于
So that people can easily read, copy and paste the command lines into their terminals. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Let's move the job debug information logging to private methods, in order to organize the code better. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
With the new information that is going to be added to the job log, keeping up with the number of lines of that log is a fool's errand at this point. Let's drop the checks. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
We recently updated that representation. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Update the man page with new options on the multiplexer. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
multiplexer: Change the --mux-entry to --mux-path
-
- 15 6月, 2015 1 次提交
-
-
由 Lukáš Doktor 提交于
--mux-entry was a bit confusing as what it does it splits the result params into multiple slices and while quering for keys they are evaluated in the specified order, thus behaving the same as Linux PATH bash variable. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 14 6月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
API Review (5th round) - Fixed
-
- 13 6月, 2015 4 次提交
-
-
由 Cleber Rosa 提交于
This module depends closely on the, already moved, avocado.core.remoter module. Let's move it along. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
The reason for the chosen name is that avocado.core already has a remote module (directory) related to (remote) TestRunner and TestResults. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
One of the possibilities when Avocado delegates the execution of a process to the utility library process is undefined behavior. This can help, for example, when this library is set to run processes in more complex environments, including with users manipulating these process inside debuggers. Previously, we would have the process utility module with knowledge about an Avocado internal exception that flags that a test should exist as SKIP in these circunstances. Now, to avoid these prior knowledge and layer violation, let the user of the API register which exception should be raised when such situations occur. A more complex version of this change, deemed unnecessary for now, would be to register callbacks which could, in turn, raise those exceptions. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
While still making the VERSION symbol available in the top level Avocado module. Even though this is very simple information that could live under the avocado module itself, it would break the consistency of having avocado.core importing from avocado (toplevel). Signed-off-by: NCleber Rosa <crosa@redhat.com>
-