Skip to content

Commit

Permalink
Added HyperFlex server prefix to list of valid model prefixes. (Cisco…
Browse files Browse the repository at this point in the history
  • Loading branch information
suresh-muthu authored and vvb committed Apr 13, 2017
1 parent 7d4d59d commit d4c8386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imcsdk/imcsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def _validate_connection(self):
return False

def _validate_model(self, model):
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS"]
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS", "HX"]
valid_models = ["R460-4640810", "C260-BASE-2646"]

if model in valid_models:
Expand Down

0 comments on commit d4c8386

Please sign in to comment.