From aa7a2a1f32c9a91ea1ba04aa661b6ccddac2a79f Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Thu, 18 Mar 2021 15:22:57 +0100 Subject: tests: remove shm files created by vpp on reset Even though we don't use shm transport anymore, vpp still populates shm. Add cleanup before running tests to avoid the nuisance of running out of space on /dev/shm. Type: fix Fixes: eb506becd038f081bc7ac340412d3685425bb8b4 Signed-off-by: Klement Sekera Change-Id: I2ef87e991223ee60892d56af1482025d91e77d46 --- test/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 5fe86d9f401..6846eb9e12a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -257,6 +257,7 @@ shell: test-dep .PHONY: reset reset: + @rm -f /dev/shm/vpp-unittest-* @rm -rf /tmp/vpp-unittest-* @rm -f /tmp/api_post_mortem.* @rm -rf $(FAILED_DIR) -- cgit 1.2.3-korg