aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/smoke/testcases.yaml2
-rw-r--r--functest/ci/testcases.yaml2
-rw-r--r--functest/opnfv_tests/openstack/tempest/tempest.py2
3 files changed, 4 insertions, 2 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml
index 5b918991d..6123e370f 100644
--- a/docker/smoke/testcases.yaml
+++ b/docker/smoke/testcases.yaml
@@ -67,7 +67,7 @@ tiers:
args:
mode: '^heat_tempest_plugin.tests'
option:
- - '--concurrency=4'
+ - '--concurrency=1'
-
case_name: rally_sanity
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index a48b2c2a3..12c9138c3 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -245,7 +245,7 @@ tiers:
args:
mode: '^heat_tempest_plugin.tests'
option:
- - '--concurrency=4'
+ - '--concurrency=1'
-
case_name: rally_sanity
diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py
index 14fa9f1c7..a8ea9af39 100644
--- a/functest/opnfv_tests/openstack/tempest/tempest.py
+++ b/functest/opnfv_tests/openstack/tempest/tempest.py
@@ -724,6 +724,8 @@ class TempestHeat(TempestCommon):
rconfig.set('heat_plugin', 'minimal_instance_type', self.flavor.id)
rconfig.set('heat_plugin', 'floating_network_name', self.ext_net.name)
rconfig.set('heat_plugin', 'fixed_network_name', self.network.name)
+ rconfig.set('heat_plugin', 'fixed_subnet_name', self.subnet.name)
+ rconfig.set('heat_plugin', 'network_for_ssh', self.network.name)
with open(self.conf_file, 'w') as config_file:
rconfig.write(config_file)
self.backup_tempest_config(self.conf_file, self.res_dir)