summaryrefslogtreecommitdiffstats
path: root/test/integration/nxos.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/nxos.yaml')
-rw-r--r--test/integration/nxos.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/nxos.yaml b/test/integration/nxos.yaml
index 64d0631b3b..00358b57e9 100644
--- a/test/integration/nxos.yaml
+++ b/test/integration/nxos.yaml
@@ -242,6 +242,15 @@
- block:
- include_role:
+ name: nxos_ospf
+ when: "limit_to in ['*', 'nxos_ospf']"
+ rescue:
+ - set_fact:
+ failed_modules: "{{ failed_modules }} + [ 'nxos_ospf' ]"
+ test_failed: true
+
+ - block:
+ - include_role:
name: nxos_interface_ospf
when: "limit_to in ['*', 'nxos_interface_ospf']"
rescue: