Commit 090a760
committed
t/g/u/test_xen_guest_agent.py: Use yum from older distros
On modern systems that uses dnf, there is a compatibility yum wrapper,
some refactoring can be considered to support more package managers.
Observed issue was:
tests/guest_tools/unix/test_xen_guest_agent.py::TestXenGuestAgent::test_agent_running_after_reboot[...]
lib.commands.SSHCommandFailed: SSH command (dnf install -y xen-guest-agent) failed with return code 127: bash: dnf: command not found
Related-to: #434
Signed-off-by: Philippe Coval <philippe.coval@vates.tech>1 parent 1143e0b commit 090a760
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments