Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ef360f9c1 | ||
|
|
10a3d28457 |
||
|
|
93fbe759fd |
4 changed files with 7 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
summary: Ability to generate 3072 bit keys
|
summary: Ability to generate 3072 bit keys
|
||||||
description: |
|
description: |
|
||||||
Bug summary: Ability to generate 3072 bit keys
|
Bug summary: Ability to generate 3072 bit keys
|
||||||
contact: Branislav Náter <bnater@redhat.com>
|
|
||||||
component:
|
component:
|
||||||
- sscg
|
- sscg
|
||||||
test: ./runtest.sh
|
test: ./runtest.sh
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ recommend:
|
||||||
duration: 5m
|
duration: 5m
|
||||||
enabled: true
|
enabled: true
|
||||||
tag:
|
tag:
|
||||||
- Tier3
|
- Tier2
|
||||||
tier: '3'
|
tier: '2'
|
||||||
link:
|
link:
|
||||||
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=2017667
|
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=2017667
|
||||||
extra-nitrate: TC#0612550
|
extra-nitrate: TC#0612550
|
||||||
|
|
|
||||||
|
|
@ -44,9 +44,9 @@ rlJournalStart
|
||||||
rlLogInfo "Get current date +1 year"
|
rlLogInfo "Get current date +1 year"
|
||||||
# It might happend date we get time a bit later so we will compare
|
# It might happend date we get time a bit later so we will compare
|
||||||
# certificate date with two values
|
# certificate date with two values
|
||||||
date +'notAfter=%b %-d %H:%M:%S %Y GMT' --utc --date='1 year' > output.txt
|
date +'notAfter=%b %-d %H:%M:%S %Y GMT' --utc --date='365 days' > output.txt
|
||||||
date +'notAfter=%b %-d %H:%M:%S %Y GMT' --utc --date='1 year - 1 second' >> output.txt
|
date +'notAfter=%b %-d %H:%M:%S %Y GMT' --utc --date='365 days - 1 second' >> output.txt
|
||||||
cert_end_date=$(openssl x509 -enddate -noout < service.pem)
|
cert_end_date=$(openssl x509 -enddate -noout < service.pem | tr -s ' ')
|
||||||
rlRun "echo $cert_end_date" 0 "Certificate end date"
|
rlRun "echo $cert_end_date" 0 "Certificate end date"
|
||||||
rlRun "cat output.txt" 0 "Generated dates"
|
rlRun "cat output.txt" 0 "Generated dates"
|
||||||
# dates should match
|
# dates should match
|
||||||
|
|
|
||||||
2
main.fmf
Normal file
2
main.fmf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# QE owner
|
||||||
|
contact: Branislav Náter <bnater@redhat.com>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue