Skip to content

Commit

Permalink
Update src/python_testing/TC_DeviceConformance.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
  • Loading branch information
cecille and tcarmelveilleux authored Aug 20, 2024
1 parent aaf8e8a commit e34d3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_DeviceConformance.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def record_warning(location, problem):
# Managed ACL is treated as a special case because it is only allowed if other endpoints support NIM and disallowed otherwise.
if not self._has_nim():
record_error(
location=location, problem="MACL feature is disallowed if the network infrastructure manager device type is not present")
location=location, problem="MACL feature is disallowed if the Network Infrastructure Manager device type is not present")
continue

if f not in self.xml_clusters[cluster_id].features.keys():
Expand Down

0 comments on commit e34d3e3

Please sign in to comment.