~bteleaga/gwacl/windowsgwacl

« back to all changes in this revision

Viewing changes to rolesizes_test.go

Add new instance types and regions

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
var knownRegions = []string{
15
15
    "East US",
 
16
    "East US 2",
16
17
    "West US",
 
18
    "Central US",
17
19
    "North Central US",
18
20
    "South Central US",
19
21
    "North Europe",
23
25
    "Japan East",
24
26
    "Japan West",
25
27
    "Brazil South",
 
28
    "Australia Southeast",
 
29
    "Australia East",
26
30
}
27
31
 
28
32
var knownSizes = []string{
29
33
    "Basic_A0", "Basic_A1", "Basic_A2", "Basic_A3", "Basic_A4",
30
34
    "ExtraSmall", "Small", "Medium", "Large", "ExtraLarge",
31
 
    "A5", "A6", "A7", "A8", "A9",
 
35
    "A5", "A6", "A7", "A8", "A9", "D1", "D2", "D3", "D4", "D11",
 
36
    "D12", "D13", "D14",
32
37
}
33
38
 
34
39
func (suite *rolesizeSuite) TestRoleCostKnownRegions(c *C) {