From 3051e176ebe8391baea4428270fdc10ecf10aec5 Mon Sep 17 00:00:00 2001 From: user Date: Thu, 10 Mar 2016 10:10:27 -0500 Subject: Bug Fix - Fixes the heat template for noisy neighbours and its deployment Change-Id: I4c45b204a06a728db276a2e4a5f905f3a34f2de5 Signed-off-by: user (cherry picked from commit 6b3a3a061aed097fcbc7f0c4dceeabf0f7312122) --- .../scenarios/networking/vtc_instantiation_validation_noisy.py | 4 ++++ yardstick/benchmark/scenarios/networking/vtc_throughput_noisy.py | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'yardstick/benchmark') 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: -- cgit 1.2.3-korg