karbor/karbor/tests
jiaopengju bba93226e6 Add trigger verification in API
Currently, we use 'cast' instead of 'call' to send request
from api to operationengine when creating a new trigger.
With 'cast', it will not give a return value to api even the
trigger is invalid, so users can create triggers successfully
with using invalid triggers.

This patch add trigger verification in API side. Before send
create request to operationengine, API send a verify request
to operationengine first, which type is 'call', to make sure
the trigger will be created is valid.

Change-Id: Iea734e1b4a63f6e35afe32cbbb2b60f79d6db085
Closes-Bug: #1736657
2018-01-26 13:50:37 +08:00
..
contrib fullstack: don't reinstall virtualenv 2016-12-15 13:58:04 +02:00
fullstack Add time format check in API 2017-10-30 14:08:14 +08:00
unit Add trigger verification in API 2018-01-26 13:50:37 +08:00
__init__.py Change Smaug to Karbor 2016-08-18 22:55:34 +08:00
base.py Remove policy.json from unit test 2017-10-27 17:22:17 +08:00
test_karbor.py Change Smaug to Karbor 2016-08-18 22:55:34 +08:00