summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_logging_global/tests/cli/gathered.yaml
blob: 68084cd97699ef7bfa7e6cbacac5f8a3006b4866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
- debug:
    msg: START vyos_logging_global gathered integration tests on connection={{ ansible_connection }}

- include_tasks: _populate.yaml

- block:
    - name: TEST - [gathered] Gather the provided configuration with the existing running configuration
      register: result
      vyos.vyos.vyos_logging_global:
        config:
        state: gathered

    - name: TEST - [gathered] Assert
      assert:
        that:
          - result.changed == false
  always:
    - include_tasks: _remove_config.yaml