summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark
diff options
context:
space:
mode:
authoruser <user@TRAFCLASS-PACKET1.fuel.local>2016-03-10 10:10:27 -0500
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>2016-03-22 13:48:31 +0000
commit3051e176ebe8391baea4428270fdc10ecf10aec5 (patch)
tree319270ba970b0c099835e58cf2820f2c1e653f07 /yardstick/benchmark
parentc281ce82f3aa4300cc210969aa70fbdccc3809c6 (diff)
Bug Fix - Fixes the heat template for noisy neighbours and its deployment
Change-Id: I4c45b204a06a728db276a2e4a5f905f3a34f2de5 Signed-off-by: user <user@TRAFCLASS-PACKET1.fuel.local> (cherry picked from commit 6b3a3a061aed097fcbc7f0c4dceeabf0f7312122)
Diffstat (limited to 'yardstick/benchmark')
-rw-r--r--yardstick/benchmark/scenarios/networking/vtc_instantiation_validation_noisy.py4
-rw-r--r--yardstick/benchmark/scenarios/networking/vtc_throughput_noisy.py4
2 files changed, 8 insertions, 0 deletions
diff --git a/yardstick/benchmark/scenarios/networking/vtc_instantiation_validation_noisy.py b/yardstick/benchmark/scenarios/networking/vtc_instantiation_validation_noisy.py
index 57b975811..8d9bf0962 100644
--- a/yardstick/benchmark/scenarios/networking/vtc_instantiation_validation_noisy.py
+++ b/yardstick/benchmark/scenarios/networking/vtc_instantiation_validation_noisy.py
@@ -78,6 +78,10 @@ class VtcInstantiationValidationNoisy(base.Scenario):
str(self.options['amount_of_ram'])
test_case['params']['number_of_cores'] = \
str(self.options['number_of_cores'])
+ test_case['params']['network'] = \
+ str(self.options['default_net_name'])
+ test_case['params']['subnet'] = \
+ str(self.options['default_subnet_name'])
res = dict()
try:
diff --git a/yardstick/benchmark/scenarios/networking/vtc_throughput_noisy.py b/yardstick/benchmark/scenarios/networking/vtc_throughput_noisy.py
index 703e06cf8..f03226732 100644
--- a/yardstick/benchmark/scenarios/networking/vtc_throughput_noisy.py
+++ b/yardstick/benchmark/scenarios/networking/vtc_throughput_noisy.py
@@ -77,6 +77,10 @@ class VtcThroughputNoisy(base.Scenario):
str(self.options['amount_of_ram'])
test_case['params']['number_of_cores'] = \
str(self.options['number_of_cores'])
+ test_case['params']['network'] = \
+ str(self.options['default_net_name'])
+ test_case['params']['subnet'] = \
+ str(self.options['default_subnet_name'])
res = dict()
try: