ansible-collections / cisco.ios

Ansible Network Collection for Cisco IOS
GNU General Public License v3.0
262 stars 161 forks source link

Updated module: added advertise key and fixed inherit peer-policy CLI #899

Closed PadminiSivaraj closed 6 months ago

PadminiSivaraj commented 10 months ago
SUMMARY
ISSUE TYPE
COMPONENT NAME

ios_bgp_address_family

softwarefactory-project-zuul[bot] commented 10 months ago

Build failed. https://ansible.softwarefactory-project.io/zuul/buildset/046a584e5f384553bbdbad4c52c42ca9

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 42s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 44s :x: ansible-ee-integration-ios-latest FAILURE in 14m 21s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 15m 00s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 FAILURE in 15m 35s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 FAILURE in 12m 58s (non-voting) :x: ansible-ee-integration-ios-libssh-latest FAILURE in 12m 50s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 13m 18s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 FAILURE in 13m 02s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 FAILURE in 11m 50s (non-voting) :x: ansible-tox-linters FAILURE in 10m 25s

softwarefactory-project-zuul[bot] commented 9 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/213397d7e1984a298dad222044fbcf17

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 53s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 48s :x: ansible-ee-integration-ios-latest FAILURE in 18m 55s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 18m 39s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 FAILURE in 16m 50s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 FAILURE in 19m 05s (non-voting) :x: ansible-ee-integration-ios-libssh-latest FAILURE in 17m 48s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 19m 04s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 FAILURE in 17m 03s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 FAILURE in 18m 43s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 10m 05s

codecov[bot] commented 8 months ago

Codecov Report

Merging #899 (aa1420a) into main (8a9d6c8) will decrease coverage by 0.56%. The diff coverage is n/a.

:exclamation: Current head aa1420a differs from pull request most recent head 61cd910. Consider uploading reports for the commit 61cd910 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #899 +/- ## ========================================== - Coverage 86.44% 85.88% -0.56% ========================================== Files 202 184 -18 Lines 12764 12034 -730 ========================================== - Hits 11034 10336 -698 + Misses 1730 1698 -32 ``` [see 30 files with indirect coverage changes](https://app.codecov.io/gh/ansible-collections/cisco.ios/pull/899/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansible-collections)
KB-perByte commented 8 months ago

Hey @PadminiSivaraj I was testing out the contribution it failed with the following error,

TASK [ios_bgp_address_family : Merge provided configuration with device configuration] ***
task path: /home/thanos/Work/testingStat/collections/ansible_collections/cisco/ios/tests/output/.tmp/integration/ios_bgp_address_family-ik5rfl4h-ÅÑŚÌβŁÈ/tests/integration/targets/ios_bgp_address_family/tests/cli/merged.yaml:9
Loading collection ansible.utils from /home/thanos/Work/testingStat/collections/ansible_collections/ansible/utils
<host> attempting to start connection
<host> using connection plugin ansible.netcommon.network_cli
Found ansible-connection at path /home/thanos/MyVnvs/dev310A213/bin/ansible-connection
<host> found existing local domain socket, using it!
<host> updating play_context for connection
<host>
<host> local domain socket path is /home/thanos/.ansible/pc/5c90c8ce81
<host> Using network group action cisco.ios.ios for cisco.ios.ios_bgp_address_family
<host> ANSIBLE_NETWORK_IMPORT_MODULES: enabled
<host> ANSIBLE_NETWORK_IMPORT_MODULES: found cisco.ios.ios_bgp_address_family  at /home/thanos/Work/testingStat/collections/ansible_collections/cisco/ios/plugins/modules/ios_bgp_address_family.py
<host> ANSIBLE_NETWORK_IMPORT_MODULES: running cisco.ios.ios_bgp_address_family
<host> ANSIBLE_NETWORK_IMPORT_MODULES: complete
fatal: [host]: FAILED! => {
    "changed": false,
    "module_stderr": "advertise l2vpn evpn\r\nadvertise l2vpn evpn\r\n  ^\r\n% Invalid input detected at '^' marker.\r\n\r\nR1(config-router)#",
    "module_stdout": "",
    "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error"
}

