File tree 6 files changed +0
-8
lines changed
6 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Lint as: python3
2
2
from swsscommon import swsscommon
3
3
4
- import time
5
4
import util
6
- import json
7
5
8
6
INGRESS_STAGE = "SAI_ACL_STAGE_INGRESS"
9
7
EGRESS_STAGE = "SAI_ACL_STAGE_EGRESS"
Original file line number Diff line number Diff line change 1
1
from swsscommon import swsscommon
2
2
3
- import time
4
3
import util
5
4
import json
6
5
Original file line number Diff line number Diff line change 1
1
from swsscommon import swsscommon
2
2
3
- import time
4
3
import pytest
5
4
import json
6
5
import util
Original file line number Diff line number Diff line change 1
1
# Lint as: python3
2
2
from swsscommon import swsscommon
3
3
4
- import time
5
4
import pytest
6
- import json
7
5
import util
8
6
import acl
9
7
Original file line number Diff line number Diff line change 1
1
from swsscommon import swsscommon
2
2
3
- import time
4
3
import util
5
4
import json
6
5
Original file line number Diff line number Diff line change 1
1
""" Defines common P4RT utility functions."""
2
2
from swsscommon import swsscommon
3
3
4
- import json
5
4
import time
6
5
7
6
You can’t perform that action at this time.
0 commit comments