File: put_small_file.yml

package info (click to toggle)
python-mitogen 0.3.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,708 kB
  • sloc: python: 24,457; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (16 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Test small transfers made via RPC.
---

- name: integration/connection/put_small_file.yml
  hosts: test-targets
  gather_facts: no
  vars:
    file_name: small-file
    file_size_kib: 123
    file_mode: u=rw,go=
  tasks:
    - include_tasks: _put_file.yml
    - include_tasks: _cleanup_file.yml
  tags:
    - put_file
    - put_small_file