From 23f41d789c54bd8d9b87db8cf43d0235c5699da4 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Mon, 4 Jan 2021 18:55:12 -0500 Subject: [PATCH] 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 --- {test => src/vnet/bonding/test}/test_bond.py | 0 {test => src/vnet/bonding/test}/vpp_bond_interface.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {test => src/vnet/bonding/test}/test_bond.py (100%) rename {test => src/vnet/bonding/test}/vpp_bond_interface.py (100%) 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 -- 2.16.6