Jamie Hannaford | 89f9af2 | 2014-09-17 12:21:48 +0200 | [diff] [blame] | 1 | // +build acceptance networking |
2 | |||||
3 | package v2 | ||||
4 | |||||
5 | import "testing" | ||||
6 | |||||
7 | func TestList(t *testing.T) { | ||||
8 | |||||
9 | } | ||||
10 | |||||
11 | func 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 | |||||
23 | func TestBatchCreate(t *testing.T) { | ||||
24 | |||||
25 | } |