qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for 4.2?] tests/vm/centos: fix centos build target


From: Wainer dos Santos Moschetta
Subject: Re: [PATCH for 4.2?] tests/vm/centos: fix centos build target
Date: Wed, 20 Nov 2019 15:52:21 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0


On 11/20/19 2:14 PM, Alex Bennée wrote:
To be able to run the docker tests centos has here we have to install
python3 as well as the basic tools.

Signed-off-by: Alex Bennée <address@hidden>
---
  tests/vm/centos | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Wainer dos Santos Moschetta <address@hidden>



diff --git a/tests/vm/centos b/tests/vm/centos
index 53976f1c4c9..b9e851f2d33 100755
--- a/tests/vm/centos
+++ b/tests/vm/centos
@@ -73,7 +73,7 @@ class CentosVM(basevm.BaseVM):
          self.wait_ssh()
          self.ssh_root_check("touch /etc/cloud/cloud-init.disabled")
          self.ssh_root_check("yum update -y")
-        self.ssh_root_check("yum install -y docker make git")
+        self.ssh_root_check("yum install -y docker make git python3")
          self.ssh_root_check("systemctl enable docker")
          self.ssh_root("poweroff")
          self.wait()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]