[ACT][PATCH] ubuntu_futex: force upgrade ca-certificates

Dimitri John Ledkov dimitri.ledkov at canonical.com
Thu Oct 7 11:43:10 UTC 2021


At the moment ESM is not enabled and ESM upgrades are not
installed. New ca-certificates are required to access https git
repositories as used by ubuntu_futex. Add ca-certificates to
dependencies, such that ca-certificates is upgraded before running
this test case.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
---
 ubuntu_futex/ubuntu_futex.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubuntu_futex/ubuntu_futex.py b/ubuntu_futex/ubuntu_futex.py
index 00474c6c4e..dd2e6a0208 100644
--- a/ubuntu_futex/ubuntu_futex.py
+++ b/ubuntu_futex/ubuntu_futex.py
@@ -18,7 +18,7 @@ class ubuntu_futex(test.test):
             series = distro.codename()
 
         pkgs = [
-            'build-essential', 'git',
+            'build-essential', 'git', 'ca-certificates'
         ]
         gcc = 'gcc' if arch in ['ppc64le', 'aarch64', 's390x', 'riscv64'] else 'gcc-multilib'
         pkgs.append(gcc)
-- 
2.30.2




More information about the kernel-team mailing list