-
Notifications
You must be signed in to change notification settings - Fork 526
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
Updating pytest for sflow #1095
Conversation
sudo pytest -s -v --dvsname=vs test_sflow.py test_sflow.py::TestSflow::test_defaultGlobal remove extra link dummy |
@dgsudharsan , can you fix the conflict? |
5afb6f5
to
16e6f55
Compare
retest vs please |
retest this please |
2 similar comments
retest this please |
retest this please |
|
||
def test_ConfigDel(self, dvs, testlog): | ||
self.setup_sflow(dvs) | ||
ptbl = swsscommon.ProducerStateTable(self.pdb, "SFLOW_SESSION_TABLE") | ||
ctbl = swsscommon.Table(self.cdb, "SFLOW_SESSION_TABLE") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
schema for config_db is SFLOW_SESSION
not SFLOW_SESSION_TABLE
- Update SAI VoQ support (sonic-net#1107) … - Voq system (sonic-net#1081) … - [meta] Add support for ignored enum values (sonic-net#1099) - TPID SAI proposal (sonic-net#1089) … - ACL GRE key match (sonic-net#1076) … - Add IPv6 NS and NA Traps (sonic-net#1092) … - MACsec flow list attribute added in MACsec object (sonic-net#1095) … - Add Enterprise Number for IPFIX Report Type (sonic-net#1072) … - Provide TTL and QoS treatment during MPLS encap and decap (sonic-net#1079) - Create and Set for Tunnel Attributes (sonic-net#1086) …
Transfer organization from Azure to sonic-net
What I did
Update pytests for sflow
Why I did it
The updated pytests test the flow from cfg_db to sflowmgr to sfloworch to asic_db. Thus end to end flow is tested
How I verified it
Execute the tests
Details if related
DO NOT MERGE UNTIL THE BELOW PULL REQUEST IS MERGED
sonic-net/sonic-buildimage#3595