ansible-collections / cisco.ios

Ansible Network Collection for Cisco IOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

komaldesai13 opened this issue · comments

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
  • Bug Report
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