Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ospfv2 integration test issues #939

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelogs/fragments/fix_ospfv2_integration_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
KB-perByte marked this conversation as resolved.
Show resolved Hide resolved
- ios_ospfv2 - fix initial_vrf_setup in integration tests which was not working due to missing parent attribute.
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
---
- name: Create and setup VRF configuration
vars:
cisco.ios.ios_config:
lines:
- ip vrf blue
- rd 100:1
- route-target export 100:1
- route-target import 100:1
- exit
- ip vrf ospf_vrf
- rd 100:2
- route-target export 100:2
- route-target import 100:2
- exit
cisco.ios.ios_config:
config: "{{ lines }}"
parents:
- ip vrf blue