Skip to content

Commit 3f6f16c

Browse files
author
Fernando Ojeda
committed
Fix analysis tox.
1 parent 2fcd61b commit 3f6f16c

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

SoftLayer/fixtures/SoftLayer_Account.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -802,16 +802,13 @@
802802
},
803803
"hourlyBillingFlag": True,
804804
"operatingSystemReferenceCode": "CENTOS_LATEST",
805-
"privateNetworkOnlyFlag": True
806805
},
807806
"virtualGuestMemberCount": 0,
808807
"status": {
809808
"id": 1,
810809
"keyName": "ACTIVE",
811810
"name": "Active"
812811
},
813-
"virtualGuestAssets": [],
814-
"virtualGuestMembers": []
815812
},
816813
{
817814
"accountId": 31111,
@@ -852,8 +849,6 @@
852849
"id": 1,
853850
"keyName": "ACTIVE",
854851
"name": "Active"
855-
},
856-
"virtualGuestAssets": [],
857-
"virtualGuestMembers": []
858-
},
852+
}
853+
}
859854
]

SoftLayer/fixtures/SoftLayer_Scale_Group.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,13 @@
4747
"cooldown": 1800,
4848
"createDate": "2016-10-25T01:48:34+08:00",
4949
"id": 12222222,
50-
"lastActionDate": "2016-10-25T01:48:34+08:00",
5150
"maximumMemberCount": 5,
5251
"minimumMemberCount": 0,
5352
"name": "tests",
54-
"regionalGroupId": 663,
5553
"virtualGuestMemberTemplate": {
5654
"accountId": 31111,
5755
"domain": "sodg.com",
5856
"hostname": "testing",
59-
"id": None,
60-
"maxCpu": None,
6157
"maxMemory": 32768,
6258
"startCpus": 32,
6359
"blockDevices": [
@@ -89,12 +85,10 @@
8985
"cooldown": 1800,
9086
"createDate": "2018-04-24T04:22:00+08:00",
9187
"id": 224533333,
92-
"lastActionDate": "2019-01-19T04:53:18+08:00",
9388
"maximumMemberCount": 10,
9489
"minimumMemberCount": 0,
9590
"modifyDate": "2019-01-19T04:53:21+08:00",
9691
"name": "test-ajcb",
97-
"regionalGroupId": 1025,
9892
"virtualGuestMemberTemplate": {
9993
"accountId": 31111,
10094
"domain": "test.local",
@@ -148,14 +142,6 @@
148142
"maxCpu": None,
149143
"maxMemory": 32768,
150144
"startCpus": 32,
151-
"blockDevices": [
152-
{
153-
"device": "0",
154-
"diskImage": {
155-
"capacity": 25,
156-
}
157-
}
158-
],
159145
"datacenter": {
160146
"name": "sao01",
161147
},

0 commit comments

Comments
 (0)