Skip to content

Commit

Permalink
Enable flow lookup on tests saidashvnet_sanity and saidashdpapp_sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Nov 5, 2024
1 parent 7d898a3 commit 552e7ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-cases/functional/ptf/saidashdpapp_sanity.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from sai_thrift.sai_headers import *
from sai_base_test import *
from p4_dash_utils import *

@use_flow
class SaiThriftDpappPktTest(SaiHelperSimplified):
""" Test saithrift vnet outbound towards dpapp"""

Expand Down
2 changes: 2 additions & 0 deletions test/test-cases/functional/ptf/saidashvnet_sanity.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from sai_thrift.sai_headers import *
from sai_base_test import *
from p4_dash_utils import *

@use_flow
class SaiThriftVnetOutboundUdpPktTest(SaiHelperSimplified):
""" Test saithrift vnet outbound"""

Expand Down

0 comments on commit 552e7ad

Please sign in to comment.