Skip to content

Commit

Permalink
Merge pull request #489 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
simply the remotehosts schema ip address validation and make it more …
  • Loading branch information
k-rister authored Apr 30, 2024
2 parents 65c21e5 + 074aae3 commit 7f70278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"properties": {
"controller-ip-address": {
"type": "string",
"pattern": "^[1-9][0-9]{0,2}\\.[1-9][0-9]{0,2}\\.[1-9][0-9]{0,2}\\.[1-9][0-9]{0,2}$"
"pattern": "^\d{1,3}\\.\d{1,3}\\.\d{1,3}\\.\d{1,3}$"
},
"cpu-partitioning": {
"type": "boolean"
Expand Down

0 comments on commit 7f70278

Please sign in to comment.