Skip test_syslog_config_work_after_reboot#16416
Skip test_syslog_config_work_after_reboot#16416StormLiangMS merged 1 commit intosonic-net:masterfrom
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@JibinBao it's not a good way to skip test case like this. |
Hi @ZhaohuiS if we skip the test by a github issue , we will lose the test coverage, because only the setup with a special network has the problem. |
|
@JibinBao in your change, if mgmt ip is in the subnet of one of forced_mgmt_routes, test_syslog_config_work_after_reboot will be skipped, for most of cases, it does hit this scenario, in my point, this case will be skipped eventually, what the difference between the skip in conditional mark and yours? And what test coverage will be lost? What do you think about it? |
Hi @ZhaohuiS , I get your concern. 1. In our environment, we hit this scenario rarely,because we just server setups have the speical network config. So, we want to keep running the test case on the left setups. |
…buildimage#21201 (sonic-net#16416) What is the motivation for this PR? Skip test_syslog_config_work_after_reboot How did you do it? when dut_mgmt_network is a sub_network of forced_mgmt_routes, skip it How did you verify/test it? run test_syslog_config_work_after_reboot Any platform specific information? no
…buildimage#21201 (sonic-net#16416) What is the motivation for this PR? Skip test_syslog_config_work_after_reboot How did you do it? when dut_mgmt_network is a sub_network of forced_mgmt_routes, skip it How did you verify/test it? run test_syslog_config_work_after_reboot Any platform specific information? no
|
Cherry-pick PR to 202405: #16966 |
|
Cherry-pick PR to 202411: #16967 |
…buildimage#21201 (#16416) What is the motivation for this PR? Skip test_syslog_config_work_after_reboot How did you do it? when dut_mgmt_network is a sub_network of forced_mgmt_routes, skip it How did you verify/test it? run test_syslog_config_work_after_reboot Any platform specific information? no
…buildimage#21201 (#16416) What is the motivation for this PR? Skip test_syslog_config_work_after_reboot How did you do it? when dut_mgmt_network is a sub_network of forced_mgmt_routes, skip it How did you verify/test it? run test_syslog_config_work_after_reboot Any platform specific information? no
…buildimage#21201 (sonic-net#16416) What is the motivation for this PR? Skip test_syslog_config_work_after_reboot How did you do it? when dut_mgmt_network is a sub_network of forced_mgmt_routes, skip it How did you verify/test it? run test_syslog_config_work_after_reboot Any platform specific information? no
…buildimage#21201 (sonic-net#16416) What is the motivation for this PR? Skip test_syslog_config_work_after_reboot How did you do it? when dut_mgmt_network is a sub_network of forced_mgmt_routes, skip it How did you verify/test it? run test_syslog_config_work_after_reboot Any platform specific information? no
Description of PR
Skip test_syslog_config_work_after_reboot due to the bug sonic-net/sonic-buildimage#21201
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Skip test_syslog_config_work_after_reboot
How did you do it?
when dut_mgmt_network is a sub_network of forced_mgmt_routes, skip it
How did you verify/test it?
run test_syslog_config_work_after_reboot
Any platform specific information?
no
Supported testbed topology if it's a new test case?
Documentation