From: Dave Wallace Date: Mon, 16 Nov 2020 22:13:14 +0000 (-0500) Subject: tests: move cli tests to src/vlib/test X-Git-Tag: v21.06-rc0~167 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F29960%2F2;p=vpp.git 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 --- 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