Description
neighbour_mac_noptf test suite failed with error "'routing_interface' is undefined"
Steps to reproduce the issue:
- Load t1 topology
- 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"
}
Description
neighbour_mac_noptf test suite failed with error "'routing_interface' is undefined"
Steps to reproduce the issue:
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"
}