コード例 #1
0
ファイル: storage_test.go プロジェクト: imoapps/juju
// makeStorage creates a Manta storage object for the running test.
func (s *storageSuite) makeStorage(name string, c *gc.C) *jp.JoyentStorage {
	stor := joyent.MakeStorage(c, GetFakeConfig("test://test.api.joyentcloud.com", s.localMantaServer.Server.URL))
	return stor.(*jp.JoyentStorage)
}
コード例 #2
0
ファイル: storage_test.go プロジェクト: jiasir/juju
// makeStorage creates a Manta storage object for the running test.
func (s *storageSuite) makeStorage(name string, c *gc.C) *jp.JoyentStorage {
	stor := joyent.MakeStorage(c, GetFakeConfig("localhost", s.localMantaServer.Server.URL))
	return stor.(*jp.JoyentStorage)
}