diff options
author | Rob Austein <sra@hactrn.net> | 2013-04-20 22:49:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-04-20 22:49:36 +0000 |
commit | 1a25fee2670a50d1c8d1946c591f202b01a6a5e5 (patch) | |
tree | 6c447cefaab6f4f17a39e48101f3e6bfecb5db99 /rpkid/tests | |
parent | 88ed7132a850319e4b61e899914597cf8cb4224d (diff) |
Consider updating ROAs and Ghostbusters when CA certificate changes.
svn path=/trunk/; revision=5305
Diffstat (limited to 'rpkid/tests')
-rw-r--r-- | rpkid/tests/smoketest.6.yaml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/rpkid/tests/smoketest.6.yaml b/rpkid/tests/smoketest.6.yaml index 07b12d58..e8d65433 100644 --- a/rpkid/tests/smoketest.6.yaml +++ b/rpkid/tests/smoketest.6.yaml @@ -15,11 +15,18 @@ # PERFORMANCE OF THIS SOFTWARE. name: RIR -valid_for: 2d +valid_for: 4w kids: - name: Alice hosted_by: RIR - #valid_for: 5m + # + # To test immediate expiration + #valid_for: 5m + # + # To test what happens when we reach rgen_margin + #valid_for: 2w2h5m + #valid_for: 2w5m + # kids: - name: Betty hosted_by: RIR |