blob: 197568e9f364e9d2b78faf1f3a1d2b958d5aa5ec [file] [log] [blame]
// +build acceptance networking
package v2
import "testing"
func TestList(t *testing.T) {
}
func TestCRUD(t *testing.T) {
// Create network
// Create subnet
// Get subnet
// Update subnet
// Delete subnet
}
func TestBatchCreate(t *testing.T) {
}