From ff1f089c3a395d9e519bbbf91e3a30737173b447 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Mon, 16 Nov 2020 16:54:14 -0500 Subject: [PATCH] tests: move crypto tests to src/vnet/crypto/test - Refactor make test code to be co-located with the vpp feature source code Type: test Signed-off-by: Dave Wallace Change-Id: I089bda44c31cbb217132e5b385cd9ea96ea5239e --- {test => src/vnet/crypto/test}/test_crypto.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {test => src/vnet/crypto/test}/test_crypto.py (100%) diff --git a/test/test_crypto.py b/src/vnet/crypto/test/test_crypto.py similarity index 100% rename from test/test_crypto.py rename to src/vnet/crypto/test/test_crypto.py -- 2.16.6