Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
komaldesai13 opened this issue Nov 28, 2023 · 0 comments
Assignees

Comments

@komaldesai13
Copy link
Collaborator

komaldesai13 commented Nov 28, 2023

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    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants