From: Dave Wallace Date: Mon, 4 Jan 2021 23:55:12 +0000 (-0500) Subject: tests: move bond tests to src/vnet/bonding/test X-Git-Tag: v21.10-rc0~736 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F30601%2F2;p=vpp.git tests: move bond tests to src/vnet/bonding/test - Refactor make test code to be co-located with the vpp feature source code. Type: test Signed-off-by: Dave Wallace Change-Id: I056717261553f6449f5fcd3611b6ae3895a00ba6 --- diff --git a/test/test_bond.py b/src/vnet/bonding/test/test_bond.py similarity index 100% rename from test/test_bond.py rename to src/vnet/bonding/test/test_bond.py diff --git a/test/vpp_bond_interface.py b/src/vnet/bonding/test/vpp_bond_interface.py similarity index 100% rename from test/vpp_bond_interface.py rename to src/vnet/bonding/test/vpp_bond_interface.py