promise/plugin: Implement check_command_execute promise plugin
A promise to run external command and success or fail depending of the command result.
Can be used to convert executable promises to the plugin system. Thanks to builtin timeout of promise system, it is safe to use for hanging commands.
Tasks:
- make python2 test passing
- make python3 test passing