[LNT] r298980 - Make sure secret keys are defined in all the tests

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 22:49:53 PDT 2017


Author: cmatthews
Date: Wed Mar 29 00:49:53 2017
New Revision: 298980

URL: http://llvm.org/viewvc/llvm-project?rev=298980&view=rev
Log:
Make sure secret keys are defined in all the tests

The baseline system requires sessions to be working, and they don't when secret keys are not set.

Modified:
    lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_basic_instance/lnt.cfg
    lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_filled_instance/lnt.cfg

Modified: lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_basic_instance/lnt.cfg
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_basic_instance/lnt.cfg?rev=298980&r1=298979&r2=298980&view=diff
==============================================================================
--- lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_basic_instance/lnt.cfg (original)
+++ lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_basic_instance/lnt.cfg Wed Mar 29 00:49:53 2017
@@ -9,6 +9,8 @@ config_version = (0, 1, 0)
 # example.
 name = 'LNT'
 
+secret_key = "LNT123"
+
 # Path to the LNT server. This is required for use in emails where we need to
 # provide an absolute URL to the server.
 zorgURL = 'http://ozzy-2.local/perf'

Modified: lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_filled_instance/lnt.cfg
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_filled_instance/lnt.cfg?rev=298980&r1=298979&r2=298980&view=diff
==============================================================================
--- lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_filled_instance/lnt.cfg (original)
+++ lnt/trunk/tests/server/db/Inputs/lnt_v0.4.0_filled_instance/lnt.cfg Wed Mar 29 00:49:53 2017
@@ -9,6 +9,8 @@ config_version = (0, 1, 0)
 # example.
 name = 'LNT'
 
+secret_key = "LNT123"
+
 # Path to the LNT server. This is required for use in emails where we need to
 # provide an absolute URL to the server.
 zorgURL = 'http://ozzy-2.local/perf'




More information about the llvm-commits mailing list