Explorar o código

[Stress] Adds vagrant1_redis template

Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
7ee9afa170
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      funtests/stress/stress/templates.py

+ 2 - 1
funtests/stress/stress/templates.py

@@ -152,5 +152,6 @@ class vagrant1(default):
 
 
 @template()
-class vagrant1_redis(default):
+class vagrant1_redis(redis):
     BROKER_URL = 'redis://192.168.33.123'
+    CELERY_RESULT_BACKEND = 'redis://192.168.33.123'