diff options
author | Nathaniel Case <this.is@nathanielca.se> | 2018-05-30 19:03:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 19:03:20 +0200 |
commit | 82dfa542c249b46bf388c2d9424fcbcb299be0e1 (patch) | |
tree | 948a4b5dc1115fe2060ea32b394ca314503c7817 /test/integration/targets/nxos_ospf_vrf | |
parent | Use get_option instead of _options.get API (diff) | |
download | ansible-82dfa542c249b46bf388c2d9424fcbcb299be0e1.tar.xz ansible-82dfa542c249b46bf388c2d9424fcbcb299be0e1.zip |
Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554)
* Remove 1.1.1.1 from *_config tests
* remove from *_smoke and *_system
* Miscellaneous other tests
* Remove from module documentation as well
* Remove from unit tests as well
* Remove accidental duplication from rebase
Diffstat (limited to 'test/integration/targets/nxos_ospf_vrf')
-rw-r--r-- | test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml b/test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml index 8c8c6031ba..c937793b6a 100644 --- a/test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml @@ -13,7 +13,7 @@ - name: Configure ospf vrf nxos_ospf_vrf: &config ospf: 1 - router_id: 1.1.1.1 + router_id: 192.0.2.1 timer_throttle_spf_start: 50 timer_throttle_spf_hold: 1000 timer_throttle_spf_max: 2000 |