Skip to content

Commit 6c74fb0

Browse files
thejtastewartsmith
authored andcommitted
Rename addon AddBMCType function to addBMCType
- addBMCType is the documented name, this fixes case mixup I caused Signed-off-by: Jason Albert <[email protected]> Signed-off-by: Stewart Smith <[email protected]>
1 parent cfeadde commit 6c74fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpTestConfiguration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def parse_args(self, argv=None):
6666
bmcChoices = ['AMI','FSP', 'OpenBMC', 'qemu']
6767
# Loop through any addons let it append the extra bmcChoices
6868
for opt in optAddons:
69-
bmcChoices = optAddons[opt].AddBMCType(bmcChoices)
69+
bmcChoices = optAddons[opt].addBMCType(bmcChoices)
7070
bmcgroup.add_argument("--bmc-type",
7171
choices=bmcChoices,
7272
help="Type of service processor")

0 commit comments

Comments
 (0)