Commit 20c0623a authored by Lu Xu's avatar Lu Xu 👀

software/end-to-end-testing: remove pattern from input schema

parent 3ef32f24
Pipeline #31821 failed with stage
......@@ -4,12 +4,10 @@
"properties": {
"client.crt": {
"type": "string",
"pattern": "^Certificate:.+\\n-----END CERTIFICATE-----\\n$",
"default": "Certificate:\ndefault-client-crt\n-----END CERTIFICATE-----\n"
},
"client.key": {
"type": "string",
"pattern": "^-----BEGIN PRIVATE KEY-----.+\\n-----END PRIVATE KEY-----\\n$",
"default": "-----BEGIN PRIVATE KEY-----\ndefault-client-key\n-----END PRIVATE KEY-----\n"
},
"master-url": {
......@@ -27,8 +25,7 @@
"format": "uri"
},
"md5sum": {
"type": "string",
"pattern": "^[a-f0-9]{32}$"
"type": "string"
}
},
"additionalProperties": false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment