]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Isolate redis test keys from different tests
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Dec 2021 17:27:01 +0000 (11:27 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Dec 2021 17:27:21 +0000 (11:27 -0600)
src/tests/modules/cache_redis/module.conf

index b78102b7dee9d2fb3d35fdb5fad7c74cf6545f32..90f351b7617430e983491204086ee5aa3bfb5a73 100644 (file)
@@ -11,7 +11,7 @@ cache {
                server = $ENV{REDIS_TEST_SERVER}:30006
        }
 
-       key = "%{Tmp-String-0}"
+       key = "$ENV{MODULE_TEST_UNLANG}%{Tmp-String-0}"
        ttl = 2
 
        update {
@@ -35,7 +35,7 @@ cache cache_update {
                server = $ENV{REDIS_TEST_SERVER}:30006
        }
 
-       key = "%{Tmp-String-0}"
+       key = "$ENV{MODULE_TEST_UNLANG}%{Tmp-String-0}"
        ttl = 2
 
        #