diff options
author | Damjan Marion <damarion@cisco.com> | 2018-03-07 11:48:58 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-03-07 12:00:59 +0000 |
commit | 7139e757b13212f3fd8e3f3f401018375fed0c61 (patch) | |
tree | 6c3bbb72acb27abc298425f9a59f9db0acfa55f0 | |
parent | d6743b1d64931627905520081ff3218a2c4bac3e (diff) |
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 <damarion@cisco.com>
-rw-r--r-- | test/Makefile | 1 | ||||
-rw-r--r-- | test/test_reassembly.py.disabled (renamed from test/test_reassembly.py) | 0 |
2 files changed, 0 insertions, 1 deletions
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 index a2d77d493de..a2d77d493de 100644 --- a/test/test_reassembly.py +++ b/test/test_reassembly.py.disabled |