qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for 4.2?] tests/vm/centos: fix centos build target
@ 2019-11-20 16:14 Alex Bennée
  2019-11-20 16:42 ` Philippe Mathieu-Daudé
  2019-11-20 17:52 ` Wainer dos Santos Moschetta
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Bennée @ 2019-11-20 16:14 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, peter.maydell, Alex Bennée,
	Philippe Mathieu-Daudé

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 <alex.bennee@linaro.org>
---
 tests/vm/centos | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH for 4.2?] tests/vm/centos: fix centos build target
  2019-11-20 16:14 [PATCH for 4.2?] tests/vm/centos: fix centos build target Alex Bennée
@ 2019-11-20 16:42 ` Philippe Mathieu-Daudé
  2019-11-20 17:52 ` Wainer dos Santos Moschetta
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-11-20 16:42 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel; +Cc: Fam Zheng, peter.maydell

On 11/20/19 5: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 <alex.bennee@linaro.org>
> ---
>   tests/vm/centos | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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()
> 

It would be nice to have this fixed in 4.2.
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH for 4.2?] tests/vm/centos: fix centos build target
  2019-11-20 16:14 [PATCH for 4.2?] tests/vm/centos: fix centos build target Alex Bennée
  2019-11-20 16:42 ` Philippe Mathieu-Daudé
@ 2019-11-20 17:52 ` Wainer dos Santos Moschetta
  1 sibling, 0 replies; 3+ messages in thread
From: Wainer dos Santos Moschetta @ 2019-11-20 17:52 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel
  Cc: Fam Zheng, peter.maydell, Philippe Mathieu-Daudé


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 <alex.bennee@linaro.org>
> ---
>   tests/vm/centos | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>


>
> 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()



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-20 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-20 16:14 [PATCH for 4.2?] tests/vm/centos: fix centos build target Alex Bennée
2019-11-20 16:42 ` Philippe Mathieu-Daudé
2019-11-20 17:52 ` Wainer dos Santos Moschetta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).