Could you please check and correct the integration tests? Regards.

softwarefactory-project-zuul[bot] commented 8 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/52bce33080124c6899e4d915af992ec8

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 02s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 58s :x: ansible-ee-integration-ios-latest FAILURE in 13m 44s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 12m 51s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 FAILURE in 13m 42s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 FAILURE in 13m 44s (non-voting) :x: ansible-ee-integration-ios-libssh-latest FAILURE in 13m 49s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 12m 53s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 FAILURE in 12m 16s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 FAILURE in 12m 28s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 10m 08s

PadminiSivaraj commented 8 months ago

Hello Sagar, I get the following error "Request failed due to following response errors:

softwarefactory-project-zuul[bot] commented 8 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/60dda543c4c8497585e108b7564c0d9e

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 53s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 38s :x: ansible-ee-integration-ios-latest FAILURE in 15m 16s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 15m 22s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 FAILURE in 15m 13s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 FAILURE in 15m 22s (non-voting) :x: ansible-ee-integration-ios-libssh-latest FAILURE in 12m 16s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 12m 54s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 FAILURE in 11m 56s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 FAILURE in 12m 06s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 10m 12s

PadminiSivaraj commented 8 months ago

Hey @PadminiSivaraj I was testing out the contribution it failed with the following error,

TASK [ios_bgp_address_family : Merge provided configuration with device configuration] ***
task path: /home/thanos/Work/testingStat/collections/ansible_collections/cisco/ios/tests/output/.tmp/integration/ios_bgp_address_family-ik5rfl4h-ÅÑŚÌβŁÈ/tests/integration/targets/ios_bgp_address_family/tests/cli/merged.yaml:9
Loading collection ansible.utils from /home/thanos/Work/testingStat/collections/ansible_collections/ansible/utils
<host> attempting to start connection
<host> using connection plugin ansible.netcommon.network_cli
Found ansible-connection at path /home/thanos/MyVnvs/dev310A213/bin/ansible-connection
<host> found existing local domain socket, using it!
<host> updating play_context for connection
<host>
<host> local domain socket path is /home/thanos/.ansible/pc/5c90c8ce81
<host> Using network group action cisco.ios.ios for cisco.ios.ios_bgp_address_family
<host> ANSIBLE_NETWORK_IMPORT_MODULES: enabled
<host> ANSIBLE_NETWORK_IMPORT_MODULES: found cisco.ios.ios_bgp_address_family  at /home/thanos/Work/testingStat/collections/ansible_collections/cisco/ios/plugins/modules/ios_bgp_address_family.py
<host> ANSIBLE_NETWORK_IMPORT_MODULES: running cisco.ios.ios_bgp_address_family
<host> ANSIBLE_NETWORK_IMPORT_MODULES: complete
fatal: [host]: FAILED! => {
    "changed": false,
    "module_stderr": "advertise l2vpn evpn\r\nadvertise l2vpn evpn\r\n  ^\r\n% Invalid input detected at '^' marker.\r\n\r\nR1(config-router)#",
    "module_stdout": "",
    "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error"
}

Could you please check and correct the integration tests? Regards.

Sagar, I dont face this issue. Can you provide more info.

softwarefactory-project-zuul[bot] commented 8 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/b95fbae3e41841599f3c12e9461422b0

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 21s :heavy_check_mark: build-ansible-collection SUCCESS in 9m 00s :x: ansible-ee-integration-ios-latest FAILURE in 14m 39s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 15m 58s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 FAILURE in 20m 32s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 FAILURE in 21m 19s (non-voting) :x: ansible-ee-integration-ios-libssh-latest FAILURE in 21m 25s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 21m 05s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 FAILURE in 12m 23s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 FAILURE in 12m 32s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 10m 32s

