blob: 197568e9f364e9d2b78faf1f3a1d2b958d5aa5ec [file] [log] [blame]
Jamie Hannaford89f9af22014-09-17 12:21:48 +02001// +build acceptance networking
2
3package v2
4
5import "testing"
6
7func TestList(t *testing.T) {
8
9}
10
11func TestCRUD(t *testing.T) {
12 // Create network
13
14 // Create subnet
15
16 // Get subnet
17
18 // Update subnet
19
20 // Delete subnet
21}
22
23func TestBatchCreate(t *testing.T) {
24
25}