Skip to content

neighbour_mac_noptf test suite failed with error "'routing_interface' is undefined" #2108

@rajneeshaec

Description

@rajneeshaec

Description
neighbour_mac_noptf test suite failed with error "'routing_interface' is undefined"

Steps to reproduce the issue:

  1. Load t1 topology
  2. Launch neighbour_mac_noptf test case

Describe the results you received:

TASK [test : pick {{routing_interface}} to test change mac behavior] **********************************************************************************************
task path: /var/johnar/new_jun_commit/sonic-mgmt/ansible/roles/test/tasks/neighbour-mac-noptf.yml:50
Friday 14 August 2020 11:27:35 +0000 (0:00:01.732) 0:00:48.074 *********
fatal: [str-marvell-acs-1]: FAILED! => {
"msg": "The task includes an option with an undefined variable. The error was: 'routing_interface' is undefined\n\nThe error appears to be in '/var/johnar/new_jun_commit/sonic-mgmt/ansible/roles/test/tasks/neighbour-mac-noptf.yml': line 50, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n ########## Test V4 mac address change #################\n - name: pick {{routing_interface}} to test change mac behavior\n ^ here\nWe could be wrong, but this one looks like it might be an issue with\nmissing quotes. Always quote template expression brackets when they\nstart a value. For instance:\n\n with_items:\n - {{ foo }}\n\nShould be written as:\n\n with_items:\n - "{{ foo }}"\n"
}

  • How to fix this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions