aboutsummaryrefslogtreecommitdiff
path: root/rpkid/tests/yamltest.py
AgeCommit message (Expand)Author
2014-01-08getopt -> argparse, update copyright.Rob Austein
2013-09-30Don't delay waiting for daemons to start up if we're just going toRob Austein
2013-05-14Don't depend on default SQL password, since that's now generated onRob Austein
2013-04-19Add option to allow setting initial resource validity when configuringRob Austein
2013-04-18Teach rpkic and yamltest about Ghostbusters records.Rob Austein
2013-04-16Restrict use of rpkid.self.regen_margin to certificate regeneration,Rob Austein
2013-03-25Break rootd setup out of rpkic create_identity into new command rpkicRob Austein
2013-03-25Add create_identity and initialize_server_bpki, teach yamltest to useRob Austein
2013-03-21[5076] broke yamltest, customize publication_base_directory to fix.Rob Austein
2013-01-25Clean up and extend rpki.log.init() to support things like letting theRob Austein
2012-11-18Test environment for deliberately broken pubd.Rob Austein
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
2012-10-18pylintRob Austein
2012-10-12Deobfuscate.Rob Austein
2012-10-09Whack SIA and AIA code to use POW instead of POW.pkix. WhackRob Austein
2012-09-01Don't write .csv files when in --skip_config mode. This was maskingRob Austein
2012-08-31Tweak shutdown to give children more time to save profile data.Rob Austein
2012-08-27Move root.cer to separate rsync module when building testRob Austein
2012-08-24Cleanup, add timestamps.Rob Austein
2012-08-24Add --loopback to yamlconf and --synchronize to yamltest, so that weRob Austein
2012-08-20Extend insecure-debug-only-rsa-key hack to something we can use withRob Austein
2012-08-19Refactor rpkid high-level task system to use classes rather thanRob Austein
2012-08-18Merge rpkic profiling support from trunk/.Rob Austein
2012-08-09Switch rpki.sql.session.cache to use weak references, so that Python'sRob Austein
2012-08-09Sometimes it takes more than one signal to get a subprocess to exit.Rob Austein
2012-07-30Remove -s from getopt string too.Rob Austein
2012-07-30Add --stop_after_configRob Austein
2012-07-26Add profiling support to yamltest; fix profiling support in daemons.Rob Austein
2012-07-03Add TAL support.Rob Austein
2012-06-16Add "--flat_publication" option to yamltest, and correspondingRob Austein
2012-05-04Don't explode if valid_until isn't set in test configuration.Rob Austein
2012-04-17Synchronize with daemons automatically after rpkic commands whereRob Austein
2012-04-15Put BPKI server files in /usr/local/share/rpki (akaRob Austein
2012-02-22Make base_port configurable in [yamltest] section of rpki.conf. See #200.Rob Austein
2012-01-12Refactor library functions out of rpkic command line shell (see #26,Rob Austein
2012-01-08Checkpoint. New irdbd now work, after some transaction voodoo.Rob Austein
2012-01-07Checkpoint. rpkic and yamltest mostly work, but irdbd is still actingRob Austein
2011-12-14Start hacking replacement for myrpki comamnd (rpkic) which uses theRob Austein
2011-01-20Generate Python executables during compilation rather than fromRob Austein
2010-12-29First cut at getting Python stuff fully (well, more fully) under autoconfRob Austein
2010-11-14Use sys.executable to find Python; use same SQL usernames in yamltest as in s...Rob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-10-04Hack rpki.myrpki.csv_writer to write to a temporary filename, thenRob Austein
2010-07-11Clean up uses of RuntimeError exceptionRob Austein
2010-07-04Handle nested hosting cases properly.Rob Austein
2010-07-03Set "run_rpkid" correctly. This exposes a structural problem withRob Austein
2010-06-10Add -keep_going flag to let us kill and restart individual daemonsRob Austein
2010-04-19Merge myrpki/ into rpkid/ and clean up the result.Rob Austein