From e216f7a0897c0bc79be0e99181ac3e2f513426f5 Mon Sep 17 00:00:00 2001 From: Zhou Hao Date: Wed, 30 Oct 2019 10:36:10 +0800 Subject: [PATCH] autotest: fix libvirtd: not found fix the following issue: ``` 16:28:11 ERROR| [stderr] Checking Testing Environment... 16:28:11 ERROR| [stderr] Linux vm-snb-872bde802a4e 5.4.0-rc2-00278-gda0c9ea146cbe #1 SMP Mon Oct 7 07:38:09 CST 2019 x86_64 GNU/Linux 16:28:11 ERROR| [stderr] Virsh command line tool of libvirt: 3.0.0 16:28:11 ERROR| [stderr] sh: 1: libvirtd: not found 16:28:11 ERROR| [stderr] Traceback (most recent call last): ``` Signed-off-by: Zhou Hao Signed-off-by: Philip Li --- distro/depends/autotest | 1 + 1 file changed, 1 insertion(+) diff --git a/distro/depends/autotest b/distro/depends/autotest index 63e0fdd3c..bf578b289 100644 --- a/distro/depends/autotest +++ b/distro/depends/autotest @@ -34,3 +34,4 @@ python-pexpect nmap python-libvirt libvirt-clients +libvirt-daemon