plugins: move vlan to plugins/main/

This commit is contained in:
Dan Williams
2017-05-09 22:17:30 -05:00
parent 7cab2fd317
commit 4af68521cd
5 changed files with 2 additions and 2 deletions

2
test
View File

@@ -27,7 +27,7 @@ CNI_PATH=$(pwd)/bin:${CNI_PATH}
echo "Running tests"
TESTABLE="plugins/sample plugins/vlan"
TESTABLE="plugins/sample plugins/main/vlan"
# user has not provided PKG override
if [ -z "$PKG" ]; then