HomeSort by: relevance | last modified time | path
    Searched refs:Ipub (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/rollover/
common.py 17 from isctest.kasp import Ipub, IpubC, Iret
95 ALGOROLL_IPUB = Ipub(ALGOROLL_CONFIG)
129 KSK_IPUB = Ipub(KSK_CONFIG)
tests_rollover_manual.py 16 from isctest.kasp import KeyTimingMetadata, Ipub, Iret, private_type_record
146 expected[0].timing["Retired"] = startroll + Ipub(CONFIG)
192 expected[0].timing["Retired"] = now + Ipub(CONFIG)
  /src/external/mpl/bind/dist/bin/tests/system/rollover-enable-dnssec/
tests_rollover_enable_dnssec.py 17 from isctest.kasp import Ipub, IpubC, Iret
44 IPUB = Ipub(CONFIG)
50 OFFSETS["step2"] = -int(IPUB.total_seconds())
121 "nextev": IPUB,
153 "nextev": IRETZSK - IPUB,
  /src/external/mpl/bind/dist/bin/tests/system/rollover-zsk-prepub/
tests_rollover_zsk_prepublication.py 19 from isctest.kasp import Ipub, Iret
48 IPUB = Ipub(CONFIG)
53 OFFSETS["step2-p"] = -int(ZSK_LIFETIME.total_seconds() - IPUB.total_seconds())
56 OFFSETS["step3-s"] = -int(IPUB.total_seconds())
115 "nextev": ZSK_LIFETIME - IPUB - timedelta(days=7),
172 "nextev": IPUB,
351 # this is the zsk lifetime minus IRET minus IPUB minus time
353 "nextev": ZSK_LIFETIME - IRET - IPUB - KEYTTLPROP,
  /src/external/mpl/bind/dist/bin/tests/system/rollover-csk-roll1/
tests_rollover_csk_roll1.py 19 from isctest.kasp import Ipub, Iret
49 IPUB = Ipub(CONFIG)
56 OFFSETS["step2-p"] = -int(CSK_LIFETIME.total_seconds() - IPUB.total_seconds())
59 OFFSETS["step3-s"] = -int(IPUB.total_seconds())
120 # minus time already elapsed. This is Lcsk - Ipub + Dreg (we ignore
122 "nextev": CSK_LIFETIME - IPUB - timedelta(days=7),
180 "nextev": IPUB,
433 "nextev": CSK_LIFETIME - IRETZSK - IPUB - KEYTTLPROP,
  /src/external/mpl/bind/dist/bin/tests/system/rollover-csk-roll2/
tests_rollover_csk_roll2.py 19 from isctest.kasp import Ipub, Iret
50 IPUB = Ipub(CONFIG)
57 OFFSETS["step2-p"] = -int(CSK_LIFETIME.total_seconds() - IPUB.total_seconds())
60 OFFSETS["step3-s"] = -int(IPUB.total_seconds())
123 # minus time already elapsed. This is Lcsk - Ipub + Dreg (we ignore
125 "nextev": CSK_LIFETIME - IPUB - TIMEDELTA["P7D"],
183 "nextev": IPUB,
406 "nextev": CSK_LIFETIME - IRET - IPUB - KEYTTLPROP,
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
kasp.py 60 def Ipub(config):
240 def Ipub(self, config):
241 ipub = timedelta(0)
244 ipub = Ipub(config)
246 self.timing["Active"] = self.timing["Published"] + ipub
295 self.Ipub(config)

Completed in 32 milliseconds