Commit a2bc641f authored by garciay's avatar garciay
Browse files

STF538: Start Certificate generation script

parent a11288b6
Loading
Loading
Loading
Loading
+9 −7
Original line number Original line Diff line number Diff line
@@ -5,9 +5,11 @@
# In this section you can specify the name of the log file and the classes of events
# In this section you can specify the name of the log file and the classes of events
# you want to log into the file or display on console (standard error).
# you want to log into the file or display on console (standard error).


LogFile := "logs/%e.%h-%r.%s"
LogFile := "../logs/%e.%h-%r.%s"
FileMask := LOG_ALL | DEBUG | MATCHING
#FileMask := LOG_ALL | USER | DEBUG | MATCHING
ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS | PORTEVENT
#ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING
FileMask := LOG_ALL | USER | DEBUG | MATCHING
ConsoleMask := ERROR | USER | WARNING | TESTCASE | STATISTICS | PORTEVENT
LogSourceInfo := Yes
LogSourceInfo := Yes
AppendFile := No
AppendFile := No
TimeStampFormat := DateTime
TimeStampFormat := DateTime
@@ -41,6 +43,7 @@ LogEntityName := Yes


[EXECUTE]
[EXECUTE]
# In this section you can specify what parts of your test suite you want to execute.
# In this section you can specify what parts of your test suite you want to execute.
ItsGencert_TestCases.control


[GROUPS]
[GROUPS]
# In this section you can specify groups of hosts. These groups can be used inside the
# In this section you can specify groups of hosts. These groups can be used inside the
@@ -51,8 +54,7 @@ LogEntityName := Yes


[MAIN_CONTROLLER]
[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
# The options herein control the behavior of MC.

TCPPort := 0
KillTimer := 10.0
KillTimer := 10.0
# NumHCs := 0
LocalAddress := 127.0.0.1
# LocalAddress := 
TCPPort := 12000
NumHCs := 1
+0 −1
Original line number Original line Diff line number Diff line
@@ -307,7 +307,6 @@ TestCodec_SecuredFuntions.tc_read_certificate_digest
[MAIN_CONTROLLER]
[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
# The options herein control the behavior of MC.
KillTimer := 10.0
KillTimer := 10.0
TCPPort := 0
LocalAddress := 127.0.0.1
LocalAddress := 127.0.0.1
TCPPort := 12000
TCPPort := 12000
NumHCs := 1
NumHCs := 1