commit | ed09bccbae801f1d9b54054b72157aea24f1af5b | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Wed Oct 02 10:41:37 2019 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Oct 02 10:41:37 2019 +0000 |
tree | 6a841f4522410b6e631cbcb4f5f79466d030e0ea | |
parent | 1b9b8b60ddd422311aaad72ad7f644f2d194917e [diff] | |
parent | 266dfd1555a34db9d47aad1df90600bb31e0e953 [diff] |
Merge "Add CI jobs for Train stable branches"
diff --git a/ironic_tempest_plugin/tests/scenario/baremetal_standalone_manager.py b/ironic_tempest_plugin/tests/scenario/baremetal_standalone_manager.py index bbd7782..98e335d 100644 --- a/ironic_tempest_plugin/tests/scenario/baremetal_standalone_manager.py +++ b/ironic_tempest_plugin/tests/scenario/baremetal_standalone_manager.py
@@ -205,6 +205,8 @@ def _try_to_associate_instance(): n = node or cls.get_random_available_node() + if n is None: + return False try: cls._associate_instance_with_node(n['uuid'], instance_uuid) nodes.append(n)