minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

add TLS configuration server tests #254

Closed aead closed 6 years ago

aead commented 6 years ago

This change adds non-functional tests to check whether a minio endpoint (TLS) is configured properly.

This includes:

To separate security tests from functional tests this change adds a new subdirectory /run/security.

Fixes #253

aead commented 6 years ago

Moved security tests to core as suggested by @nitisht. So the current proposal is security tests as non-functional tests (separate dir) as part of core. Different kinds of security tests (TLS, AdminAPI, ...) are implemented in different files - e.g. tls-tests.go, admin-api-tests.go, ...

nitisht commented 6 years ago

Thanks @aead will test and approve