)]}'
{"tempest/api/compute/servers/test_server_actions.py":[{"author":{"_account_id":8367,"name":"Arx Cruz","email":"arxcruz@redhat.com","username":"arxcruz"},"change_message_id":"b1f25d3768c06e09319b94515803e4b770c677bc","unresolved":true,"context_lines":[{"line_number":28,"context_line":"from tempest.lib.common.utils import data_utils"},{"line_number":29,"context_line":"from tempest.lib import decorators"},{"line_number":30,"context_line":"from tempest.lib import exceptions as lib_exc"},{"line_number":31,"context_line":"from tempest.lib.services.network import ports_client"},{"line_number":32,"context_line":""},{"line_number":33,"context_line":"CONF \u003d config.CONF"},{"line_number":34,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"2a4437cb_5c34912e","line":31,"updated":"2022-08-10 14:59:16.000000000","message":"Why are you importing here and passing to waiting_for_server_floating_ip instead of use the self.ports_client?","commit_id":"1a209b2f88719ce574e5d08b0053944672535078"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"faa9e670a053a85f7c38baaeba94686275b0a248","unresolved":true,"context_lines":[{"line_number":28,"context_line":"from tempest.lib.common.utils import data_utils"},{"line_number":29,"context_line":"from tempest.lib import decorators"},{"line_number":30,"context_line":"from tempest.lib import exceptions as lib_exc"},{"line_number":31,"context_line":"from tempest.lib.services.network import ports_client"},{"line_number":32,"context_line":""},{"line_number":33,"context_line":"CONF \u003d config.CONF"},{"line_number":34,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"97f81705_5e4695aa","line":31,"in_reply_to":"2a4437cb_5c34912e","updated":"2023-06-30 19:59:30.000000000","message":"yes, we do not need to import the service client here","commit_id":"1a209b2f88719ce574e5d08b0053944672535078"}],"tempest/common/waiters.py":[{"author":{"_account_id":8367,"name":"Arx Cruz","email":"arxcruz@redhat.com","username":"arxcruz"},"change_message_id":"b1f25d3768c06e09319b94515803e4b770c677bc","unresolved":true,"context_lines":[{"line_number":22,"context_line":"from tempest.lib.common.utils import test_utils"},{"line_number":23,"context_line":"from tempest.lib import exceptions as lib_exc"},{"line_number":24,"context_line":"from tempest.lib.services.image.v1 import images_client as images_v1_client"},{"line_number":25,"context_line":"from tempest.lib.services.network import ports_client"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"CONF \u003d config.CONF"},{"line_number":28,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":1,"id":"c2165955_bfb01a03","line":25,"updated":"2022-08-10 14:59:16.000000000","message":"Is this being used?","commit_id":"1a209b2f88719ce574e5d08b0053944672535078"},{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"faa9e670a053a85f7c38baaeba94686275b0a248","unresolved":true,"context_lines":[{"line_number":566,"context_line":"        if address is None and wait_for_disassociate:"},{"line_number":567,"context_line":"            return None"},{"line_number":568,"context_line":"        if not wait_for_disassociate and address:"},{"line_number":569,"context_line":"            if device_id \u003d\u003d server and status \u003d\u003d \"ACTIVE\":"},{"line_number":570,"context_line":"                return address"},{"line_number":571,"context_line":"            if status !\u003d \"ACTIVE\":"},{"line_number":572,"context_line":"                msg \u003d (\u0027Floating ip %s failed to associate with port %s \u0027"}],"source_content_type":"text/x-python","patch_set":1,"id":"d4eb19b4_6354b643","line":569,"range":{"start_line":569,"start_character":28,"end_line":569,"end_character":35},"updated":"2023-06-30 19:59:30.000000000","message":"this is full server dict, you need server id here?","commit_id":"1a209b2f88719ce574e5d08b0053944672535078"}],"tempest/scenario/test_minimum_basic.py":[{"author":{"_account_id":8367,"name":"Arx Cruz","email":"arxcruz@redhat.com","username":"arxcruz"},"change_message_id":"b1f25d3768c06e09319b94515803e4b770c677bc","unresolved":true,"context_lines":[{"line_number":22,"context_line":"from tempest.lib.common.utils import test_utils"},{"line_number":23,"context_line":"from tempest.lib import decorators"},{"line_number":24,"context_line":"from tempest.lib import exceptions"},{"line_number":25,"context_line":"from tempest.lib.services.network import ports_client"},{"line_number":26,"context_line":"from tempest.scenario import manager"},{"line_number":27,"context_line":""},{"line_number":28,"context_line":"CONF \u003d config.CONF"}],"source_content_type":"text/x-python","patch_set":1,"id":"90124bdc_3397d290","line":25,"updated":"2022-08-10 14:59:16.000000000","message":"ditto","commit_id":"1a209b2f88719ce574e5d08b0053944672535078"},{"author":{"_account_id":8367,"name":"Arx Cruz","email":"arxcruz@redhat.com","username":"arxcruz"},"change_message_id":"b1f25d3768c06e09319b94515803e4b770c677bc","unresolved":true,"context_lines":[{"line_number":139,"context_line":"            ssh_ip \u003d self.get_server_ip(server)"},{"line_number":140,"context_line":""},{"line_number":141,"context_line":"        self.create_and_add_security_group_to_server(server)"},{"line_number":142,"context_line":"        port_id \u003d self.ports_client.create_port(self, tenant_id)[\u0027id\u0027]"},{"line_number":143,"context_line":"        # check that we can SSH to the server before reboot"},{"line_number":144,"context_line":"        self.linux_client \u003d self.get_remote_client("},{"line_number":145,"context_line":"            ssh_ip, private_key\u003dkeypair[\u0027private_key\u0027],"}],"source_content_type":"text/x-python","patch_set":1,"id":"8c27cb67_58cd180c","line":142,"updated":"2022-08-10 14:59:16.000000000","message":"Creating the port twice?","commit_id":"1a209b2f88719ce574e5d08b0053944672535078"}]}
