Skip to content

Commit

Permalink
allow 1 to 2 digits for the day of month in Certificate Dates
Browse files Browse the repository at this point in the history
internal-ca lab CA
        Validity
            Not Before: Aug 31 12:16:02 2023 GMT
            Not After : Sep  1 13:16:02 2023 GMT
  • Loading branch information
steiler committed Aug 31, 2023
1 parent e4442f8 commit ff1ae13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/01-smoke/10-ca-parameter.robot
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Get Certificate Date
[Arguments] ${certificate_output} ${type}
${date} = Get Regexp Matches
... ${certificate_output}
... Not ${type}\\W*: (\\w{3} \\d{2} \\d{2}:\\d{2}:\\d{2} \\d{4} \\w{3})
... Not ${type}\\W*: (\\w{3}\\W+\\d{1,2} \\d{2}:\\d{2}:\\d{2} \\d{4} \\w{3})
... 1
[Return] ${date}[0]

Expand Down

0 comments on commit ff1ae13

Please sign in to comment.