barbican/functionaltests
jfwood eb4b711679 Initial connect up retry task submit and re-enqueue
This CR adds the remaining pieces need to allow worker task processing
to add tasks needing retries to the order retry tasks table, and then
to have the periodic task service pick these retry tasks up and enqueue
them for retries. With this initial CR no attempt is made to protect
against concurrency between the existing worker RPC process and the
separate periodic retry scheduler process. A subsequent CR will add
concurrency protection. This CR does allow the retry behavior to be
demonstrated locally as follows: 1) run the 'barbican.sh start', then
2) run the new barbican-worker-retry-scheduler.py script, then 3)
POST to the orders resource a 'certificate' type order, and finally
poll this new order until it becomes ACTIVE. The simple certificate
plugin will call for a retry for the status check method after the
initial certificate request is made. The retry processing will
eventually call the plugins status check method, which then produces
a fake certificate.

Change-Id: Idee08abcd3bf2920039f91a7f5b6125eacd1f785
2015-03-30 17:59:45 -05:00
..
api Initial connect up retry task submit and re-enqueue 2015-03-30 17:59:45 -05:00
common Making sure we allow all content-types for delete calls 2015-03-14 17:23:39 -05:00
__init__.py Replacing functional test authentication hookup 2015-03-11 02:39:33 -05:00
.testr.conf Include logging for barbican functional tests 2015-01-23 12:14:43 -06:00
post_test_hook.sh Adjust location of the functionaltests folder to root of project 2014-02-25 09:11:45 -06:00
pre_test_hook.sh Add support for dogtag in devstack testing 2015-02-20 10:52:04 -06:00
run_tests.sh Update devstack to run tests both sequentially and in parallel 2015-02-27 15:40:22 -06:00