-
Notifications
You must be signed in to change notification settings - Fork 778
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
[announce_routes] localhost.announce_routes doesn't work with log_path="logs" parameter #16075
Comments
@yutongzhang-microsoft did we create 'logs' folder in pretest or pipeline? Why is it not failing in general? |
Hi, @yxieca, I think this issue is because there is no folcer In PR #13492, I added an optional parameter in library @AntonHryshchuk Can you show me your command of executing this script? |
Hi @yutongzhang-microsoft the command from the test output:
|
Can you add |
Issue Description
The call of localhost.announce_routes doesn't work with parameter
log_path="logs"
Results you see
The only place where the non-default
log_path
value is in testtests/stress/test_stress_routes.py:line 25
In this place we got the error:
Test passed without parameter
log_path="logs"
Introduced in #13492
Results you expected to see
Test
localhost.announce_routes
can work with parameterlog_path
Is it platform specific
generic
Relevant log output
No response
Output of
show version
No response
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: