Browse Source

scaffold for tests

pull/2/head
Chris Lu 12 years ago
parent
commit
f5d981ab4d
  1. 41
      weed-fs/src/pkg/topology/topo_test.go

41
weed-fs/src/pkg/topology/topo_test.go

@ -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) {
}
Loading…
Cancel
Save