From 7139e757b13212f3fd8e3f3f401018375fed0c61 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 7 Mar 2018 11:48:58 +0100 Subject: [PATCH] test: disable reassembly tests and system modification script One of basic requirements from day one for maek test is that it should run unpriviledged, so modifying system paremeters is unacceptable. Disabling script and reassembly tests as they need to be done in different way. Change-Id: I063c73eb82f2ebd7499e8adb1574a9fd2475fb5b Signed-off-by: Damjan Marion --- test/Makefile | 1 - test/{test_reassembly.py => test_reassembly.py.disabled} | 0 2 files changed, 1 deletion(-) rename test/{test_reassembly.py => test_reassembly.py.disabled} (100%) diff --git a/test/Makefile b/test/Makefile index 9fb3da9a2dd..add306ac2bb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -110,7 +110,6 @@ endif sanity: verify-no-running-vpp @sys_req/dev_shm_size.sh - @sys_req/set_system_parameters.sh sys_req/system_parameters @bash -c "$(SANITY_IMPORT_VPP_PAPI_CMD) ||\ (echo \"*******************************************************************\" &&\ echo \"* Sanity check failed, cannot import vpp_papi\" &&\ diff --git a/test/test_reassembly.py b/test/test_reassembly.py.disabled similarity index 100% rename from test/test_reassembly.py rename to test/test_reassembly.py.disabled -- 2.16.6