Skip to content

test error: No SSL certificates found #3508

Closed
@mtelka

Description

@mtelka

I'm trying to run tests for version 5.2.1 with -m "not ssl" and I'm getting this error:

_____________ ERROR collecting tests/test_asyncio/test_cluster.py ______________
tests/test_asyncio/test_cluster.py:2888: in <module>
    class TestSSL:
tests/test_asyncio/test_cluster.py:2896: in TestSSL
    CLIENT_CERT, CLIENT_KEY, CA_CERT = get_tls_certificates("cluster")
tests/ssl_utils.py:30: in get_tls_certificates
    raise OSError(f"No SSL certificates found. They should be in {cert_dir}")
E   OSError: No SSL certificates found. They should be in $(BUILD_DIR)/build/dockers/cluster/tls

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions