Skip to content

Commit

Permalink
Alter tests that use StoragePool
Browse files Browse the repository at this point in the history
  • Loading branch information
telyn committed Nov 22, 2017
1 parent 536be46 commit 087466c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/admin_calls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func TestGetStoragePools(t *testing.T) {
Size: 244500,
FreeSpace: 43355,
AllocatedSpace: 20000,
Discs: []string{"daves-disc", "steves-disc", "philomenas-disc", "celestes-disc"},
Discs: 4,
OvercommitRatio: 9000,
UsageStrategy: "arsony",
StorageGrade: "wet",
Expand All @@ -383,7 +383,7 @@ func TestGetStoragePools(t *testing.T) {
Size: 244500000,
FreeSpace: 43355000,
AllocatedSpace: 20000000,
Discs: []string{"daves-disc", "steves-disc", "philomenas-disc", "celestes-disc"},
Discs: 4,
OvercommitRatio: 100,
UsageStrategy: "",
StorageGrade: "sata",
Expand All @@ -402,7 +402,7 @@ func TestGetStoragePool(t *testing.T) {
Size: 244500000,
FreeSpace: 43355000,
AllocatedSpace: 20000000,
Discs: []string{"daves-disc", "steves-disc", "philomenas-disc", "celestes-disc"},
Discs: 4,
OvercommitRatio: 100,
UsageStrategy: "",
StorageGrade: "sata",
Expand Down

0 comments on commit 087466c

Please sign in to comment.