forked from sonic-net/sonic-sairedis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Advance SAI header to keep up with v1.10 (sonic-net#1157)
Signed-off-by: zitingguo-ms <zitingguo@microsoft.com> Signed-off-by: zitingguo-ms <zitingguo@microsoft.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SAI
updated
11 files
+5 −2 | meta/gensairpc.pl | |
+2 −1 | meta/rpc/README.md | |
+3 −0 | meta/templates/sai_adapter.py.tt | |
+37 −0 | meta/templates/sai_adapter_utils.tt | |
+45 −0 | ptf/LogConfig.py | |
+15 −2 | ptf/sai_base_test.py | |
+27 −0 | ptf/utest/BasicTest.py | |
+45 −0 | ptf/utest/LogConfig.py | |
+91 −0 | ptf/utest/MockClient.py | |
+54 −0 | ptf/utest/TemplateTest.py | |
+45 −0 | test/sai_test/LogConfig.py |