Alex Willmer
7079a07a15
tests: Fix duplicate local task executions
...
integration/ssh/timeouts.yml is noteworthy. It was an accidental N**2 in time
- executing num hosts * num hosts tasks.
2024-05-16 13:48:05 +01:00
Alex Willmer
45c42d386a
tests: Replace uses of ``include:``, unify skipping of mitogen only tests
...
The tag mitogen_only is only informational for now. It may be possible to use
it with ANSIBLE_SKIP_TAGS in the future.
2024-04-05 22:33:05 +01:00
Alex Willmer
526422b74b
tests: Name tasks
...
For easier grep, and easier identification in task_profiler summaries.
2022-09-12 19:27:40 +01:00
Alex Willmer
db0ffae352
tests: Enable stricter error handling, fix resulting failures
2022-07-17 13:44:05 +01:00
Alex Willmer
8e79488768
tests: Mark or avoid sudo tasks on localhost
2022-07-17 13:44:05 +01:00
Alex Willmer
f070767dad
tests: Use meaningful play names
2022-07-17 13:44:05 +01:00
Alex Willmer
25ea6dde02
ansible_mitogen: Allow mitogen_fetch to bypass slurp module
...
This reapplies an earlier change, when this plugin was first introduced to
Mitogen. The plugin was updated to fix
[DEPRECATION WARNING]: The '_remote_checksum()' method is deprecated.
I've elected to short-circuit the if statemtn logic, rather than
deleting/unindenting, to make the code delta much smaller. This should make it
easier to maintain/update.
Fixes #915
2022-04-24 13:52:49 +01:00
Alex Willmer
3c58215a91
tests: Tag Ansible tests
...
This makes it easier to run subsets using ANSIBLE_RUN_TAGS=...
2021-11-02 20:07:28 +00:00
David Wilson
0e489625ed
issue #615 : regression test
2019-08-17 05:25:31 +01:00