Skip to content
Snippets Groups Projects
Commit b5de345d authored by Libor Peltan's avatar Libor Peltan
Browse files

tests: added normal algorithm rollover to csk_rollovers test

parent 46abdd39
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -213,4 +213,7 @@ watch_alg_rollover(t, child, child_zone, 1, 1, "CSK to CSK alg", "ECDSAP384SHA38
pregenerate_key(child, child_zone, "ECDSAP256SHA256")
watch_alg_rollover(t, child, child_zone, 1, 2, "CSK to KZSK alg", "ECDSAP256SHA256", False, cds_submission)
pregenerate_key(child, child_zone, "ECDSAP384SHA384")
watch_alg_rollover(t, child, child_zone, 2, 2, "KZSK alg", "ECDSAP384SHA384", False, cds_submission)
t.end()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment