commit | fff11ee4043c34f5c4d088a269ab11060ae808d2 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Tue Jul 16 19:58:36 2019 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Jul 16 19:58:36 2019 +0000 |
tree | fa83a0a16bca13bb1fe9064987ae946716fd8c79 | |
parent | b2573a5c565c04ff4f84ae53b0a5b1518547c90f [diff] | |
parent | 0e563cadf956ac10334dc48941ac782b21e9f288 [diff] |
Merge "Increase timeout for WaitCondition test"
diff --git a/heat_tempest_plugin/tests/api/gabbits/softwareconfig.yaml b/heat_tempest_plugin/tests/api/gabbits/softwareconfig.yaml index 0d0453d..018b29c 100644 --- a/heat_tempest_plugin/tests/api/gabbits/softwareconfig.yaml +++ b/heat_tempest_plugin/tests/api/gabbits/softwareconfig.yaml
@@ -12,6 +12,7 @@ request_headers: content-type: application/json data: + name: $ENVIRON['PREFIX']-config group: script config: '#!/bin/sh -x\necho hello' status: 200
diff --git a/heat_tempest_plugin/tests/scenario/test_remote_deeply_nested.py b/heat_tempest_plugin/tests/scenario/test_remote_deeply_nested.py index d020e63..ef05285 100644 --- a/heat_tempest_plugin/tests/scenario/test_remote_deeply_nested.py +++ b/heat_tempest_plugin/tests/scenario/test_remote_deeply_nested.py
@@ -22,7 +22,7 @@ def test_remote_nested(self): parameters = { 'name': 'remote-nested', - 'network_name': 'public', + 'network_name': self.conf.floating_network_name, } stack_id = self.launch_stack(