Bug 1293101
| Summary: | Cross Hosts test fails due to bad rebase. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | yfried |
| Component: | openstack-tempest | Assignee: | Daniel Mellado <dmellado> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | tkammer |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | apevec, dkranz, dmellado, jschluet, lhh, slinaber |
| Target Milestone: | ga | Keywords: | Automation, AutomationBlocker |
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-10 07:28:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Description of problem: test_security_groups_cross_hosts module fails because upstream code has changed. Need to fix downstream test and rebase. Note: Pushed the test upstream. If/when merged, root cause will be removed. Traceback (most recent call last): File "/home/cloud-user/tempest-dir/tempest/test.py", line 127, in wrapper return f(self, *func_args, **func_kwargs) File "/home/cloud-user/tempest-dir/tempest/scenario/test_security_groups_basic_ops.py", line 495, in test_port_update_new_security_group server = self._create_server(name, new_tenant) File "/home/cloud-user/tempest-dir/tempest/scenario/test_security_groups_cross_hosts.py", line 56, in _create_server self.servers = self._distribute_servers() File "/home/cloud-user/tempest-dir/tempest/scenario/test_security_groups_cross_hosts.py", line 84, in _distribute_servers 'VERIFY_RESIZE') TypeError: wait_for_server_status() takes at least 3 arguments (2 given)