aboutsummaryrefslogtreecommitdiff
path: root/rpkid/tests/smoketest.py
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-02-25Router certificates working again after changes to get subject name out of th...Rob Austein
2014-02-25Something broke MySQLdb on my laptop during a recent upgrade, and IRob Austein
2014-02-21Add router certificate support to yamltest, rpkic, etc.Rob Austein
2014-02-20Whack RSA-specific code to a more general API using PrivateKey andRob Austein
2014-02-20Checkpoint. Now generating something that looks a bit like a routerRob Austein
2014-02-20Remove dead code (old .is_leaf property, not used for years now).Rob Austein
2014-02-20Reformat some bits that were so bad I couldn't read them.Rob Austein
2014-02-19Start adding router certificates to test harness.Rob Austein
2014-01-08getopt -> argparse, update copyright.Rob Austein
2013-04-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
2013-03-21Record context in CMS replay exceptions. Closes #458.Rob Austein
2013-01-25Clean up and extend rpki.log.init() to support things like letting theRob Austein
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
2012-10-25Add direct conversion of datetime (and subclasses) timestamps toRob 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-07-06Implement CMS-timestamp-based replay protection. Closes #35.Rob Austein
2012-07-03Stop whining about missing BPKI CRLs when running rootd underRob Austein
2012-05-23Convert rpkid tests to use rcynic-text.Rob Austein
2012-04-15setup_publication() had the "DROP TABLE IF EXISTS" exception problemRob Austein
2012-04-15Forgot to take myrpki out of Makefile, oops, fixed. smoketest wasRob Austein
2012-03-19Sync from trunk.Rob Austein
2012-02-20Include self_handle in up-down resource mismatch reports. Closes #14.Rob Austein
2012-02-09merge with /trunkMichael Elkins
2012-02-03Change manifest filename extension from .mnf to .mft, to comply withRob 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-12-12Checkpoint. Custom IRDB model fields to handle automatic typeRob Austein
2011-10-08rcynic's new timestamped output directory code gets grumpy when rcynicRob Austein
2011-10-05Stop abusing RuntimeError. This closes #52.Rob Austein
2011-10-05Add global traceback control; this closes #95. Clean up someRob Austein
2011-09-15Update smoketest to track rcynicRob Austein
2011-08-12Don't freak out over failure to drop nonexistant tablesRob Austein
2011-07-27Consolidate all of the import voodoo for MySQLdb into a new module.Rob Austein
2011-04-27First whack at some of the silliest logging codeRob Austein
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
2011-01-20Generate Python executables during compilation rather than fromRob Austein
2010-12-29Get check for prog_openssl right in smoketest.Rob 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-11-10Back out change to .mft, because it breaks installed certs and I don'tRob Austein
2010-11-10Change all occurance of ".mnf" to ".mft" because:Rob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-09-10Refactor .wrap()/.unwrap() code prior to adding CMS timestamp checks.Rob Austein
2010-09-09Downgrade syslog priority of a few messagesRob Austein
2010-07-22Doh. Thanks, Michael.Rob Austein
2010-07-11Clean up uses of RuntimeError exceptionRob Austein
2010-04-14testbed.py => smoketest.pyRob Austein