VPP/VPPHostStack/TestHttpServer

From fd.io
< VPP
Revision as of 00:41, 7 March 2018 by Florin.coras (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a simple http server app that executes GET requests as CLI commands and returns the result. It can also return a static reply for CPS testing.

To start the server do:

# test echo server uri tcp://local-ip/port

In a browser that has connectivity to the server run: http://vpp_ip/port/sh/run

If all went well, vpp should have returned the results of the show run command.