2.0 beta NFVBENCH-91 Allow multi-chaining with separate edge networks 55/63255/2
authorahothan <ahothan@cisco.com>
Sun, 7 Oct 2018 22:55:25 +0000 (15:55 -0700)
committerahothan <ahothan@cisco.com>
Mon, 8 Oct 2018 17:44:31 +0000 (10:44 -0700)
commit391dcf76fefb747888a3411ae3b8df7b1ad26685
treeb823ae8a5f0e837bb285f53acb1502e0aad1bdf0
parent99260f95219301bb5c0b58921e793bcad6ec4990
2.0 beta NFVBENCH-91 Allow multi-chaining with separate edge networks

Includes complete refactoring of code
Beta for NFVbench 2.0

Change-Id: I2997f0fb7722d5ac626cd11a68692ae458c7676e
Signed-off-by: ahothan <ahothan@cisco.com>
36 files changed:
docs/development/design/design.rst
docs/release/release-notes/release-notes.rst
docs/testing/user/userguide/faq.rst
docs/testing/user/userguide/hw_requirements.rst
docs/testing/user/userguide/quickstart_docker.rst
docs/testing/user/userguide/server.rst
nfvbench/cfg.default.yaml
nfvbench/chain_clients.py [deleted file]
nfvbench/chain_managers.py [deleted file]
nfvbench/chain_runner.py
nfvbench/chain_workers.py
nfvbench/chaining.py [new file with mode: 0644]
nfvbench/cleanup.py
nfvbench/compute.py
nfvbench/config_plugin.py
nfvbench/factory.py
nfvbench/network.py [deleted file]
nfvbench/nfvbench.py
nfvbench/packet_analyzer.py [deleted file]
nfvbench/packet_stats.py [new file with mode: 0644]
nfvbench/service_chain.py [deleted file]
nfvbench/specs.py
nfvbench/stats_manager.py [new file with mode: 0644]
nfvbench/summarizer.py
nfvbench/tor_client.py [deleted file]
nfvbench/traffic_client.py
nfvbench/traffic_gen/dummy.py
nfvbench/traffic_gen/traffic_base.py
nfvbench/traffic_gen/traffic_utils.py
nfvbench/traffic_gen/trex.py
nfvbench/traffic_server.py
pylint.rc
requirements-dev.txt
test/mock_trex.py [new file with mode: 0644]
test/test_chains.py [new file with mode: 0644]
test/test_nfvbench.py