diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-21 07:47:29 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-21 07:47:29 +0000 |
commit | 5fb2dd7c790a8a65290a413da5d04be4811a8a2c (patch) | |
tree | 279ebb26765e1a6c8d908968204ac4f0acc10e8c /scripts | |
parent | 067ccb461b576b99e049e1fbe63a0ba5dd0f09db (diff) |
Checkpoint
svn path=/scripts/testdb.py; revision=1408
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/testdb.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/testdb.py b/scripts/testdb.py index 4e98669f..2df389c0 100644 --- a/scripts/testdb.py +++ b/scripts/testdb.py @@ -72,7 +72,11 @@ def main(): for a in db.engines: a.run_daemons() - # 6: Create objects in RPKI engines + # Create objects in RPKI engines + + for a in db.engines: + a.create_rpki_objects() + # 7: Write YAML files for leaves # 8: Start cycle: # 8a: Run cron in all RPKI instances |