diff --git a/testdata/p4_14_samples/counter1.stf b/testdata/p4_14_samples/counter1.stf index ee30c0bbd50..f368f6e850e 100644 --- a/testdata/p4_14_samples/counter1.stf +++ b/testdata/p4_14_samples/counter1.stf @@ -3,9 +3,6 @@ add tab1 ethernet.dstAddr:0xa1a2a3a4a5a6 act(port:2) = A add tab1 ethernet.dstAddr:0xb1b2b3b4b5b6 act(port:3) = B add tab1 ethernet.dstAddr:0xc1c2c3c4c5c6 act(port:5) = C -expect 2 -expect 3 -expect 5 # check_counter cnt($A) packet 0 a1a2a3a4a5a6 wait diff --git a/testdata/p4_14_samples/counter2.stf b/testdata/p4_14_samples/counter2.stf index 95e5c32df8c..4e593885f4b 100644 --- a/testdata/p4_14_samples/counter2.stf +++ b/testdata/p4_14_samples/counter2.stf @@ -3,9 +3,6 @@ add tab1 600 ethernet.dstAddr:0xa1a2a3a4a5a6 act(port:2) = A add tab1 400 ethernet.dstAddr:0xb1b2b3b4b5b6 act(port:3) = B add tab1 200 ethernet.dstAddr:0xc1c2c3c4c5c6 act(port:5) = C -expect 2 -expect 3 -expect 5 check_counter cnt($A) packet 0 a1a2a3a4a5a6 0000 wait diff --git a/testdata/p4_14_samples/counter3.stf b/testdata/p4_14_samples/counter3.stf index 793037b7257..a04655d410b 100644 --- a/testdata/p4_14_samples/counter3.stf +++ b/testdata/p4_14_samples/counter3.stf @@ -2,9 +2,6 @@ add tab1 ethernet.dstAddr:0xa1a2a3a4a5a6 act(port:2) = A add tab1 ethernet.dstAddr:0xb1b2b3b4b5b6 act(port:3) = B add tab1 ethernet.dstAddr:0xc1c2c3c4c5c6 act(port:5) = C -expect 2 -expect 3 -expect 5 packet 0 a1a2a3a4a5a6 0000 wait check_counter cnt($A) bytes == 12 diff --git a/testdata/p4_14_samples/counter4.stf b/testdata/p4_14_samples/counter4.stf index 3c98e0e049b..df98557a58c 100644 --- a/testdata/p4_14_samples/counter4.stf +++ b/testdata/p4_14_samples/counter4.stf @@ -2,9 +2,6 @@ add tab1 ethernet.dstAddr:0xa1a2a3a4a5a6 act(port:2, idx:10) add tab1 ethernet.dstAddr:0xb1b2b3b4b5b6 act(port:3, idx:11) add tab1 ethernet.dstAddr:0xc1c2c3c4c5c6 act(port:5, idx:10) -expect 2 -expect 3 -expect 5 packet 0 a1a2a3a4a5a6 0000 wait check_counter cntDum(10) packets == 1