Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
0708c0078a83a8d20ca2dea9808016ed22914e22
/
.
/
acceptance
/
openstack
/
networking
/
v2
/
subnet_test.go
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) {
}