- 13 10月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 10 10月, 2014 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
examples: Be didactic with mux-environment.yaml.
-
由 Lucas Meneghel Rodrigues 提交于
avocado.core.tree: Match whole key in filters.
-
由 Rudá Moura 提交于
When filtering nodes, use the whole key for comparing. So if you have /long and /longest and you're filtering for /long, then it will match /long alone. The previous behaviour was using the partial string match, so both /long and /longest were being returned, which is wrong. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 09 10月, 2014 3 次提交
-
-
由 Rudá Moura 提交于
The example for multiplex must be didactic, using one that would make sense in a real world usage. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
examples/mux-environmentyaml: Don't use local filters.
-
由 Rudá Moura 提交于
Remove lines that contains local filters, which is a feature that is disabled by now (it's broken). Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 08 10月, 2014 10 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
GDB stdout support
-
由 Lucas Meneghel Rodrigues 提交于
Manpage: Update information regarding global filters and multiplexer.
-
由 Lucas Meneghel Rodrigues 提交于
avocado.utils.remote: Changes to the .run() method
-
由 Cleber Rosa 提交于
Avocado's GDB support when using avocado.utils.process API now properly populates the command result stdout attribute. This now allows tests that run programs and check its output (stdout only, not stderr) to work transparently under GDB. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
The init method on SubProcess got new parameters. Even if not implemented in GDBSubProcess, those two ducks must quack alike. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Rudá Moura 提交于
Update the manual page of avocado to match the current status of the multiplexer, regarding command line options for global filters. Fix information on command line option -c | --content. It's about variables. Plus: cosmetic fixes around. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
For convenience, save the contents of the whiteboard into a file 'whiteboard', inside the test results. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 07 10月, 2014 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Make the run() method to return a CmdResult object, to make it symmetrical to the process.run() result. Also, turn on logging of outputs for commands executed on remote connections. The reason why we want to do that is to increase the debugging output we have for commands executed over the fabric SSH connections. This way we can obtain better, richer outputs in test logs that use our fabric wrappers. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Sprint 14 pendencies
-
- 06 10月, 2014 4 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Basically, trying to encode information of the variants themselves in the tag name is a lost battle, since: 1) We need unique test ids, and sometimes only the last part of the name of each variant combined is not going to cut it 2) Coding the entire path of each variant combined would create in many cases enormous tags and the point would be lost So go back and use sequential numbers that match the output of the multiplex plugin. This way it'll be easy to correlate variants and tag numbers. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 04 10月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 03 10月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Multiplex refinements: filters
-
- 02 10月, 2014 15 次提交
-
-
由 Rudá Moura 提交于
-
由 Rudá Moura 提交于
In the current state of the code, the local filters are broken, so it's better to keep it disable for now.
-
由 Rudá Moura 提交于
When getting leaves, if the node is root and alone, ignore it. This situation is possible if filtering just preserves the root node, so the root node will be leaf and returned. That makes things a bit weird to get the variants, because it will become one. So, we are going to ignore it. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Introduce function apply_filters(), which will prune the tree that we use to multiplex and create variants, by using rules for filter only and filter out, passed by the command line (aka global filters). It works for the test runner and for the multiplex plugin, or anything that uses the TreeNode data structure with filters. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Adopt function path_parent() from the module avocado.multiplexer. We will need this when we move the filtering to the level of the tree. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Add method to detach a node from the tree. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Rudá Moura 提交于
Expand the list comprehension that handles filtering. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Tidy up options
-
由 Lucas Meneghel Rodrigues 提交于
So that we won't need to use sequential numbers in multiplexed tests anymore. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
-
由 Lucas Meneghel Rodrigues 提交于
It was an option that didn't work properly, and made more sense to the run subcommand anyway. Now, you can provide one of the valid logging levels in the python logging level translated to a lowercase string ('debug', 'info', 'warning', 'error', 'critical') and that will be the level used for the job log in both disk and --show-job-log. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
This option has been replaced with option --show-job-log, specific to the test runner. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Logging refactor - Sprint 14 deliverables
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-