Skip to content

Commit

Permalink
Rename addon AddBMCType function to addBMCType
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
thejta authored and stewartsmith committed Aug 18, 2017
1 parent cfeadde commit 6c74fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpTestConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def parse_args(self, argv=None):
bmcChoices = ['AMI','FSP', 'OpenBMC', 'qemu']
# Loop through any addons let it append the extra bmcChoices
for opt in optAddons:
bmcChoices = optAddons[opt].AddBMCType(bmcChoices)
bmcChoices = optAddons[opt].addBMCType(bmcChoices)
bmcgroup.add_argument("--bmc-type",
choices=bmcChoices,
help="Type of service processor")
Expand Down

0 comments on commit 6c74fb0

Please sign in to comment.