inmanta / nfv-test-api

API for testing network functions using network namespaces (archived)
https://code.inmanta.com/solutions/tools/nfv-test-api
3 stars 0 forks source link

Add ability to test different TCP/UDP ports #12

Open wouterdb opened 3 years ago

wouterdb commented 3 years ago

I think it would be quite easy to add an endpoint that causes the nfv-test-api application to start/stop a small server that responds to TCP/UDP on a specific port with its own name. A corresponding endpoint can connect to these servers.

bartv commented 3 years ago

I would suggest this: python3 -m http.server 8000