-
Notifications
You must be signed in to change notification settings - Fork 8
Description
CI of Director is failing 16.2
On the following tests:
nfv_tempest_plugin.tests.scenario.test_nfv_advanced_usecases.TestAdvancedScenarios
Are failing on hypervisors suffix when calling aggregations
packages/nfv_tempest_plugin/tests/scenario/baremetal_manager.py", line 269, in create_and_set_aggregate self.aggregates_client.add_host(aggr['aggregate']['id'], host=host) File "/home/stack/tempest/openstack-tempest/tempest/lib/services/compute/aggregates_client.py", line 107, in add_host post_body) File "/home/stack/tempest/openstack-tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/home/stack/tempest/openstack-tempest/tempest/lib/services/compute/base_compute_client.py", line 48, in request method, url, extra_headers, headers, body, chunked) File "/home/stack/tempest/openstack-tempest/tempest/lib/common/rest_client.py", line 704, in request self._error_checker(resp, resp_body) File "/home/stack/tempest/openstack-tempest/tempest/lib/common/rest_client.py", line 810, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'code': 404, 'message': 'Compute host computeovsdpdksriov-1.novalocal could not be found.'}