)]}'
{"testinfra/test_static.py":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"3f1b16ca268742a3ea21ed6d9427632f9edc71ce","unresolved":true,"context_lines":[{"line_number":240,"context_line":"def test_registry_zuul_ci_org(host):"},{"line_number":241,"context_line":"    # Maybe we should make a repo with a small image to reduce"},{"line_number":242,"context_line":"    # bandwidth here."},{"line_number":243,"context_line":"    cmd \u003d host.run(\u0027podman pull --tls-verify\u003d0 \u0027"},{"line_number":244,"context_line":"                   \u0027registry.zuul-ci.org/zuul:8.2.0\u0027)"},{"line_number":245,"context_line":"    assert \u0027Storing signatures\u0027 in cmd.stdout"},{"line_number":246,"context_line":"    assert (\u00276bc033a3dfe1e3d8a4c96f63375d3d2b6630724c98eac1443962002e974a3302\u0027"}],"source_content_type":"text/x-python","patch_set":1,"id":"9427f72d_281d35d3","line":243,"range":{"start_line":243,"start_character":32,"end_line":243,"end_character":46},"updated":"2023-03-20 00:02:03.000000000","message":"I don\u0027t think we would need this if we just \"echo 127.0.0.1 registry.zuul-ci.org \u003e\u003e /etc/hosts\".  the site will have a self-signed certificate that we trust.  Above we use curl\u0027s \"--resolve\" to basically simulate the same thing.  I feel enough about figuring out the certs that I\u0027d be -1 as we\u0027ve hidden problems ignoring tls before.\n\nWe have playbooks/test-*.yaml that do \"bigger\" things using ansible constructs when appropriate.  Installing and pulling might live there.\n\nThere\u0027s also probably an argument that the big picture of the entire pull process working might be a bit out of scope here, and we\u0027re mostly worried if we commit something that breaks the basic operation of the redirects, so a simple curl and making sure we get to the right place might suffice.","commit_id":"0a211c1d8d9b3c44a90e83c05a800119eb04e36d"}]}
