test(interfaces): Add tests for network conversion

These tests should be an exhaustive set of tests for the parsing
of Debian interface files and generation of equivilent networkd
config files.
This commit is contained in:
Alex Crawford
2014-05-23 11:58:38 -07:00
parent 38321fedce
commit 856061b445
4 changed files with 866 additions and 1 deletions

2
test
View File

@@ -13,7 +13,7 @@ COVER=${COVER:-"-cover"}
source ./build
declare -a TESTPKGS=(initialize system datasource pkg)
declare -a TESTPKGS=(initialize system datasource pkg network)
if [ -z "$PKG" ]; then
GOFMTPATH="$TESTPKGS coreos-cloudinit.go"