summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2021-03-16 12:52:29 +0100
committerOle Tr�an <otroan@employees.org>2021-03-17 11:40:16 +0000
commiteb506becd038f081bc7ac340412d3685425bb8b4 (patch)
treeaf0139600f0a56b70b534d4bb11f26d20dc02a9f /test/Makefile
parent850a90ee27f90949e37c8732923785d85cd36fab (diff)
tests: remove shm handling
Not used anymore with socket transport. Type: improvement Signed-off-by: Klement Sekera <ksekera@cisco.com> Change-Id: I7061048dee21ce02637e34f73fb9984bd241f7df
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 084fc849897..5fe86d9f401 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -193,7 +193,6 @@ PARALLEL_ILLEGAL=1
endif
sanity: test-dep verify-no-running-vpp
- @sys_req/dev_shm_size.sh
@bash -c "test $(PARALLEL_ILLEGAL) -eq 0 ||\
(echo \"*******************************************************************\" &&\
echo \"* Sanity check failed, TEST_JOBS is not 1 or 'auto' and DEBUG, STEP or PROFILE is set\" &&\
@@ -258,7 +257,6 @@ 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)