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