diff options
-rw-r--r-- | rpkid/tests/yamltest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpkid/tests/yamltest.py b/rpkid/tests/yamltest.py index 32434147..12fd7f85 100644 --- a/rpkid/tests/yamltest.py +++ b/rpkid/tests/yamltest.py @@ -118,6 +118,8 @@ class allocation_db(list): self.root.crl_interval = 24 * 60 * 60 if self.root.regen_margin is None: self.root.regen_margin = 24 * 60 * 60 + if self.root.base.valid_until is None: + self.root.base.valid_until = rpki.sundial.now() + rpki.sundial.timedelta(days = 2) for a in self: if a.sia_base is None: if a.runs_pubd: |