ansible-collections / cisco.ios

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

ios_bgp_address_family:Integration test issue:Invalid input detected at '^' marker. #980

Open komaldesai13 opened 6 months ago

komaldesai13 commented 6 months ago
SUMMARY

When running ios_bgp_address_family integration tests from Controller with EE container, We get an unexpected error: nvalid input detected at '^' marker On task Merge provided configuration with device configuration

ISSUE TYPE
COMPONENT NAME

ios_bgp_address_family

ANSIBLE VERSION

2.14

COLLECTION VERSION

17.6.2

CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE

Run integration ios_bgp_address_family test, the following task failed. See below the actual results.

EXPECTED RESULTS

The task will pass with not errors.

ACTUAL RESULTS
TASK [/usr/share/ansible/collections/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family : Merge provided configuration with device configuration] ***
23:17:13      task path: /usr/share/ansible/collections/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_address_family/tests/cli/merged.yaml:9
23:17:13      fatal: [10.0.205.140]: FAILED! => {
23:17:13          "changed": false,
23:17:13          "module_stderr": "advertise l2vpn evpn\\r\\nadvertise l2vpn evpn\\r\\n  ^\\r\\n% Invalid input detected at '^' marker.\\r\\n\\r\\ntestAppliance(config-router)#",
23:17:13          "module_stdout": "",
23:17:13          "msg": "MODULE FAILURE\\nSee stdout/stderr for the exact error"
23:17:13      }
23:17:13