Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/common/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def get_image_info(self):
return ret

def get_asic_type(self):
return dut.facts["asic_type"]
return self.facts["asic_type"]


class EosHost(AnsibleHostBase):
Expand Down