-
Notifications
You must be signed in to change notification settings - Fork 0
ported v1model test #21
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
base: main
Are you sure you want to change the base?
Conversation
c1426f4 to
704f616
Compare
704f616 to
8510d19
Compare
usha1830
left a comment
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.
I see more .spec files than the test P4 files. Why is that?
We would need to check what the tests are doing and avoid repetitions as much as possible.
Also we need to see what to do about Copyright.
| "Error compiling" | ||
| testdata/p4_16_samples/psa-dpdk-issue2314.p4 | ||
| ) | ||
|
|
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.
All failing cases with same fail message used as regex should be combined
| @@ -0,0 +1,100 @@ | |||
| /* | |||
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.
I am not sure what the copyright message should be. Also this file does not include psa.p4, not required?
| @@ -0,0 +1,72 @@ | |||
| /* | |||
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.
While porting, we should ignore the tests which does not involve any backend processing. This will not compile with ./p4c-dpdk I assume and our regression script will not run this, does it?
|
The purpose of this porting is to find any latent bugs. So, lets do some initial analysis of the failures and file JIRA issues. |
No description provided.