salt/tests/integration/ssh
Erik Johnson 2817101041
Further fixes to for salt-ssh test under heavy load
This makes some further tweaks to make the test more stable under heavy
load. Firstly, the background job sleeps longer, and secondly, we make
up to 3 attempts run state.running instead of just the one, in case our
first attempt was too early. It also uses threading to make the job
sleep, since the method of adding a & to the command seemed to be
producing intermittent failures with returning clean JSON.
2018-01-21 21:19:53 -06:00
..
__init__.py Support for continuous integration testing of salt-ssh 2014-05-10 14:18:53 +01:00
test_deploy.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
test_grains.py Update old utils paths to new paths 2018-01-12 12:27:08 -05:00
test_mine.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
test_pillar.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
test_raw.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
test_state.py Further fixes to for salt-ssh test under heavy load 2018-01-21 21:19:53 -06:00