Skip to content
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

Refactor gnitests to scale when NUMEPS is changed #1289

Open
e-harvey opened this issue Mar 15, 2017 · 0 comments
Open

Refactor gnitests to scale when NUMEPS is changed #1289

e-harvey opened this issue Mar 15, 2017 · 0 comments

Comments

@e-harvey
Copy link

Right now, each ep is in a separate domain but many assumptions are made throughout the tests about what a given ep should be used for.

For example, in many tests ep[0] refers to the sender's end point and ep[1] to the remote peer's. For these tests, it would be better to use self documenting names and have two different variables, send_ep and recv_ep.

For tests that use a given ep for sending and receiving these tests should be modified to scale when NUMEPS is increased or decreased to as low as one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant