Difference between revisions of "VPP/VPPHostStack/TestHttpServer"

From fd.io
< VPP
Jump to: navigation, search
(Created page with "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...")
(No difference)

Revision as of 00:41, 7 March 2018

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.