plugins: move vlan to plugins/main/
This commit is contained in:
parent
7cab2fd317
commit
4af68521cd
2
build
2
build
@ -15,7 +15,7 @@ export GOPATH=${PWD}/gopath
|
|||||||
mkdir -p "${PWD}/bin"
|
mkdir -p "${PWD}/bin"
|
||||||
|
|
||||||
echo "Building plugins"
|
echo "Building plugins"
|
||||||
PLUGINS="plugins/*"
|
PLUGINS="plugins/sample plugins/main/vlan"
|
||||||
for d in $PLUGINS; do
|
for d in $PLUGINS; do
|
||||||
if [ -d "$d" ]; then
|
if [ -d "$d" ]; then
|
||||||
plugin="$(basename "$d")"
|
plugin="$(basename "$d")"
|
||||||
|
2
test
2
test
@ -27,7 +27,7 @@ CNI_PATH=$(pwd)/bin:${CNI_PATH}
|
|||||||
|
|
||||||
echo "Running tests"
|
echo "Running tests"
|
||||||
|
|
||||||
TESTABLE="plugins/sample plugins/vlan"
|
TESTABLE="plugins/sample plugins/main/vlan"
|
||||||
|
|
||||||
# user has not provided PKG override
|
# user has not provided PKG override
|
||||||
if [ -z "$PKG" ]; then
|
if [ -z "$PKG" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user