summaryrefslogtreecommitdiffstats
path: root/nfvbench/chaining.py
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2018-12-07 15:05:06 -0800
committerahothan <ahothan@cisco.com>2018-12-07 15:44:57 -0800
commited1df5da8e6468ec7a0e25a853fe803bfc0af3f6 (patch)
tree273b40d578a62eded8898e190c10080a09cfedf0 /nfvbench/chaining.py
parent8eaf1fcc4b2b3678d62ddb081f0d912fdc92bc20 (diff)
NFVBENCH-118 VxLAN fixed rate: Trex far end port Rx counters are incorrect
Change-Id: If3d0b199f4b97f8610dea360cb9e70fabec06601 Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'nfvbench/chaining.py')
-rw-r--r--nfvbench/chaining.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nfvbench/chaining.py b/nfvbench/chaining.py
index ce1b5ce..ed379bc 100644
--- a/nfvbench/chaining.py
+++ b/nfvbench/chaining.py
@@ -291,7 +291,6 @@ class ChainNetwork(object):
body['network']['provider:segmentation_id'] = self.segmentation_id
if self.physical_network:
body['network']['provider:physical_network'] = self.physical_network
-
self.network = self.manager.neutron_client.create_network(body)['network']
body = {
'subnet': {'name': network_config.subnet,