aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/testdb.py6
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