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)