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=23f41d789c54bd8d9b87db8cf43d0235c5699da4;hp=00c3f457d22b556a0e7a5e495072de7ec511cc2f;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