)]}'
{"ironic_tempest_plugin/tests/scenario/baremetal_standalone_manager.py":[{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"7a083b03b8007d972e7bf41e516ea401dc950450","unresolved":false,"context_lines":[{"line_number":644,"context_line":"                               Needed only when direct HTTP link is provided."},{"line_number":645,"context_line":"        :param boot_option: The defaut boot option to utilize. If not"},{"line_number":646,"context_line":"                            specified, the ironic deployment default shall"},{"line_number":647,"context_line":"                            be utilized."},{"line_number":648,"context_line":"        \"\"\""},{"line_number":649,"context_line":"        if ramdisk_ref is None:"},{"line_number":650,"context_line":"            ramdisk_ref \u003d cls.image_ref"}],"source_content_type":"text/x-python","patch_set":3,"id":"bf51134e_da479abb","line":647,"updated":"2020-06-25 08:09:31.000000000","message":"needs updating","commit_id":"54b0b13d6b1af82c81229f88045fff67bfd8b1ff"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"818d8dab2495585a8eb080c40017721a0dfdf4a5","unresolved":false,"context_lines":[{"line_number":644,"context_line":"                               Needed only when direct HTTP link is provided."},{"line_number":645,"context_line":"        :param boot_option: The defaut boot option to utilize. If not"},{"line_number":646,"context_line":"                            specified, the ironic deployment default shall"},{"line_number":647,"context_line":"                            be utilized."},{"line_number":648,"context_line":"        \"\"\""},{"line_number":649,"context_line":"        if ramdisk_ref is None:"},{"line_number":650,"context_line":"            ramdisk_ref \u003d cls.image_ref"}],"source_content_type":"text/x-python","patch_set":3,"id":"bf51134e_96369202","line":647,"in_reply_to":"bf51134e_da479abb","updated":"2020-06-25 18:08:10.000000000","message":"Done","commit_id":"54b0b13d6b1af82c81229f88045fff67bfd8b1ff"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"7a083b03b8007d972e7bf41e516ea401dc950450","unresolved":false,"context_lines":[{"line_number":655,"context_line":"        if iso:"},{"line_number":656,"context_line":"            patch_path \u003d \u0027/instance_info/boot_iso\u0027"},{"line_number":657,"context_line":"        else:"},{"line_number":658,"context_line":"            patch_path \u003d \u0027/instance_info/image_source\u0027"},{"line_number":659,"context_line":"        patch \u003d [{\u0027path\u0027: patch_path,"},{"line_number":660,"context_line":"                  \u0027op\u0027: \u0027add\u0027,"},{"line_number":661,"context_line":"                  \u0027value\u0027: ramdisk_ref}]"}],"source_content_type":"text/x-python","patch_set":3,"id":"bf51134e_ba42a6a9","line":658,"updated":"2020-06-25 08:09:31.000000000","message":"Is this even supported in the final ISO boot patch?","commit_id":"54b0b13d6b1af82c81229f88045fff67bfd8b1ff"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"818d8dab2495585a8eb080c40017721a0dfdf4a5","unresolved":false,"context_lines":[{"line_number":655,"context_line":"        if iso:"},{"line_number":656,"context_line":"            patch_path \u003d \u0027/instance_info/boot_iso\u0027"},{"line_number":657,"context_line":"        else:"},{"line_number":658,"context_line":"            patch_path \u003d \u0027/instance_info/image_source\u0027"},{"line_number":659,"context_line":"        patch \u003d [{\u0027path\u0027: patch_path,"},{"line_number":660,"context_line":"                  \u0027op\u0027: \u0027add\u0027,"},{"line_number":661,"context_line":"                  \u0027value\u0027: ramdisk_ref}]"}],"source_content_type":"text/x-python","patch_set":3,"id":"bf51134e_f69d4e0a","line":658,"in_reply_to":"bf51134e_ba42a6a9","updated":"2020-06-25 18:08:10.000000000","message":"It is usable in the standard ramdisk path, I\u0027ll add an inline note.","commit_id":"54b0b13d6b1af82c81229f88045fff67bfd8b1ff"}],"ironic_tempest_plugin/tests/scenario/ironic_standalone/test_ramdisk_iso.py":[{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"7a083b03b8007d972e7bf41e516ea401dc950450","unresolved":false,"context_lines":[{"line_number":41,"context_line":"    @classmethod"},{"line_number":42,"context_line":"    def skip_checks(cls):"},{"line_number":43,"context_line":"        super(BaremetalRamdiskBootIso, cls).skip_checks()"},{"line_number":44,"context_line":"        if not CONF.baremetal_feature_enabled.ramdisk_iso:"},{"line_number":45,"context_line":"            raise cls.skipException(\u0027Skipping ramdisk ISO booting\u0027)"},{"line_number":46,"context_line":"        if not cls.image_ref:"},{"line_number":47,"context_line":"            raise cls.skipException(\u0027Skipping ramdisk ISO booting as\u0027"}],"source_content_type":"text/x-python","patch_set":3,"id":"bf51134e_1a1752a6","line":44,"updated":"2020-06-25 08:09:31.000000000","message":"Is it declared somewhere? Actually, I think skipping if the image is not provided is enough","commit_id":"54b0b13d6b1af82c81229f88045fff67bfd8b1ff"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"818d8dab2495585a8eb080c40017721a0dfdf4a5","unresolved":false,"context_lines":[{"line_number":41,"context_line":"    @classmethod"},{"line_number":42,"context_line":"    def skip_checks(cls):"},{"line_number":43,"context_line":"        super(BaremetalRamdiskBootIso, cls).skip_checks()"},{"line_number":44,"context_line":"        if not CONF.baremetal_feature_enabled.ramdisk_iso:"},{"line_number":45,"context_line":"            raise cls.skipException(\u0027Skipping ramdisk ISO booting\u0027)"},{"line_number":46,"context_line":"        if not cls.image_ref:"},{"line_number":47,"context_line":"            raise cls.skipException(\u0027Skipping ramdisk ISO booting as\u0027"}],"source_content_type":"text/x-python","patch_set":3,"id":"bf51134e_168602ba","line":44,"in_reply_to":"bf51134e_1a1752a6","updated":"2020-06-25 18:08:10.000000000","message":"The group is free form based on the config, but I seem to be hitting issues here. If your cool with doing that that, I\u0027m cool with it too, since this will skip automatically if the ramdisk interface is not enabled.","commit_id":"54b0b13d6b1af82c81229f88045fff67bfd8b1ff"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"acd871a8520a46c4c3bcfb9367d7c313f9d4c71b","unresolved":false,"context_lines":[{"line_number":48,"context_line":"    @decorators.idempotent_id(\u00272859d115-9266-4461-9286-79b146e65dc9\u0027)"},{"line_number":49,"context_line":"    @utils.services(\u0027image\u0027, \u0027network\u0027)"},{"line_number":50,"context_line":"    def test_ramdisk_boot(self):"},{"line_number":51,"context_line":"        self.setup_ramdisk_and_deploy(cls.image_ref, iso\u003dTrue)"}],"source_content_type":"text/x-python","patch_set":5,"id":"bf51134e_1748bc2a","line":51,"updated":"2020-06-25 20:31:11.000000000","message":"pep8: F821 undefined name \u0027cls\u0027","commit_id":"f1ac37dc9118f82cc9a120799452d0c6e2a83741"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"3499212fb7fa9d20767568e2dba45467152516f0","unresolved":false,"context_lines":[{"line_number":46,"context_line":"    @decorators.idempotent_id(\u00272859d115-9266-4461-9286-79b146e65dc9\u0027)"},{"line_number":47,"context_line":"    @utils.services(\u0027image\u0027, \u0027network\u0027)"},{"line_number":48,"context_line":"    def test_ramdisk_boot(self):"},{"line_number":49,"context_line":"        self.boot_ramdisk_node(cls.image_ref, iso\u003dTrue)"}],"source_content_type":"text/x-python","patch_set":7,"id":"bf51134e_8c532239","line":49,"updated":"2020-06-26 00:17:04.000000000","message":"pep8: F821 undefined name \u0027cls\u0027","commit_id":"1bd3a981b3524a2c88ef0f70decf3814b107d7a4"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"27026f30d1f5506089cc1b976143d2e59d3660e4","unresolved":false,"context_lines":[{"line_number":46,"context_line":"    @decorators.idempotent_id(\u00272859d115-9266-4461-9286-79b146e65dc9\u0027)"},{"line_number":47,"context_line":"    @utils.services(\u0027image\u0027, \u0027network\u0027)"},{"line_number":48,"context_line":"    def test_ramdisk_boot(self):"},{"line_number":49,"context_line":"        self.boot_node_ramdisk(cls.image_ref, iso\u003dTrue)"}],"source_content_type":"text/x-python","patch_set":8,"id":"bf51134e_8f24900e","line":49,"updated":"2020-06-29 20:27:07.000000000","message":"pep8: F821 undefined name \u0027cls\u0027","commit_id":"f6ec29ee4ceb491fea40c093667b9b73c0e1fcb3"}]}
