From 372b0d49314630c368ec340f2ca198ee6e6a6069 Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Fri, 3 Aug 2018 08:43:04 +0200 Subject: [PATCH] test/common: add elfutils to vm_setup Some functions in autotest rely on eu-readelf binary but only elfutils-devel package was installed in vm_setup.sh script. Change-Id: Id51ed672a0ef309121e1dddc2a1c8a360f3940c5 Signed-off-by: Karol Latecki Reviewed-on: https://review.gerrithub.io/421189 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- test/common/config/vm_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common/config/vm_setup.sh b/test/common/config/vm_setup.sh index 3cfa0413c..5eaacab90 100755 --- a/test/common/config/vm_setup.sh +++ b/test/common/config/vm_setup.sh @@ -124,6 +124,7 @@ if $INSTALL; then sudo dnf install -y glib2-devel sudo dnf install -y pixman-devel sudo dnf install -y astyle-devel + sudo dnf install -y elfutils sudo dnf install -y elfutils-libelf-devel sudo dnf install -y flex sudo dnf install -y bison