diff options
author | Rob Austein <sra@hactrn.net> | 2018-08-26 15:10:35 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2018-08-26 15:10:35 -0400 |
commit | ccf638a65f73fede347b387c50a6381a32de7b52 (patch) | |
tree | 7e03aaa6e2357df00a5bc109d5e85a4def22b1a2 /ca/tests/Makefile.in | |
parent | 349194f64968fdade05c70db900e8518d56114ad (diff) |
Clean up old code which has been obsolete for years.
smoketest hasn't worked since we converted to Tornado and Django ORM.
xml-parse-test hasn't worked since we ripped out the massively
redundant XML layer and went to using lxml.etree directly.
old_irdbd hasn't worked since we converted to Django ORM.
rpki.adns hasn't worked since we converted to Tornado.
Various tests in ca/Makefile.in haven't worked since all of the above
happened.
Some day we may want to resurrect a few bits (in particular, the
post-initialization scripting capabilities from smoketest) but for the
moment it just confuses people, so away with it.
Diffstat (limited to 'ca/tests/Makefile.in')
-rw-r--r-- | ca/tests/Makefile.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/ca/tests/Makefile.in b/ca/tests/Makefile.in index eb4357b1..6362bdc7 100644 --- a/ca/tests/Makefile.in +++ b/ca/tests/Makefile.in @@ -52,37 +52,6 @@ relaxng: up-down-relaxng left-right-relaxng publication-relaxng publication-cont all-tests:: relaxng -parse-test: left-right-protocol-samples publication-protocol-samples publication-control-protocol-samples - ${PYTHON} xml-parse-test.py - -all-tests:: parse-test - -all-tests:: - ${PYTHON} smoketest.py smoketest.1.yaml - -all-tests:: - ${PYTHON} smoketest.py smoketest.2.yaml - -test all-tests:: - ${PYTHON} smoketest.py smoketest.3.yaml - -all-tests:: - ${PYTHON} smoketest.py smoketest.4.yaml - -all-tests:: - ${PYTHON} smoketest.py smoketest.5.yaml - -test all-tests:: - ${PYTHON} smoketest.py smoketest.6.yaml - -all-tests:: - ${PYTHON} smoketest.py smoketest.7.yaml - -profile: all - find smoketest.dir -name '*.prof' -delete - ${PYTHON} smoketest.py smoketest.2.yaml -p - for i in smoketest.dir/*.prof; do ${PYTHON} -c "import pstats;pstats.Stats('$$i').sort_stats('time').print_stats()"; done - # This isn't a full exercise of the yamltest framework, but is # probably as good as we can do under make. |