diff options
author | 2019-08-22 00:32:29 +0000 | |
---|---|---|
committer | 2019-08-23 17:31:08 -0400 | |
commit | 9e25c7723d96412a139d4f1b73f9fad020f3e7a9 (patch) | |
tree | 1a39ac7b3965afbfa25ffd9f9f2437bab0c7a7f8 /src/plugins/srv6-am/test/vpp_srv6.py | |
parent | 46441cb9cde2044c4e3e743d69418cecc897a63a (diff) |
tests: move plugin tests to src/plugins/*/test
- Relocate plugin tests for 'make test' into
src/plugins/*/test so that plugin test cases
are co-located with the plugin source code.
Type: refactor
Ticket: VPP-1754
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I503e6a43528e14981799b735fa65674155713f67
(cherry picked from commit a43c93f8554ad7418e31be3791b3fb71232f60ac)
Diffstat (limited to 'src/plugins/srv6-am/test/vpp_srv6.py')
l--------- | src/plugins/srv6-am/test/vpp_srv6.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/srv6-am/test/vpp_srv6.py b/src/plugins/srv6-am/test/vpp_srv6.py new file mode 120000 index 00000000000..78f756605fc --- /dev/null +++ b/src/plugins/srv6-am/test/vpp_srv6.py @@ -0,0 +1 @@ +../../srv6-ad/test/vpp_srv6.py
\ No newline at end of file |