diff options
Diffstat (limited to 'myrpki.rototill')
-rw-r--r-- | myrpki.rototill/yamltest.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/myrpki.rototill/yamltest.py b/myrpki.rototill/yamltest.py index 851ea34d..1e34abb5 100644 --- a/myrpki.rototill/yamltest.py +++ b/myrpki.rototill/yamltest.py @@ -162,6 +162,12 @@ class allocation(object): crl_interval = None regen_margin = None rootd_port = None + engine = -1 + rpkid_port = -1 + irdbd_port = -1 + pubd_port = -1 + rsync_port = -1 + rootd_port = -1 @classmethod def allocate_port(cls): |