Skip to content

Commit

Permalink
Merge pull request #7 from halter/feat/update-submodules
Browse files Browse the repository at this point in the history
add test_station to TestRecord and update DutIdentifier
  • Loading branch information
divz-tech authored Mar 22, 2024
2 parents 31756ff + 0fd624d commit cc5d725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openhtf/core/dut_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@dataclass
class DutIdentifier:
halter_serial_number: Optional[str] = None
manufacturer_serial_number: Optional[str] = None
mac_address: Optional[str] = None
part_number: Optional[str] = None
additional: dict = field(default_factory=dict)
Expand Down

0 comments on commit cc5d725

Please sign in to comment.