Plamen Dimitrov
Plamen Dimitrov
This is just a very early implementation of an LXC spawner for post 82 LTS, submitted to gather any opinions and possibly clarify some questions.
Hi all, It seems this line might need an update: https://github.com/avocado-framework/avocado/blob/5a0c5b2348da450397287a0954e4c335c0d590a9/avocado/utils/process.py#L648 In Python 3.9 this function is documented as: ``` Help on built-in function default_int_handler in module _signal: default_int_handler(...) default_int_handler(...)...
**Describe the bug** When running the unit tests of our plugin with most recent Avocado I get ``` Error running method "pre_tests" of plugin "fetchasset": 'Subscript' object has no attribute...
### Discussed in https://github.com/avocado-framework/avocado/discussions/4953 Originally posted by **pevogam** September 17, 2021 As Avocado's runners are replacing the stdout and stderr of the tests with a custom `StreamToQueue` class, it might...
This is a report of an issue that I have experienced for some time but didn't share until I removed LXC container spawners and other functionality that could have been...
**Is your feature request related to a problem? Please describe.** While running Avocado's self tests (and trying to incorporate them in our own CI), the run froze at a test...
These are necessary for vms with multiple images and other cases where we would like to manipulate specific image and/or its snapshot. Signed-off-by: Plamen Dimitrov
Signed-off-by: Plamen Dimitrov
As originally mentioned in https://github.com/avocado-framework/avocado-vt/pull/3521#discussion_r974909451 there is a common problem of all commands in the fact that they won't handle paths containing spaces. The idea is to track the common...
Signed-off-by: Plamen Dimitrov