From 5ec3a9369ad477e442a64146cf461b4419371a68 Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Thu, 25 Jan 2024 10:28:54 +0100 Subject: [PATCH] ceph-build: behave is now installed as part of run-tests script Signed-off-by: Redouane Kachach --- scripts/rook-orch/install-rook-e2e-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/rook-orch/install-rook-e2e-deps.sh b/scripts/rook-orch/install-rook-e2e-deps.sh index 243d2637..2c3202a7 100644 --- a/scripts/rook-orch/install-rook-e2e-deps.sh +++ b/scripts/rook-orch/install-rook-e2e-deps.sh @@ -33,7 +33,6 @@ sudo rm -rf /var/run/libvirt/libvirt-sock sudo apt update -y sudo apt install --reinstall -y qemu-kvm libvirt-daemon-driver-qemu libvirt-clients libvirt-daemon-system runc python3 sudo apt install --reinstall -y python3-pip -python -m pip install behave install_docker # install minikube -- 2.47.3