From 05b2b5bae9d70bb1070c35340d9411d991a16242 Mon Sep 17 00:00:00 2001 From: Petr Malik Date: Fri, 6 Jan 2017 15:42:30 -0500 Subject: Enable Redis configuration tests Redis supports configuration groups but the tests for it are not enabled. Change-Id: I44ccb5371c83b0e1a176e2cad5c6c8b4fd7ac119 --- trove/tests/int_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trove/tests/int_tests.py b/trove/tests/int_tests.py index 2bb1f281..243356ba 100644 --- a/trove/tests/int_tests.py +++ b/trove/tests/int_tests.py @@ -389,7 +389,8 @@ register( register( ["redis_supported"], single=[common_groups, - backup_groups, ], + backup_groups, + configuration_groups, ], multi=[ # cluster_actions_groups, # cluster_negative_actions_groups, -- cgit v1.2.1