softwarefactory-project-zuul[bot] commented 8 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/8ade597dab24402fbcdc769260a45dd8

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 3m 50s :heavy_check_mark: build-ansible-collection SUCCESS in 9m 26s :x: ansible-ee-integration-ios-latest NODE_FAILURE Node request 200-0006452261 failed in 0s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 12m 42s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 NODE_FAILURE Node request 200-0006451318 failed in 0s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 NODE_FAILURE Node request 200-0006452243 failed in 0s (non-voting) :x: ansible-ee-integration-ios-libssh-latest NODE_FAILURE Node request 200-0006452244 failed in 0s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 14m 44s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 RETRY_LIMIT in 3m 37s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 NODE_FAILURE Node request 200-0006452264 failed in 0s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 10m 54s

softwarefactory-project-zuul[bot] commented 7 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/a0ff5d0fe9074948883120d8e04fb54e

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 3m 22s :heavy_check_mark: build-ansible-collection SUCCESS in 9m 05s :x: ansible-ee-integration-ios-latest NODE_FAILURE Node request 200-0006460663 failed in 0s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 NODE_FAILURE Node request 200-0006460636 failed in 0s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 NODE_FAILURE Node request 200-0006460637 failed in 0s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 NODE_FAILURE Node request 200-0006460668 failed in 0s (non-voting) :x: ansible-ee-integration-ios-libssh-latest NODE_FAILURE Node request 200-0006460639 failed in 0s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 13m 39s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 NODE_FAILURE Node request 200-0006460641 failed in 0s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 NODE_FAILURE Node request 200-0006460671 failed in 0s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 11m 34s

softwarefactory-project-zuul[bot] commented 7 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/02d82e1dde85411ea0d7a560d27511a4

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 15s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 59s :x: ansible-ee-integration-ios-latest RETRY_LIMIT in 3m 13s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 14m 44s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 NODE_FAILURE Node request 200-0006465568 failed in 0s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 RETRY_LIMIT in 3m 08s (non-voting) :x: ansible-ee-integration-ios-libssh-latest RETRY_LIMIT in 3m 22s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 14m 07s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 RETRY_LIMIT in 4m 29s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 RETRY_LIMIT in 3m 02s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 10m 40s

softwarefactory-project-zuul[bot] commented 7 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/3ca0d2a51ecc4282820a9dfa7b79a8bc

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 3m 28s :heavy_check_mark: build-ansible-collection SUCCESS in 11m 21s :x: ansible-ee-integration-ios-latest RETRY_LIMIT in 6m 36s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 27m 29s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 RETRY_LIMIT in 4m 38s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 RETRY_LIMIT in 4m 28s (non-voting) :x: ansible-ee-integration-ios-libssh-latest RETRY_LIMIT in 5m 52s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 28m 14s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 RETRY_LIMIT in 6m 55s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 RETRY_LIMIT in 5m 03s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 13m 37s

softwarefactory-project-zuul[bot] commented 6 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/c4ad6d3c46c94a19895867ed6165001f

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 48s :heavy_check_mark: build-ansible-collection SUCCESS in 9m 44s :x: ansible-ee-integration-ios-latest RETRY_LIMIT in 5m 16s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 17m 40s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 RETRY_LIMIT in 3m 14s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 RETRY_LIMIT in 3m 14s (non-voting) :x: ansible-ee-integration-ios-libssh-latest RETRY_LIMIT in 3m 19s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 16m 27s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 RETRY_LIMIT in 3m 06s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 RETRY_LIMIT in 3m 28s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 11m 29s

KB-perByte commented 6 months ago

@PadminiSivaraj Thanks for helping me with the test log, The ios_bgp_global code expects a remote-as configuration before any other neighbor configuration is added, and it seems from the l2 appliance that the dependency is removed. https://github.com/ansible-collections/cisco.ios/pull/961 Then integration tests should pass once this PR is merged.

Regards

