diff --git a/cnf-tests/testsuites/pkg/pods/pods.go b/cnf-tests/testsuites/pkg/pods/pods.go index a2d927c115..f484334a74 100644 --- a/cnf-tests/testsuites/pkg/pods/pods.go +++ b/cnf-tests/testsuites/pkg/pods/pods.go @@ -188,8 +188,7 @@ func DefineWithHugePages(namespace, nodeName string) *corev1.Pod { RedefineWithCommand( getDefinition(namespace), []string{"/bin/bash", "-c", - `tmux new -d 'LD_PRELOAD=libhugetlbfs.so HUGETLB_MORECORE=yes top -b > /dev/null' -sleep INF`}, []string{}, + `/usr/bin/hugepages-allocator > /dev/null`}, []string{}, ), corev1.RestartPolicyNever, )