summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_lldp_interfaces/tasks/main.yaml
diff options
context:
space:
mode:
authorGanesh Nalawade <ganesh634@gmail.com>2020-06-20 03:35:43 +0530
committerGitHub <noreply@github.com>2020-06-19 22:05:43 +0000
commit4e3215a6c468ba0ac45bc01e8b1727b104dfdd56 (patch)
tree799936fae6f7fff0bf922bf5af2561c4f71a7434 /tests/integration/targets/vyos_lldp_interfaces/tasks/main.yaml
parent04d6824f87023ec59dfed5eacb7684b024b15f32 (diff)
downloadvyos-ansible-collection-4e3215a6c468ba0ac45bc01e8b1727b104dfdd56.tar.gz
vyos-ansible-collection-4e3215a6c468ba0ac45bc01e8b1727b104dfdd56.zip
Add basic testcase for shortname testing (#35)
Add basic testcase for shortname testing Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'tests/integration/targets/vyos_lldp_interfaces/tasks/main.yaml')
-rw-r--r--tests/integration/targets/vyos_lldp_interfaces/tasks/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/integration/targets/vyos_lldp_interfaces/tasks/main.yaml b/tests/integration/targets/vyos_lldp_interfaces/tasks/main.yaml
index a3db933..fb74fa1 100644
--- a/tests/integration/targets/vyos_lldp_interfaces/tasks/main.yaml
+++ b/tests/integration/targets/vyos_lldp_interfaces/tasks/main.yaml
@@ -2,3 +2,8 @@
- include: cli.yaml
tags:
- cli
+
+- include: redirection.yaml
+ when: ansible_version.full is version('2.10.0', '>=')
+ tags:
+ - redirection