softwarefactory-project-zuul[bot] commented 6 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/a478dd2d53d348a39e577d70ddc90410

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 08s :heavy_check_mark: build-ansible-collection SUCCESS in 9m 56s :x: ansible-ee-integration-ios-latest RETRY_LIMIT in 3m 15s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 20m 13s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 RETRY_LIMIT in 3m 34s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 RETRY_LIMIT in 3m 56s (non-voting) :x: ansible-ee-integration-ios-libssh-latest RETRY_LIMIT in 14m 52s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 14m 48s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 RETRY_LIMIT in 3m 16s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 RETRY_LIMIT in 3m 21s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 11m 45s

softwarefactory-project-zuul[bot] commented 6 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/407fb2e369bb4269ace6441b0638f410

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 56s :heavy_check_mark: build-ansible-collection SUCCESS in 10m 53s :x: ansible-ee-integration-ios-latest RETRY_LIMIT in 5m 13s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 28m 43s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 RETRY_LIMIT in 5m 47s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 RETRY_LIMIT in 5m 09s (non-voting) :x: ansible-ee-integration-ios-libssh-latest RETRY_LIMIT in 5m 15s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 34m 37s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 RETRY_LIMIT in 5m 53s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 RETRY_LIMIT in 5m 42s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 13m 05s

softwarefactory-project-zuul[bot] commented 6 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/a2602c56da5f44488cdf4352b703476c

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 35s :heavy_check_mark: build-ansible-collection SUCCESS in 16m 01s :x: ansible-ee-integration-ios-latest RETRY_LIMIT in 9m 28s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 FAILURE in 30m 48s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 RETRY_LIMIT in 9m 19s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 RETRY_LIMIT in 8m 50s (non-voting) :x: ansible-ee-integration-ios-libssh-latest RETRY_LIMIT in 3m 18s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 FAILURE in 36m 35s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 RETRY_LIMIT in 4m 20s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 RETRY_LIMIT in 4m 25s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 12m 07s

KB-perByte commented 6 months ago

Hey @PadminiSivaraj the bgp_global issue being fixed we ran into another issue regarding the tests. logs -

TASK [ios_bgp_address_family : Populate BGP address family configuration] ******
task path: /home/cisco/test_collections/collections/ansible_collections/cisco/ios/tests/output/.tmp/integration/ios_bgp_address_family-_mbkkrby-ÅÑŚÌβŁÈ/tests/integration/targets/ios_bgp_address_family/tests/cli/_populate_config.yaml:4
Loading collection ansible.utils from /home/cisco/test_collections/collections/ansible_collections/ansible/utils
<198.18.1.15> attempting to start connection
<198.18.1.15> using connection plugin ansible.netcommon.network_cli
Found ansible-connection at path /home/cisco/ansible/bin/ansible-connection
<198.18.1.15> found existing local domain socket, using it!
<198.18.1.15> updating play_context for connection
<198.18.1.15> Loading collection ansible.builtin from 
<198.18.1.15> local domain socket path is /home/cisco/.ansible/pc/c7b6748ff8
<198.18.1.15> Using network group action cisco.ios.ios for cisco.ios.ios_bgp_address_family
<198.18.1.15> ANSIBLE_NETWORK_IMPORT_MODULES: enabled
<198.18.1.15> ANSIBLE_NETWORK_IMPORT_MODULES: found cisco.ios.ios_bgp_address_family  at /home/cisco/test_collections/collections/ansible_collections/cisco/ios/plugins/modules/ios_bgp_address_family.py
<198.18.1.15> ANSIBLE_NETWORK_IMPORT_MODULES: running cisco.ios.ios_bgp_address_family
<198.18.1.15> ANSIBLE_NETWORK_IMPORT_MODULES: complete
fatal: [198.18.1.15]: FAILED! => {
    "changed": false,
    "module_stderr": "address-family ipv4 multicast\r\naddress-family ipv4 multicast\r\n ^\r\n% Invalid input detected at '^' marker.\r\n\r\nc9k-4(config)#",
    "module_stdout": "",
    "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error"
}

