forked from sonic-net/sonic-pins
-
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.
[P4_Symbolic] Add golden test for packet synthesis for conditional.p4…
… and conditional_sequence.p4 (sonic-net#672) Co-authored-by: kishanps <kishanps@google.com>
- Loading branch information
1 parent
0b0deb5
commit 4e95a68
Showing
3 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Finding packet for table MyIngress.t_1 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000001 | ||
|
||
Finding packet for table MyIngress.t_2 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000001 | ||
standard_metadata.egress_spec = #b000000001 | ||
|
||
Finding packet for table MyIngress.t_3 and row -1 | ||
Cannot find solution! | ||
|
||
Finding packet for table MyIngress.t_3 and row 0 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000001 | ||
standard_metadata.egress_spec = #b000000001 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
Finding packet for table MyIngress.e1 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.e2 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.e3 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.e4 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.e5 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.e6 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.e7 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.e8 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.i1 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.i2 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.i3 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.i4 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.i5 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.i6 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.i7 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.i8 and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.t and row -1 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|
||
Finding packet for table MyIngress.t and row 0 | ||
Dropped = 0 | ||
standard_metadata.ingress_port = #b000000000 | ||
standard_metadata.egress_spec = #b000000000 | ||
|