diff --git a/core/Ability-to-generate-3072-bit-keys/main.fmf b/core/Ability-to-generate-3072-bit-keys/main.fmf index 63557e6..1be41d1 100644 --- a/core/Ability-to-generate-3072-bit-keys/main.fmf +++ b/core/Ability-to-generate-3072-bit-keys/main.fmf @@ -1,7 +1,6 @@ summary: Ability to generate 3072 bit keys description: | Bug summary: Ability to generate 3072 bit keys -contact: Branislav Náter component: - sscg test: ./runtest.sh diff --git a/core/certificates-with-incorrect-expiry/main.fmf b/core/certificates-with-incorrect-expiry/main.fmf index 98702fa..98bfaa6 100644 --- a/core/certificates-with-incorrect-expiry/main.fmf +++ b/core/certificates-with-incorrect-expiry/main.fmf @@ -10,8 +10,8 @@ recommend: duration: 5m enabled: true tag: - - Tier3 -tier: '3' + - Tier2 +tier: '2' link: - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2017667 extra-nitrate: TC#0612550 diff --git a/core/certificates-with-incorrect-expiry/runtest.sh b/core/certificates-with-incorrect-expiry/runtest.sh index 3789451..c54e8a7 100755 --- a/core/certificates-with-incorrect-expiry/runtest.sh +++ b/core/certificates-with-incorrect-expiry/runtest.sh @@ -44,9 +44,9 @@ rlJournalStart rlLogInfo "Get current date +1 year" # It might happend date we get time a bit later so we will compare # 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='1 year - 1 second' >> output.txt - cert_end_date=$(openssl x509 -enddate -noout < service.pem) + 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='365 days - 1 second' >> output.txt + cert_end_date=$(openssl x509 -enddate -noout < service.pem | tr -s ' ') rlRun "echo $cert_end_date" 0 "Certificate end date" rlRun "cat output.txt" 0 "Generated dates" # dates should match diff --git a/main.fmf b/main.fmf new file mode 100644 index 0000000..8df2dbd --- /dev/null +++ b/main.fmf @@ -0,0 +1,2 @@ +# QE owner +contact: Branislav Náter