[run_tests.sh] Add module_utils path#2697
Closed
lolyu wants to merge 1 commit intosonic-net:masterfrom
Closed
Conversation
For Pytest, we need to let pytest-ansible aware of the `module_utils` path. Signed-off-by: Longxiang Lyu <[email protected]>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…lly (sonic-net#14796) src/sonic-swss * 113cadd - (HEAD -> 202205, origin/202205) [portsorch]: Set default hostif TX queue (sonic-net#2697) (11 days ago) [prabhataravind]
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…atically (sonic-net#14943) src/sonic-utilities * b49d78c4 - (HEAD -> 202205, origin/202205) Change default CDB run mode to non-hitless (sonic-net#2817) (2 hours ago) [mihirpat1] * 2e9c99e8 - [show][muxcable] fix `show mux hwmode muxdirection` RC (sonic-net#2812) (2 hours ago) [Jing Zhang] * 6b5bf990 - [config]config reload should generate sysinfo if missing (sonic-net#2778) (2 hours ago) [jingwenxie] * a8455fd3 - Fix bug in GCU vlanintf_validator (sonic-net#2765) (2 hours ago) [jingwenxie] * 79c99718 - [GCU] Add vlanintf-validator (sonic-net#2697) (2 hours ago) [jingwenxie]
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…lly (sonic-net#16335) #### Why I did it src/sonic-swss ``` * 16817324 - (HEAD -> 202211, origin/202211) [mux]: Fix UTs segmentation fault (sonic-net#2760) (12 hours ago) [Nazarii Hnydyn] * 0fa5d880 - [orchagent]: Handle additional SAI error conditions gracefully (sonic-net#2755) (2 days ago) [prabhataravind] * 3726aebc - [mux]: Implement rollback for failed mux switchovers (sonic-net#2714) (2 days ago) [Lawrence Lee] * a8e50e7d - [portsorch]: Set default hostif TX queue (sonic-net#2697) (2 days ago) [prabhataravind] * 0689d656 - Add missing parameter to on_switch_shutdown_request method. (sonic-net#2567) (2 days ago) [Hua Liu] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
For Pytest, we need to let pytest-ansible aware of the
module_utilspath.
Signed-off-by: Longxiang Lyu [email protected]
Summary:
Fixes # (issue)
Type of change
Approach
What is the motivation for this PR?
conn_graph_factsfixture failed with error:How did you do it?
Add the environment variable
ANSIBLE_MODULE_UTILSto the test runner script.How did you verify/test it?
Run Pytest.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation