scaffold for tests

This commit is contained in:
Chris Lu 2012-08-29 01:42:24 -07:00
parent 317e12644a
commit f5d981ab4d

View file

@ -0,0 +1,41 @@
package topology
import (
"testing"
)
func TestAddVolume(t *testing.T) {
}
func TestAddServer(t *testing.T) {
}
func TestAddRack(t *testing.T) {
}
func TestAddDataCenter(t *testing.T) {
}
func TestReserveVolume(t *testing.T) {
}
func TestRemoveVolume(t *testing.T) {
}
func TestRemoveServer(t *testing.T) {
}
func TestRemoveRack(t *testing.T) {
}
func TestRemoveDataCenter(t *testing.T) {
}