Skip to content

Commit

Permalink
remove hostname field from zapper_iot, we don't support this anymore (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kiya956 authored Jan 7, 2025
1 parent a9033cb commit 53d5268
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"type": "array",
"items": {"$ref": "#/$defs/mail_format"},
},
"hostname": {"type": "string"},
},
"required": [
"project_name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def test_validate_configuration_provision_plan(self):
"baud_rate": 115200,
},
"network": "eth0",
"hostname": "C031051825-00136",
},
"run_stage": [
{"initial_login": {"method": "system-user"}},
Expand All @@ -79,7 +78,6 @@ def test_validate_configuration_provision_plan(self):
"baud_rate": 115200,
},
"network": "eth0",
"hostname": "C031051825-00136",
},
"run_stage": [
{"initial_login": {"method": "system-user"}},
Expand Down

0 comments on commit 53d5268

Please sign in to comment.