diff options
author | CaptTrews <capttrews@gmail.com> | 2019-12-04 00:26:13 +0000 |
---|---|---|
committer | CaptTrews <capttrews@gmail.com> | 2019-12-04 00:26:13 +0000 |
commit | f4fff0b4a4ecd2e634f4dcb515bf92c20d3771ba (patch) | |
tree | 133958d96ff13a3df7bae53742d138ac9bfd2884 /tests/integration/targets/vyos_lldp_interfaces/vars | |
parent | df640eaacf60e82e6cf6f8b10236894eef1cc8ce (diff) | |
download | vyos.vyos-f4fff0b4a4ecd2e634f4dcb515bf92c20d3771ba.tar.gz vyos.vyos-f4fff0b4a4ecd2e634f4dcb515bf92c20d3771ba.zip |
Updated from network content collector
Signed-off-by: CaptTrews <capttrews@gmail.com>
Diffstat (limited to 'tests/integration/targets/vyos_lldp_interfaces/vars')
-rw-r--r-- | tests/integration/targets/vyos_lldp_interfaces/vars/main.yaml | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/tests/integration/targets/vyos_lldp_interfaces/vars/main.yaml b/tests/integration/targets/vyos_lldp_interfaces/vars/main.yaml index 6f33343c..169b0d5d 100644 --- a/tests/integration/targets/vyos_lldp_interfaces/vars/main.yaml +++ b/tests/integration/targets/vyos_lldp_interfaces/vars/main.yaml @@ -20,36 +20,36 @@ merged: after: - name: 'eth1' location: - civic_based: - country_code: 'US' + civic_based: + country_code: 'US' ca_info: - - ca_type: 0 - ca_value: 'ENGLISH' + - ca_type: 0 + ca_value: 'ENGLISH' - name: 'eth2' location: - coordinate_based: - altitude: 2200 - datum: 'WGS84' - longitude: '222.267255W' - latitude: '33.524449N' + coordinate_based: + altitude: 2200 + datum: 'WGS84' + longitude: '222.267255W' + latitude: '33.524449N' populate: - name: 'eth1' location: - civic_based: - country_code: 'US' + civic_based: + country_code: 'US' ca_info: - - ca_type: 0 - ca_value: 'ENGLISH' + - ca_type: 0 + ca_value: 'ENGLISH' - name: 'eth2' location: - coordinate_based: - altitude: 2200 - datum: 'WGS84' - longitude: '222.267255W' - latitude: '33.524449N' + coordinate_based: + altitude: 2200 + datum: 'WGS84' + longitude: '222.267255W' + latitude: '33.524449N' replaced: commands: @@ -68,35 +68,35 @@ replaced: - name: 'eth2' enable: false location: - civic_based: - country_code: 'US' + civic_based: + country_code: 'US' ca_info: - - ca_type: 0 - ca_value: 'ENGLISH' + - ca_type: 0 + ca_value: 'ENGLISH' - name: 'eth1' enable: false location: - coordinate_based: - altitude: 2200 - datum: 'WGS84' - longitude: '222.267255W' - latitude: '33.524449N' + coordinate_based: + altitude: 2200 + datum: 'WGS84' + longitude: '222.267255W' + latitude: '33.524449N' populate_intf: - name: 'eth2' enable: false location: - civic_based: - country_code: 'US' + civic_based: + country_code: 'US' ca_info: - - ca_type: 0 - ca_value: 'ENGLISH' + - ca_type: 0 + ca_value: 'ENGLISH' overridden: commands: - - "delete service lldp interface eth2 location" - - "delete service lldp interface eth2 'disable'" + - "delete service lldp interface eth2 location" + - "delete service lldp interface eth2 'disable'" - "set service lldp interface eth2 location elin '0000000911'" after: @@ -115,16 +115,16 @@ round_trip: after: - name: 'eth1' location: - civic_based: - country_code: 'US' + civic_based: + country_code: 'US' ca_info: - - ca_type: 0 + - ca_type: 0 ca_value: 'ENGLISH' - name: 'eth2' location: - coordinate_based: - altitude: 2200 - datum: 'WGS84' - longitude: '222.267255W' - latitude: '33.524449N' + coordinate_based: + altitude: 2200 + datum: 'WGS84' + longitude: '222.267255W' + latitude: '33.524449N' |