Home | History | Annotate | Download | only in rollover

Lines Matching refs:delegations

22 def configure_tld(zonename: str, delegations: List[Zone]) -> Zone:
28 isctest.log.info(f"create {zonename} zone with delegations and sign")
30 for zone in delegations:
34 # Some delegations are unsigned.
47 "delegations": delegations,
56 def configure_root(delegations: List[Zone]) -> TrustAnchor:
63 isctest.log.info("create root zone with delegations and sign")
65 for zone in delegations:
79 "delegations": delegations,