Sebastian Mitterle
Sebastian Mitterle
With the latest master today (avocado 94.0) there are errors when loading avocado-vt modules into python3 session. I tried using avocado 92lts and 82lts but this issue reproduces. After the...
Based on discussion https://github.com/avocado-framework/avocado-vt/pull/2772#discussion_r496585978 There seem to be a risk of circular imports in avocado-vt. One simple way of preventing circular imports could be: R: Allow a new avocado-vt module...
After finishing setup as documented, following https://avocado-vt.readthedocs.io/en/latest/GetStartedGuide.html#first-steps-with-avocado-vt I can't run any test case without error. What I did on latest Fedora31: 1. With help of Avocado installation guide and Avocado-VT...
Add incompatible cpu definition on s390x for expected error message. Signed-off-by: Sebastian Mitterle
utils_ids: add new module to retrieve Linux user ids The module contains functions to retrieve uid, gid, subuid, subgid info for a given username. subuid, subgid are used by libvirt...
Depends on https://github.com/avocado-framework/avocado-vt/pull/3890 The tests statically selected the input element of various by its expected list index. This failed if the domain xml was different. Select now the input element...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I cannot do X because [...] **Describe the solution...
1. Fix test name, subtest should be nodedev_dumpxml.chain for better discoverability and set definition. 2. Update test to run against a specific device. 3. Allow for a list of devices...
The controller check was executed before the controller was updated. The VM start will do that. So move the check after the VM is started. This enables the test run...
The first measurement might report differing values due to . Repeat the execution if necessary during 30secs for it to settle.