You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Error message in syslog appears if feature is not supported
After changes, made in #4208 for nat container, error messages appears in syslog.
Steps to reproduce the issue:
Run crm test on t0 topology: ansible-playbook test_sonic.yml -i inventory --limit <testbed> -e testbed_name=<testbed> -e testbed_type=t0 -e testcase_name=crm After this changes also failed:
dhcp_relay
vxlan_decap
acl
interfaces
everflow_testbed
lldp
continuous_link_flap
pfc_wd
neighbour_mac_noptf
restart_swss Describe the results you received:
Test fails due error in syslog: ERR nat#supervisor-proc-exit-listener: Unable to retrieve features for container 'nat'. Exiting... Describe the results you expected:
all affected test cases passed
If feature is not supported, has to be implemented some new logic (INFO of DEBUG message in syslog, not ERROR)
Description
Error message in syslog appears if feature is not supported
After changes, made in #4208 for nat container, error messages appears in syslog.
Steps to reproduce the issue:
Run crm test on t0 topology:
ansible-playbook test_sonic.yml -i inventory --limit <testbed> -e testbed_name=<testbed> -e testbed_type=t0 -e testcase_name=crm
After this changes also failed:
dhcp_relay
vxlan_decap
acl
interfaces
everflow_testbed
lldp
continuous_link_flap
pfc_wd
neighbour_mac_noptf
restart_swss
Describe the results you received:
Test fails due error in syslog:
ERR nat#supervisor-proc-exit-listener: Unable to retrieve features for container 'nat'. Exiting...
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
For nat service option autorestart was enabled in #4208. Error message appears here https://github.com/Azure/sonic-buildimage/blob/master/files/scripts/supervisor-proc-exit-listener lines 64-66.
The text was updated successfully, but these errors were encountered: