Add API tests for both donut on disk and donut cache

This commit is contained in:
Harshavardhana
2015-07-07 19:37:16 -07:00
parent c76d4f6cdd
commit d1deda3a96
7 changed files with 1068 additions and 147 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ func (s *MyDonutSuite) SetUpSuite(c *C) {
conf.DonutName = "test"
conf.NodeDiskMap = createTestNodeDiskMap(root)
conf.MaxSize = 100000
customConfigPath = filepath.Join(root, "donut.json")
CustomConfigPath = filepath.Join(root, "donut.json")
err = SaveConfig(conf)
c.Assert(err, IsNil)