From 83f13e45bcd4b1018aa29bb6f32324c32f3a11a8 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 6 Jan 2021 10:49:24 -0500 Subject: [PATCH] tests: move ping tests to src/plugin/ping/test - Refactor make test code to be co-located with the vpp plugin source code Type: test Signed-off-by: Dave Wallace Change-Id: I09d55301665449b3f183191537749435f806fb15 --- {test => src/plugins/ping/test}/test_ping.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {test => src/plugins/ping/test}/test_ping.py (100%) diff --git a/test/test_ping.py b/src/plugins/ping/test/test_ping.py similarity index 100% rename from test/test_ping.py rename to src/plugins/ping/test/test_ping.py -- 2.16.6