could you please check? Regards

KB-perByte commented 6 months ago

@PadminiSivaraj there are still some failures with the integration tests, adding the logs here

TASK [ios_bgp_address_family : Populate BGP address family configuration] ******
task path: /home/cisco/test_collections/collections/ansible_collections/cisco/ios/tests/output/.tmp/integration/ios_bgp_address_family-npx0g4_x-ÅÑŚÌβŁÈ/tests/integration/targets/ios_bgp_address_family/tests/cli/_populate_config.yaml:4
Loading collection ansible.utils from /home/cisco/test_collections/collections/ansible_collections/ansible/utils
<198.18.1.15> attempting to start connection
<198.18.1.15> using connection plugin ansible.netcommon.network_cli
Found ansible-connection at path /home/cisco/ansible/bin/ansible-connection
<198.18.1.15> found existing local domain socket, using it!
<198.18.1.15> updating play_context for connection
<198.18.1.15> Loading collection ansible.builtin from 
<198.18.1.15> local domain socket path is /home/cisco/.ansible/pc/91eb0c9053
<198.18.1.15> Using network group action cisco.ios.ios for cisco.ios.ios_bgp_address_family
<198.18.1.15> ANSIBLE_NETWORK_IMPORT_MODULES: enabled
<198.18.1.15> ANSIBLE_NETWORK_IMPORT_MODULES: found cisco.ios.ios_bgp_address_family  at /home/cisco/test_collections/collections/ansible_collections/cisco/ios/plugins/modules/ios_bgp_address_family.py
<198.18.1.15> ANSIBLE_NETWORK_IMPORT_MODULES: running cisco.ios.ios_bgp_address_family
<198.18.1.15> ANSIBLE_NETWORK_IMPORT_MODULES: complete
fatal: [198.18.1.15]: FAILED! => {
    "changed": false,
    "module_stderr": "address-family ipv4 multicast\r\naddress-family ipv4 multicast\r\n ^\r\n% Invalid input detected at '^' marker.\r\n\r\nc9k-4(config)#",
    "module_stdout": "",
    "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error"
}

Regards

softwarefactory-project-zuul[bot] commented 6 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/d723c2bf441a49a4a394774dc5dfc73c

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 4m 29s :heavy_check_mark: build-ansible-collection SUCCESS in 9m 55s :x: ansible-ee-integration-ios-latest RETRY_LIMIT in 4m 12s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 RETRY_LIMIT in 4m 06s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 RETRY_LIMIT in 4m 22s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 RETRY_LIMIT in 3m 26s (non-voting) :x: ansible-ee-integration-ios-libssh-latest RETRY_LIMIT in 3m 05s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 RETRY_LIMIT in 4m 59s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 RETRY_LIMIT in 4m 29s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 RETRY_LIMIT in 4m 27s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 11m 52s

softwarefactory-project-zuul[bot] commented 6 months ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/c92ba109cea340fe8c32c5d7d48b916a

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 01s :heavy_check_mark: build-ansible-collection SUCCESS in 9m 56s :x: ansible-ee-integration-ios-latest RETRY_LIMIT in 4m 38s (non-voting) :x: ansible-ee-integration-ios-stable-2.9 RETRY_LIMIT in 5m 33s (non-voting) :x: ansible-ee-integration-ios-stable-2.11 RETRY_LIMIT in 4m 36s (non-voting) :x: ansible-ee-integration-ios-stable-2.12 RETRY_LIMIT in 5m 04s (non-voting) :x: ansible-ee-integration-ios-libssh-latest RETRY_LIMIT in 4m 52s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.9 RETRY_LIMIT in 4m 02s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.11 RETRY_LIMIT in 5m 06s (non-voting) :x: ansible-ee-integration-ios-libssh-stable-2.12 RETRY_LIMIT in 3m 12s (non-voting) :heavy_check_mark: ansible-tox-linters SUCCESS in 11m 28s