summaryrefslogtreecommitdiff
path: root/test/integration/targets/iosxr_logging/tests
diff options
context:
space:
mode:
authorKedar Kekan <4506537+kedarX@users.noreply.github.com>2017-12-06 22:37:31 +0530
committerGitHub <noreply@github.com>2017-12-06 22:37:31 +0530
commit2bc4c4f1565ecc0736f9fe8b17f511d9463cc565 (patch)
treeded7ec705ec6b692c3c2b0b960712d90d8964df0 /test/integration/targets/iosxr_logging/tests
parent4b6061ce3efec0a134507d9a1f879a591444fed6 (diff)
downloadansible-2bc4c4f1565ecc0736f9fe8b17f511d9463cc565.tar.gz
IOS-XR NetConf and Cliconf plugin work (#33332)
* - Netconf plugin addition for iosxr - Utilities refactoring to support netconf and cliconf - iosx_banner refactoring for netconf and cliconf - Integration testcases changes to accomodate above changes * Fix sanity failures, shippable errors and review comments * fix pep8 issue * changes run_command method to send specific command args * - Review comment fixes - iosxr_command changes to remove ComplexDict based command_spec * - Move namespaces removal method from utils to netconf plugin * Minor refactoring in utils and change in deprecation message * rewrite build_xml logic and import changes for new utils dir structure * - Review comment changes and minor changes to documentation * * refactor common code and docs updates
Diffstat (limited to 'test/integration/targets/iosxr_logging/tests')
-rw-r--r--test/integration/targets/iosxr_logging/tests/cli/basic.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/iosxr_logging/tests/cli/basic.yaml b/test/integration/targets/iosxr_logging/tests/cli/basic.yaml
index f608ad927a..5ef97cd9ab 100644
--- a/test/integration/targets/iosxr_logging/tests/cli/basic.yaml
+++ b/test/integration/targets/iosxr_logging/tests/cli/basic.yaml
@@ -5,12 +5,14 @@
dest: hostnameprefix
name: 172.16.0.1
state: absent
+ provider: "{{ cli }}"
- name: Remove console logging
iosxr_logging:
dest: console
level: warning
state: absent
+ provider: "{{ cli }}"
register: result
- name: Remove buffer
@@ -18,6 +20,7 @@
dest: buffered
size: 4800000
state: absent
+ provider: "{{ cli }}"
register: result
# Start tests
@@ -26,6 +29,7 @@
dest: hostnameprefix
name: 172.16.0.1
state: present
+ provider: "{{ cli }}"
register: result
- assert:
@@ -39,6 +43,7 @@
dest: hostnameprefix
name: 172.16.0.1
state: present
+ provider: "{{ cli }}"
register: result
- assert:
@@ -50,6 +55,7 @@
dest: hostnameprefix
name: 172.16.0.1
state: absent
+ provider: "{{ cli }}"
register: result
- assert:
@@ -62,6 +68,7 @@
dest: hostnameprefix
name: 172.16.0.1
state: absent
+ provider: "{{ cli }}"
register: result
- assert:
@@ -73,6 +80,7 @@
dest: console
level: warning
state: present
+ provider: "{{ cli }}"
register: result
- assert:
@@ -84,6 +92,7 @@
iosxr_logging:
dest: buffered
size: 4800000
+ provider: "{{ cli }}"
register: result
- assert:
@@ -96,6 +105,7 @@
aggregate:
- { dest: console, level: notifications }
- { dest: buffered, size: 4700000 }
+ provider: "{{ cli }}"
register: result
- assert:
@@ -110,6 +120,7 @@
- { dest: console, level: notifications }
- { dest: buffered, size: 4700000 }
state: absent
+ provider: "{{ cli }}"
register: result
- assert: