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

[RFE] Test secondary interface #107

Open
jtaleric opened this issue Sep 26, 2023 · 2 comments
Open

[RFE] Test secondary interface #107

jtaleric opened this issue Sep 26, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@jtaleric
Copy link
Member

Is your feature request related to a problem? Please describe.
Nope

Describe the solution you'd like
Allow for a secondary interface to be used for throughput testing

@jtaleric jtaleric added the enhancement New feature or request label Sep 26, 2023
@jtaleric
Copy link
Member Author

jtaleric commented Sep 26, 2023

To do this
1 ) Update the confg yaml to include a multus option. Like

---
tests:
  - TCPStream:
    parallelism: 1
    profile: "TCP_STREAM"
    duration: 10
    samples: 3
    messagesize: 1024
    multus: <net-attach-name>

2 ) update the client/server podSpec to include the cncf.io/networks annotation for the user-defined net-attach interface

3 ) capture the ip address of the multus interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant