MXS-2231: Add Kerberos+SSL test case

Added a test case that uses Kerberos services with SSL enabled listeners.
This commit is contained in:
Markus Mäkelä
2018-12-28 15:25:52 +02:00
parent edd03e950f
commit d48c17fd08
2 changed files with 113 additions and 0 deletions

View File

@ -893,6 +893,7 @@ add_test_executable(setup_binlog_gtid.cpp setup_binlog_gtid setup_binlog_gtid LA
# works only with yum-based distributions
# TODO: make it working with zypper and apt, move part of KDC setup to MDBCI
add_test_executable(kerberos_setup.cpp kerberos_setup kerberos LABELS HEAVY gssapi REPL_BACKEND)
add_test_derived(kerberos_setup_ssl kerberos_setup kerberos_ssl LABELS HEAVY gssapi REPL_BACKEND)
# Configures 'keepalived' on two Maxscale machines and tried failover
add_test_executable(keepalived.cpp keepalived keepalived LABELS REPL_BACKEND TWO_MAXSCALES)