diff --git a/testcases/system-test/system-integration/os-basic/oe_test_count_gperftools_function/oe_test_count_gperftools_function.sh b/testcases/system-test/system-integration/os-basic/oe_test_count_gperftools_function/oe_test_count_gperftools_function.sh index 39628fdb03060eecaf10547257256baa1517d881..63363af804939bf0c0412f373412a7043714d6f7 100644 --- a/testcases/system-test/system-integration/os-basic/oe_test_count_gperftools_function/oe_test_count_gperftools_function.sh +++ b/testcases/system-test/system-integration/os-basic/oe_test_count_gperftools_function/oe_test_count_gperftools_function.sh @@ -20,7 +20,7 @@ source ${OET_PATH}/libs/locallibs/common_lib.sh function pre_test() { LOG_INFO "Start environmental preparation." - DNF_INSTALL "gperftools" + DNF_INSTALL "gperftools gperftools-devel g++ pprof" LOG_INFO "End of environmental preparation!" }