Skip to content

Commit 45c4f50

Browse files
committed
Reenable test_authentication_misconfiguration.py
This test was previously disabled because required functionality was not implemented in CCM. This tests currently passes - and I manually inspected the logs to make sure node3 really has authentication enabled.
1 parent 8060489 commit 45c4f50

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/integration/standard/test_authentication_misconfiguration.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919

2020
class MisconfiguredAuthenticationTests(unittest.TestCase):
2121
""" One node (not the contact point) has password auth. The rest of the nodes have no auth """
22-
# TODO: Fix ccm to apply following options to scylla.yaml
23-
# node3.set_configuration_options(values={
24-
# 'authenticator': 'PasswordAuthenticator',
25-
# 'authorizer': 'CassandraAuthorizer',
26-
# })
27-
# To make it working for scylla
2822
@classmethod
2923
def setUpClass(cls):
3024
if not USE_CASS_EXTERNAL:
@@ -38,7 +32,6 @@ def setUpClass(cls):
3832

3933
cls.ccm_cluster = ccm_cluster
4034

41-
@unittest.expectedFailure
4235
def test_connect_no_auth_provider(self):
4336
cluster = TestCluster()
4437
cluster.connect()

0 commit comments

Comments
 (0)