[PATCH 1/1] [autotest-client-tests] UBUNTU SAUCE: update ltp install_required_pkg list

Sean Feole sean.feole at canonical.com
Mon Mar 2 09:13:19 UTC 2020


Bug Link https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1865415

Commit # c7d2a74 rpc-tirpc: Detect libtirpc with pkg-config

Has updated ltp and changed the method the test identifies if
libtirpc is installed , via pkg-config. The following updates
the autotest-test ensuring pkg-config is installed prior to
building

Signed-off-by: Sean Feole <sean.feole at canonical.com>
---
  ubuntu_ltp/ubuntu_ltp.py | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/ubuntu_ltp/ubuntu_ltp.py b/ubuntu_ltp/ubuntu_ltp.py
index 4f611c49..a0ce4c65 100644
--- a/ubuntu_ltp/ubuntu_ltp.py
+++ b/ubuntu_ltp/ubuntu_ltp.py
@@ -35,6 +35,9 @@ class ubuntu_ltp(test.test):
              'virt-what',
              'xfslibs-dev',
              'xfsprogs',
+            'pkg-config',
+            'libtirpc-dev',
+            'libtirpc1',
          ]
          gcc = 'gcc' if arch in ['ppc64le', 'aarch64', 's390x'] else 
'gcc-multilib'
          pkgs.append(gcc)
-- 
2.17.1




More information about the kernel-team mailing list