diff options
author | Alec Hothan <ahothan@cisco.com> | 2017-09-27 18:01:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-27 18:01:25 +0000 |
commit | a4f1f6a51ba9a9cd8c09c49cddc577ed418ca73d (patch) | |
tree | 5b7397957dc7d57f13165e54a9e0a4d9efa5bbb8 /docs/testing/user/userguide/server.rst | |
parent | e88c91badeaea2f1b0dbea57ead41823027441f3 (diff) | |
parent | c5c27a690fe8ce01f047330327e5bff3afb048bd (diff) |
Merge "NFVBENCH-34 Pass configuration file to entrypoint script"
Diffstat (limited to 'docs/testing/user/userguide/server.rst')
-rw-r--r-- | docs/testing/user/userguide/server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing/user/userguide/server.rst b/docs/testing/user/userguide/server.rst index e08f663..1c1e052 100644 --- a/docs/testing/user/userguide/server.rst +++ b/docs/testing/user/userguide/server.rst @@ -84,7 +84,7 @@ Example of return when the run completes: <http-url>/start_run (POST) ^^^^^^^^^^^^^^^^^^^^^ -This request starts an NFVBench run with passed configurations. +This request starts an NFVBench run with passed configurations. If no configuration is passed, a run with default configurations will be executed. Example request: curl -XPOST 'localhost:7556/start_run' -H "Content-Type: application/json" -d @nfvbenchconfig.json |