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
vikumarks
changed the title
Update saic to latest to include fix for import asic module issue.
Update saic to latest master to include fix for import asic module issue.
Oct 30, 2024
@r12f can you please review and merge if it looks good to you.
I am trying to enable saic test cases and getting some error
`_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python3.9/dist-packages/saichallenger/common/sai_testbed.py:217: in init
self.spawn()
/usr/local/lib/python3.9/dist-packages/saichallenger/common/sai_testbed.py:197: in spawn
asic = self.spawn_asic(self.base_dir, dpu_cfg, "dpu")
/usr/local/lib/python3.9/dist-packages/saichallenger/common/sai_testbed.py:152: in spawn_asic
asic = SaiDpu(params)
/usr/local/lib/python3.9/dist-packages/saichallenger/common/sai_dpu.py:11: in init
super().init(cfg)
/usr/local/lib/python3.9/dist-packages/saichallenger/common/sai.py:186: in init
self.sai_client = SaiClient.spawn(cfg["client"])
/usr/local/lib/python3.9/dist-packages/saichallenger/common/sai_client/sai_client.py:101: in spawn
from sai_client.sai_thrift_client.sai_thrift_client import SaiThriftClient
/usr/local/lib/python3.9/dist-packages/saichallenger/common/sai_client/sai_thrift_client/sai_thrift_client.py:8: in
from saichallenger.common.sai_client.sai_thrift_client.sai_thrift_utils import *
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
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.
Update saic to latest to get "Fix import asic module issue. #240"