rallytime
|
57514d824b
|
Fix pylint on 2014.7 branch
|
2015-01-03 21:44:09 -07:00 |
|
Justin Findlay
|
4748156ed9
|
update cmdmod integration tests
|
2014-12-23 13:59:25 -07:00 |
|
Elias Probst
|
5a6811759f
|
Fix tests for #18841.
|
2014-12-18 01:51:26 +01:00 |
|
Elias Probst
|
a2e52dd5fc
|
Fix tests for #18841.
|
2014-12-18 01:51:08 +01:00 |
|
Elias Probst
|
e82c6ba7c0
|
Add missing line.
|
2014-12-18 01:50:39 +01:00 |
|
Elias Probst
|
6363aa22ac
|
Add integration tests for 'modules.file.replace()'.
|
2014-12-17 12:06:58 +01:00 |
|
Pedro Algarvio
|
a985f0ac4e
|
Disable some Pylint errors
|
2014-12-01 03:23:52 +00:00 |
|
Pedro Algarvio
|
78bc5107ee
|
Switch open() for salt.utils.fopen()
|
2014-11-26 23:38:34 +00:00 |
|
Pedro Algarvio
|
62ec46d6dd
|
Switch open() for salt.utils.fopen()
|
2014-11-26 23:37:01 +00:00 |
|
Pedro Algarvio
|
d957d2e911
|
Switch open() for salt.utils.fopen()
|
2014-11-26 23:36:26 +00:00 |
|
Pedro Algarvio
|
bea345e720
|
Switch open() for salt.utils.fopen()
|
2014-11-26 23:35:31 +00:00 |
|
Pedro Algarvio
|
1857a0d31f
|
Switch open() for salt.utils.fopen()
|
2014-11-26 23:30:18 +00:00 |
|
Pedro Algarvio
|
8735242906
|
We need to call read() !
|
2014-11-26 23:13:19 +00:00 |
|
Pedro Algarvio
|
1eeb02d93f
|
Add a missed with
|
2014-11-26 21:07:39 +00:00 |
|
Pedro Algarvio
|
47edf6fc89
|
Fix the with context
|
2014-11-26 20:49:04 +00:00 |
|
Pedro Algarvio
|
2d210b9055
|
Switch open() for salt.utils.fopen()
|
2014-11-26 18:33:22 +00:00 |
|
Pedro Algarvio
|
89befb8827
|
Switch open() for salt.utils.fopen()
|
2014-11-26 18:02:24 +00:00 |
|
Pedro Algarvio
|
b5cda75a8c
|
Switch open() for salt.utils.fopen()
|
2014-11-26 18:01:35 +00:00 |
|
Pedro Algarvio
|
ea717d2422
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:59:52 +00:00 |
|
Pedro Algarvio
|
d27c38d28f
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:57:57 +00:00 |
|
Pedro Algarvio
|
70b657af20
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:56:43 +00:00 |
|
Pedro Algarvio
|
46ea34b4f5
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:55:30 +00:00 |
|
Pedro Algarvio
|
32b2f2e05f
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:54:29 +00:00 |
|
Pedro Algarvio
|
2127a98667
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:52:46 +00:00 |
|
Pedro Algarvio
|
9230f5b5ee
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:50:47 +00:00 |
|
Pedro Algarvio
|
753338e078
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:49:27 +00:00 |
|
Pedro Algarvio
|
2a597da207
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:47:05 +00:00 |
|
Pedro Algarvio
|
6b72255e9b
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:46:13 +00:00 |
|
Pedro Algarvio
|
5dfddc88a4
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:39:49 +00:00 |
|
Pedro Algarvio
|
0723b24feb
|
Switch open() for salt.utils.fopen()
|
2014-11-26 17:39:18 +00:00 |
|
rallytime
|
eeab98c3be
|
Skip tornado tests if we can't import ZMQIOLoop
Tornado tests were failing on Ubuntu 10 and 12 because they don't have
a new enough version of PyZMQ to use the ioloop.current function.
|
2014-11-25 13:06:33 -07:00 |
|
Thomas Jackson
|
0a1b88e6b5
|
Change all saltnado asserts to unittest asserts. This way when there is a failure you get nice pretty printouts!
|
2014-11-20 18:35:41 -08:00 |
|
Thomas Jackson
|
c68066d60b
|
Decrease timeout to fit into "long", before this timeout wasn't passed anywhere, but now that it is it has to fit into a C long otherwise you get errors like:
"OverflowError: Python int too large to convert to C long"
|
2014-11-20 07:46:13 -08:00 |
|
Thomas Jackson
|
837a8ed475
|
Move EventListener over to ZMQStreams
|
2014-11-17 08:24:28 -08:00 |
|
Thomas Jackson
|
f7adfb44e9
|
Increase timeout from 5s to 10s, since jenkins seems to have issues calling runners in 5s
|
2014-11-14 18:08:44 -08:00 |
|
Thomas Jackson
|
ea8b4bb479
|
Make sure to only cleanup the tag_map in the case that you timeout the future
|
2014-11-14 11:47:35 -08:00 |
|
Thomas Jackson
|
e2102fcbc7
|
Pylint cleanup
|
2014-11-14 09:15:54 -08:00 |
|
Thomas Jackson
|
6f0552c9e1
|
Pylint fixes
|
2014-11-13 09:33:14 -08:00 |
|
Thomas Jackson
|
9e61037b0d
|
Cleanup, and fix exp_form override-- we need to do it after the ping to minions
|
2014-11-13 08:36:28 -08:00 |
|
Thomas Jackson
|
ce22427071
|
Remove timeout test since that no longer valid
|
2014-11-13 08:36:28 -08:00 |
|
Thomas Jackson
|
31b54762b0
|
Add tests for multi-post and multi-token
|
2014-11-13 08:36:28 -08:00 |
|
Thomas Jackson
|
a259f2149b
|
Move syndic_wait_done into base class (more than one func need it)
Change local_batch to just call local to get the minion list
|
2014-11-13 08:36:28 -08:00 |
|
Thomas Jackson
|
522090a8c8
|
Rework local to ping minions, and wait a min of syndic_wait (if a syndic)
|
2014-11-13 08:36:28 -08:00 |
|
Thomas Jackson
|
9d4784f835
|
Update todo marker
|
2014-11-13 08:36:28 -08:00 |
|
Thomas Jackson
|
8cd7b06b36
|
Change disbatch to handle different clients per lowstate chunk
|
2014-11-13 08:36:27 -08:00 |
|
Thomas Jackson
|
1131522eb5
|
Update TODO marker
|
2014-11-13 08:36:27 -08:00 |
|
Thomas Jackson
|
b99e189468
|
Add tests for WebhookSaltAPIHandler
|
2014-11-13 08:36:27 -08:00 |
|
Thomas Jackson
|
2d9b1df95d
|
Add tests for EventsSaltAPIHandler
|
2014-11-13 08:36:27 -08:00 |
|
Thomas Jackson
|
847df0fad6
|
Add RunSaltAPIHandler tests
|
2014-11-13 08:36:27 -08:00 |
|
Thomas Jackson
|
bd58ca8fa0
|
Add Jobs api endpoint tests
|
2014-11-13 08:36:27 -08:00 |
|