deb-mistral/mistral/tests/unit
Nikolay Mahotkin 56f2d5f4b5 Fixing SSH actions to use names of private keys
* SSH action uses private key names instead of
   private keys themself. All private keys now
   should be in <user-home>/.ssh/, e.g. searching
   of key 'my_key.pem' will be at <user-home>/.ssh/my_key.pem
 * Fixed functional tests
 * Remove sudo while running tests

Closes-Bug: #1507600

Depends-On: Idc4340cda80d02f4ee88c91600b72d0f914c4084

Change-Id: I503d78ff541183ce850476229842fa6f20061a00
2015-10-22 16:30:54 +03:00
..
actions Fix order of arguments in assertEqual 2015-09-24 16:43:48 +05:30
api Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
db Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
engine Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
services Action definition updated, when workbook is created. 2015-10-14 04:29:59 +00:00
utils Fixing SSH actions to use names of private keys 2015-10-22 16:30:54 +03:00
workbook Add semantics validation of direct workflow 'join' tasks 2015-09-18 13:10:37 +03:00
workflow Renaming state DELAYED to RUNNING_DELAYED 2015-09-25 15:21:24 +06:00
__init__.py Added initial database setup 2013-11-29 16:13:54 +04:00
test_coordination.py Fix some spelling typo in manual and program output 2015-09-24 21:10:36 +08:00
test_exception_base.py Fix order of arguments in assertEqual 2015-09-24 16:43:48 +05:30
test_expressions.py Fix order of arguments in assertEqual 2015-09-24 16:43:48 +05:30