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

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

parent 3ef32f24
...@@ -4,12 +4,10 @@ ...@@ -4,12 +4,10 @@
"properties": { "properties": {
"client.crt": { "client.crt": {
"type": "string", "type": "string",
"pattern": "^Certificate:.+\\n-----END CERTIFICATE-----\\n$",
"default": "Certificate:\ndefault-client-crt\n-----END CERTIFICATE-----\n" "default": "Certificate:\ndefault-client-crt\n-----END CERTIFICATE-----\n"
}, },
"client.key": { "client.key": {
"type": "string", "type": "string",
"pattern": "^-----BEGIN PRIVATE KEY-----.+\\n-----END PRIVATE KEY-----\\n$",
"default": "-----BEGIN PRIVATE KEY-----\ndefault-client-key\n-----END PRIVATE KEY-----\n" "default": "-----BEGIN PRIVATE KEY-----\ndefault-client-key\n-----END PRIVATE KEY-----\n"
}, },
"master-url": { "master-url": {
...@@ -27,8 +25,7 @@ ...@@ -27,8 +25,7 @@
"format": "uri" "format": "uri"
}, },
"md5sum": { "md5sum": {
"type": "string", "type": "string"
"pattern": "^[a-f0-9]{32}$"
} }
}, },
"additionalProperties": false "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