Merge pull request #144 from squeed/build-fixes
build: some small improvements; bump to go1.10
This commit is contained in:
@ -23,5 +23,5 @@ import (
|
||||
|
||||
func TestDHCP(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "DHCP Suite")
|
||||
RunSpecs(t, "plugins/ipam/dhcp")
|
||||
}
|
||||
|
@ -23,5 +23,5 @@ import (
|
||||
|
||||
func TestAllocator(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Allocator Suite")
|
||||
RunSpecs(t, "plugins/ipam/host-local/backend/allocator")
|
||||
}
|
||||
|
@ -23,5 +23,5 @@ import (
|
||||
|
||||
func TestLock(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Disk Suite")
|
||||
RunSpecs(t, "plugins/ipam/host-local/backend/disk")
|
||||
}
|
||||
|
@ -23,5 +23,5 @@ import (
|
||||
|
||||
func TestHostLocal(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "HostLocal Suite")
|
||||
RunSpecs(t, "plugins/ipam/host-local")
|
||||
}
|
||||
|
Reference in New Issue
Block a user